[
https://issues.apache.org/jira/browse/UIMA-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marshall Schor closed UIMA-1044.
--------------------------------
Resolution: Won't Fix
I could not find a way to reliably identify which source folder contains java
code versus other kinds of source. The order of the source files is determined
by the sorting order of the names. So src/main/groovy always comes before
src/main/java. Workaround is to move the generated files, or rename
src/main/groovy to something that sourts after src/main/java e.g.
src/main/zgroovy.
> CDE JCasGen adding generated sources to non-Java source folder
> --------------------------------------------------------------
>
> Key: UIMA-1044
> URL: https://issues.apache.org/jira/browse/UIMA-1044
> Project: UIMA
> Issue Type: Improvement
> Components: Eclipse plugins
> Affects Versions: 2.2.2
> Reporter: Marshall Schor
> Priority: Minor
>
> In an Eclipse project set up following the maven conventions for groovy (and
> other languages), there are folders src/main/java and src/main/groovy (or
> other) that are both on Eclipse's sources build path.
> The CDE / JCasGen code should put the generated classes into the
> src/main/java part (currently - it's putting these into the groovy part -
> workaround is to manually move them after running jcasgen).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.