eclipse plugins won't compile if uimaj-ep-runtime project is open
-----------------------------------------------------------------
Key: UIMA-709
URL: https://issues.apache.org/jira/browse/UIMA-709
Project: UIMA
Issue Type: Improvement
Components: Eclipse plugins
Reporter: Marshall Schor
Assignee: Marshall Schor
Priority: Minor
The Eclipse plugin, uimaj-ep-runtime, is a "library" plugin, containing jars
from other projects. It is built during the release by custom assembly code.
When the project is in the workspace and is "open", it is currently "empty"
because it has no source in it. Other plugin projects which depend on this
fail to compile, because they look to this empty plugin for classes (and find
none).
Find some approach to allow Eclipse builds (as well as maven builds) to
succeed, without copying or having duplicate resources, so Eclipse compilation
can succeed with this project present / open.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.