[ 
https://issues.apache.org/jira/browse/UIMA-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12884777#action_12884777
 ] 

Marshall Schor commented on UIMA-1824:
--------------------------------------

I am able to build these (using the new build system, which may be in flux 
right at this precise moment because we are in the process of releasing the 
build tooling).

Basically, the missing files are "generated".  The build process runs the maven 
xmlbeans plugin, that generates these files.

If you are using m2eclipse, after the initial import you have to right-click 
the project and ask m2eclipse to update the eclipse classpath to cover the 
generated sources, by clicking Maven -> update project configuration.

If this solves the problem, please close this Jira; if not, please post more 
details of what you tried to do that didn't work.

> 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.

Reply via email to