I'm getting the following trying to build eclipse-ptp 5.0.2:
/usr/lib64/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/genericTargets.xml:111: Processing inclusion from feature org.eclipse.ptp.rm.jaxb: Bundle org.eclipse.ptp.rm.jaxb.core_1.0.0.201110041027 failed to resolve.: Missing required plug-in javax.xml.stream_1.0.1.
I would have guessed that xml-commons-apis would have provided this (there are items in javax/xml/stream), but there is not an entry for javax.xml.stream in its manifest. File a bug?
I would have guessed that xml-commons-apis would have provided this (there are items in javax/xml/stream), but there is not an entry for javax.xml.stream in its manifest. File a bug?
Yes, please. We should ensure the OSGi MANIFEST entries match that from the Orbit project:
http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/
Ctrl-f for "javax.xml.stream".
Andrew
On 10/04/2011 01:03 PM, Andrew Overholt wrote:
I would have guessed that xml-commons-apis would have provided this (there are items in javax/xml/stream), but there is not an entry for javax.xml.stream in its manifest. File a bug?
Yes, please. We should ensure the OSGi MANIFEST entries match that from the Orbit project:
Indeed, this looks like it is something brand new in xml-commons-external-1.4.01 (2009-12-15):
* Added the StAX 1.0 API (JSR 173). Sources based off of the distribution from Apache Geronimo. (mrglavas)
Note that it looks like the classes should be in xml-apis-ext.jar and not xml-apis.jar.
Strictly speaking, a newer version of the API is shipped with JDK 1.6 itself, so a hard dependency is not really necessary.
On 10/04/2011 11:03 AM, Andrew Overholt wrote:
I would have guessed that xml-commons-apis would have provided this (there are items in javax/xml/stream), but there is not an entry for javax.xml.stream in its manifest. File a bug?
Yes, please. We should ensure the OSGi MANIFEST entries match that from the Orbit project:
http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/
Ctrl-f for "javax.xml.stream".
Andrew
https://bugzilla.redhat.com/show_bug.cgi?id=743360
java-devel@lists.fedoraproject.org