Classes are Missing for FileParser_Impl
---------------------------------------
Key: UIMA-1824
URL: https://issues.apache.org/jira/browse/UIMA-1824
Project: UIMA
Issue Type: Bug
Components: Sandbox
Affects Versions: 2.3CE
Environment: -irrelevant-
Reporter: Marcus Hassler
I downloaded the sources of the UIMA Sandbox 2.3.0 addon annotators. Both, the
DictionaryAnnotator and the RegularExpressionAnnotator are missing some basic
classes in the import section:
DictionaryAnnotator:
file: org.apache.uima.annotator.dict_annot.dictionary.impl.
DictionaryFileParserImpl.java
5 missing imports: org.apache.incubator.uima.regex.*
RegularExpressionAnnotator:
file: org.apache.uima.annotator.dict_annot.dictionary.impl.
DictionaryFileParserImpl.java
11 missing imports: org.apache.incubator.uima.*
Only in the BIN version of the Sandbox Addon with precompiled JARs the JARs
contain these files (compiled). The source distribution does not and thus, does
not even compile. It looks like that this is a mistake resuming from the
no-longer-incubator-state of UIMA. ;-)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.