You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Ja...@barclayscapital.com on 2004/05/05 12:23:20 UTC

Exception whilst doing dist

Has anybody seen this before - I'm just executing the dist goal on a project
and this stack trace comes out:

Caught exception evaluating: org.apache.commons.jexl.ExpressionImpl@198c6f3.
Reason: java.lang.NumberFormatException: For input string: "excludes"
java.lang.NumberFormatException: For input string: "excludes"
        at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48
)
        at java.lang.Integer.parseInt(Integer.java:426)
        at java.lang.Integer.valueOf(Integer.java:532)
	...

and similarly for "includes"

Though it doesn't seem to be fatal. I am using POM inheritance so the
project.xml for this project has no includes / excludes tags - they're in
the parent.

Any ideas?

James

(I'm running RC2 on Win2K if that makes any difference)


------------------------------------------------------------------------
For more information about Barclays Capital, please
visit our web site at http://www.barcap.com.


Internet communications are not secure and therefore the Barclays 
Group does not accept legal responsibility for the contents of this 
message.  Although the Barclays Group operates anti-virus programmes, 
it does not accept responsibility for any damage whatsoever that is 
caused by viruses being passed.  Any views or opinions presented are 
solely those of the author and do not necessarily represent those of the 
Barclays Group.  Replies to this email may be monitored by the Barclays 
Group for operational or business reasons.

------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Exception whilst doing dist

Posted by Arnaud Heritier <ar...@laposte.net>.
It's a known bug in the ant plugin.

http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPANT-12

It's corrected in CVS.

#Arnaud

> -----Message d'origine-----
> De : James.Shute@barclayscapital.com
> [mailto:James.Shute@barclayscapital.com]
> Envoyé : mercredi 5 mai 2004 12:23
> À : users@maven.apache.org
> Objet : Exception whilst doing dist
> 
> Has anybody seen this before - I'm just executing the dist goal on a
> project
> and this stack trace comes out:
> 
> Caught exception evaluating:
> org.apache.commons.jexl.ExpressionImpl@198c6f3.
> Reason: java.lang.NumberFormatException: For input string: "excludes"
> java.lang.NumberFormatException: For input string: "excludes"
>         at
> java.lang.NumberFormatException.forInputString(NumberFormatException.java:
> 48
> )
>         at java.lang.Integer.parseInt(Integer.java:426)
>         at java.lang.Integer.valueOf(Integer.java:532)
> 	...
> 
> and similarly for "includes"
> 
> Though it doesn't seem to be fatal. I am using POM inheritance so the
> project.xml for this project has no includes / excludes tags - they're in
> the parent.
> 
> Any ideas?
> 
> James
> 
> (I'm running RC2 on Win2K if that makes any difference)
> 
> 
> ------------------------------------------------------------------------
> For more information about Barclays Capital, please
> visit our web site at http://www.barcap.com.
> 
> 
> Internet communications are not secure and therefore the Barclays
> Group does not accept legal responsibility for the contents of this
> message.  Although the Barclays Group operates anti-virus programmes,
> it does not accept responsibility for any damage whatsoever that is
> caused by viruses being passed.  Any views or opinions presented are
> solely those of the author and do not necessarily represent those of the
> Barclays Group.  Replies to this email may be monitored by the Barclays
> Group for operational or business reasons.
> 
> ------------------------------------------------------------------------
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org