Community
Participate
Working Groups
I traced some mysterious errors when importing a target platform "Problem processing bundle manifest source header" java.lang.IllegalArgumentException: invalid format: 2.2. at org.osgi.framework.Version.<init>(Version.java:150) at org.eclipse.pde.internal.core.BundleManifestSourceLocationManager.setPlugins(BundleManifestSourceLocationManager.java:214) It turns out that the javax.xml.bind.source bundle uses: Eclipse-SourceBundle: javax.xml.bind;version="2.2.qualifier" It should be: Eclipse-SourceBundle: javax.xml.bind;version="2.2.0.qualifier"
Blaise I am staring at the sources in orbit: I'll fix this.
Fixed with v201103041518