Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Smooks v1.5
-
Fix Version/s: Smooks v1.5
-
Component/s: EDI
-
Labels:None
-
Environment:Mac OS X 10.6
Eclipse Helios JEE
Description
If I take mapping JAR file and drop it into Eclipse dropins, then I see following problem in the log:
osgi> Error Processing: org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener@5bb77832: java.lang.NumberFormatException: For input string: "5-SNAPSHOT" Error Processing: org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener@1f26ecd2: java.lang.NumberFormatException: For input string: "5-SNAPSHOT"
The issue is that in fragment bundle declaration version is specified as 1.5-SNAPSHOT and not as 1.5.SNAPSHOT and P2 doesn't like this -SNAPSHOT ![]()
Related issue:
https://issuetracker.springsource.com/browse/BNDLR-245