Eclipse plugin version 320v20060603 is badly formatted

Ben Konrath bkonrath at redhat.com
Tue Jul 10 13:34:44 UTC 2007


On Thu, 2007-06-28 at 14:36 +0200, Chitlesh GOORAH wrote:
> Hello there,
> 
> I'm trying to rpmbuild "ivi". However, the "ant" fails with
> /ivi-1.0.2_1-src/configure.xml:40: plugin version 320v20060603 is
> badly formatted: java.lang.NumberFormatException: invalid character at
> position 4 in 320v20060603
> 
> Is that ok with the "v" in the version of
> /usr/share/eclipse/plugins/org.eclipse.core.runtime_3.2.0.v20060603.jar
> ?

The version string is fine. I ran into similar problem with the
icu4j-eclipse build but I hacked around it by removing the 'date' line
in the jar task. This sed expression did the trick for me:

sed --in-place "s/<date datetime=.*when=\"after\"\/>//" build.xml

Hope this helps, Ben




More information about the devel mailing list