The OSGi build for this has a bundle instruction: <Import-Package> org.apache.log.*; org.python.*; tcl.lang.*; org.apache.xpath.*; COM.*; com.sun.*; javax.jms.*; netrexx.lang.*; org.apache.tools.ant.*; resolution:=optional, * </Import-Package>
The felix bundle, when run with this gives warning messages: [INFO] --- maven-bundle-plugin:2.1.0:bundle (uima-bundle) @ BSFAnnotator --- [WARNING] Warning building bundle org.apache.uima:BSFAnnotator:jar:2.3.1-SNAPSHOT : Did not find matching referal for org.apache.log.* [WARNING] Warning building bundle org.apache.uima:BSFAnnotator:jar:2.3.1-SNAPSHOT : Did not find matching referal for org.apache.tools.ant.* If I remove the org.apache.tools.ant.*; resolution:=optional and org.apache.log.* parts of the import-package instruction, then the warnings go away. Does anyone know why these parts are included in the import-package instruction? -Marshall
