History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MPANT-12
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Arnaud Heritier
Reporter: Dominik Roblek
Votes: 2
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Ant Plugin

Goal ant:generate-build has a bug

Created: 05/Apr/04 08:16 AM   Updated: 26/Apr/04 04:59 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.7

Time Tracking:
Not Specified

File Attachments: 1. Text File ant.patch (1.0 kb)

Issue Links:
dependent
 


 Description  « Hide
When I try to execute goal ant:generate-build I get the following exceptions:


E:\projects\maf2\implementation\common>maven ant:generate-build
__ __

\/ __ Apache_ ___
  \/ / ` \ V / -) ' \ ~ intelligent projects ~
_   _,_ _/___ _ _ v. 1.1-SNAPSHOT

Caught exception evaluating: org.apache.commons.jexl.ExpressionImpl@1c4f0f8. Reason: java.lang.NumberFormatException: For input string: "includes"
java.lang.NumberFormatException: For input string: "includes"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Integer.parseInt(Integer.java:468)
at java.lang.Integer.valueOf(Integer.java:574)
at org.apache.commons.jexl.util.Coercion.coerceInteger(Coercion.java:95)
...
Caught exception evaluating: org.apache.commons.jexl.ExpressionImpl@a89ce3. 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:468)
at java.lang.Integer.valueOf(Integer.java:574)
at org.apache.commons.jexl.util.Coercion.coerceInteger(Coercion.java:95)
...
BUILD SUCCESSFUL
Total time: 2 seconds



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Arnaud Heritier - 26/Apr/04 10:36 AM
Bug Fix if pom.build.unitTest.resources doesn't exist.

Arnaud Heritier - 26/Apr/04 10:42 AM
I'll apply it tonight if I can.