Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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.