I started looking at Sphinx today for a project at my work. I installed the appropriate software, downloaded the appropriate files (AN4, sphinx4-1.0beta2-src.zip, ant, and all that other fun stuff that the tutorial said I needed. I went into NetBeans to set up my project, was able to import the src files just fine, along with lib/js.jar and lib/jsapi.jar.
However, the lib/tags.jar was not to be found, even with a thorough search. Any suggestions?
Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I started looking at Sphinx today for a project at my work. I installed the appropriate software, downloaded the appropriate files (AN4, sphinx4-1.0beta2-src.zip, ant, and all that other fun stuff that the tutorial said I needed. I went into NetBeans to set up my project, was able to import the src files just fine, along with lib/js.jar and lib/jsapi.jar.
However, the lib/tags.jar was not to be found, even with a thorough search. Any suggestions?
Thank you!
Did you try to build sources you downloaded?
I did, and then carefully following the instructions, I proceeded to run "ant clean"
Having just rebuilt, tags.jar does indeed exist. Thanks for your help!