[
https://issues.apache.org/jira/browse/UIMA-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894700#action_12894700
]
Marshall Schor commented on UIMA-1824:
--------------------------------------
Hi Marcus,
Here's where the Eclipse things are located: they're in
http://repo1.maven.org/eclipse/org/eclipse etc., so for instance, the first
item:
{{<groupId>org.eclipse.emf</groupId>
<artifactId>common</artifactId>
<version>2.3.0-v200706262000</version>}}
is in http://repo1.maven.org/eclipse/org/eclipse/emf/common/2.3.0-v200706262000
When maven is used for building, the parent-pom-top specifies this maven
repository as one of the ones to search.
I do not know about the integration of "netbeans" IDE and maven, so I can't be
of much help there.
Does this answer your question?
> 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.