Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.2AS, 2.2.2S
-
None
Description
Eclipse plugin org.apache.uima.runtime previously contained jars inside a plugin. Version 2.2.2 has jars unzipped. But contents of uima-document-annotator.jar were not added to 2.2.2 plugin.
I've previously submitted a report (UIMA-400) about the same jar which was not added to 2.1.0 plugin by mistake, and it was fixed in 2.2.0, and now broken again in 2.2.2.
In addition, there's a circular dependency for the package org.apache.uima.jcas.tcas, i.e. the same package is exported and imported in manifest. Probably, it's caused by the same missing classes from that jar.
Attachments
Issue Links
- relates to
-
UIMA-3121 Remove DocumentAnnotation jar from Eclipse uimaj runtime
- Resolved