Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building TextExtraction #121

Open
cvalde opened this issue May 29, 2018 · 3 comments
Open

Building TextExtraction #121

cvalde opened this issue May 29, 2018 · 3 comments

Comments

@cvalde
Copy link

cvalde commented May 29, 2018

Hello, I´m trying to build TikaOnDotnet.TextExtraction myself to be able to debug it and learn a bit. However, I get
'C:\projects\tikaondotnet-master\src\TikaOnDotnet.TextExtractor....\SolutionInfo.cs' not found.

What is this file? Is it something created before the build runs? Can I build from the GUI? I don't understand if build.cmd should be used instead of the VS GUI. I'm using VS 2015. I downloaded the zip and tried to generate the project.
Thanks.

@KevM
Copy link
Owner

KevM commented May 30, 2018

Thanks for checking us out. Take a look at the Developer guide. It should help you get going. https://github.com/KevM/tikaondotnet/blob/master/Developers.md

@cvalde
Copy link
Author

cvalde commented May 30, 2018

Yes, I read the developers guide but finally took a simpler route. Ignored the missing SoliutionInfo.cs and built anyway from the VS GUI. I'm not creating a package but only a basic application to be able to debug TextExtractor. I made some modifications to observe the effect in the output. Apparently it's not possible to suppress the output of the "meta" lines like this one

but I made the example output xml instead of plain text. For me it's a good start, thanks.

@KevM
Copy link
Owner

KevM commented May 31, 2018

Hmm the guide should have helped you through the SolutionInfo.cs problem. ☹️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants