TikaAnnotator source code does not compile because of incorrect package
declarations
------------------------------------------------------------------------------------
Key: UIMA-1374
URL: https://issues.apache.org/jira/browse/UIMA-1374
Project: UIMA
Issue Type: Bug
Components: Sandbox-TikaAnnotator
Reporter: Jörn Kottmann
Thilo:
"I extracted the TikaAnnotator into my Eclipse workspace.
Eclipse is complaining that a bunch of source files (all
generated JCas files) are in the wrong place: they live
under org/apache/uima/tika, but their package declaration
saye org.apache.uima (without the tika).
Now here's the part that I really don't understand: maven
does not complain, but just compiles everything and
creates the jar (where the class files end up in their
correct place).
That mystery aside: can I move the source files to their
proper place, or am I missing something? Thanks."
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.