Hello,

Here is my issue :
I have an RCP project which features and plugins are made of libraries from our project under maven

The script I use to generate the eclipse features and plugins (PDE GUI Tools http://www.eclipse.org/articles/Article-PDE-Automation/automation.html, I didn't found a maven plugin to do this), doesn't accept maven versionning pattern with "-SNAPSHOT" I.e., testing, I got this error : /opt/eclipse/plugins/org.eclipse.pde.build_3.3.0.v20070612/scripts/genericTargets.xml:85: java.lang.NumberFormatException: For input string: "3-SNAPSHOT" Same errors in eclipse when opening a manifest file containing : Bundle-Version: 3.0-SNAPSHOT-r20336 It fails on the "-SNAPSHOT" : eclipse wants a version pattern such as 1.0.0.0-SNAPSHOT... (with 4 numbers)

My project is in version 3.0 so snapshots are 3.0-SNAPSHOT.
With the maven default versioning pattern, it isn't the same as 3.0.0.0-SNAPSHOT (I guess this one is a branch pattern), is it ?
Eclipse want this versionning pattern : major.minor.micro.qualifier
In my case, qualifier is r3948 (buildNumber equal to svn revision), and major.minor.micro is 3.0-SNAPSHOT but it contains a "-" which is not accepted by eclipse (or at least the pde gui tools)...

Do you know this issue ? A workaround ?
Do you know a maven plugin generating update sites for Eclipse RCP projects ?

Thanks,
Julien

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to