You know what, looking at that error again, I seem to recal something on avalon-dev about a possible bug being fixed.. As I said, check there...
ERic > -----Original Message----- > From: Angelo Turetta [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 06, 2003 12:20 PM > To: Turbine Developers List > Subject: Re: What kind of magic am I missing ? > > > > ----- Original Message ----- > From: "Stephen McConnell" <[EMAIL PROTECTED]> > Sent: Saturday, November 22, 2003 6:04 PM > > > > >4) after all this, the tests still don't run because of > the following > error: > > > > > >java.lang.IllegalArgumentException: Bad specification > version format > > >'1.0-alpha-4' in 'fulcrum-crypto-api'. (Reason: > > >java.lang.NumberFormatException: For input string: "0-alpha-4") > > > at > org.apache.avalon.extension.Extension.<init>(Extension.java:444) > > > at > org.apache.avalon.extension.Extension.getExtension(Extension.java:785) > > > at > org.apache.avalon.extension.Extension.getAvailable(Extension.java:241) > > > at > org.apache.avalon.extension.Extension.getAvailable(Extension.java:278) > > > at > > > > > > > The above exception is a result of a bug in an early version of the > > maven jar plugin. If you take a look a the jar manifest > you will see an > > extensions list that is comma delimited. The manifest spec > states that > > this is space delimited. The solution here is to update to a more > > recent version of maven - or just update the jar plugin.jelly. > > > > Cheers, Steve. > > Sorry to come back after that much time. > > I've rebuilt maven from CVS (1.0-rc2-SNAPSHOT), and the error is still > there. > Looking at it again, your explaination doesn't buy me. I've > looked at the > manifest for fulcrum-crypto-api and there are not comma > separated lists. On > the other hand the error message is clear: > NumberFormatException for input > string "0-alpha-4". It seems that somewhere inside avalon > extension the > parsing of version strings is not that flexible. > > After some browsing I've not been able to find where in the > cvs repository > is stored org/apache/avalon/extension/Extension.java, I'd > like to take a > look at the code: what module should I checkout ? > > Ciao, > Angelo Turetta > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
