[
https://issues.apache.org/jira/browse/UIMA-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887695#action_12887695
]
Marcus Hassler commented on UIMA-1824:
--------------------------------------
After some workaround on the maven pom.xml files (I do not use the UIMA PEAR
packaging tool), I finally managed to solve the problems of generating the
necessary files. ;-)
However, there is a similar problem with the ConfigurableFeatureExtractor that
cannot be resolved this way. Here, the problem are the eclipse dependencies:
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>common</artifactId>
<version>2.3.0-v200706262000</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf.ecore</groupId>
<artifactId>xmi</artifactId>
<version>2.3.0-v200706262000</version>
</dependency>
<dependency>
<groupId>org.eclipse.emf</groupId>
<artifactId>ecore</artifactId>
<version>2.3.0-v200706262000</version>
</dependency>
These versions cound not be found by netbeans. If changing the version to
"2.3.0", only more errors occur. Main problem here is the file
"org.apache.uima.tools.cfe.CFEConfigFromXML_XMLBeans.java", which has multiple
compilation error...
Any idea how this issue is resolved?
> 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.