Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.7
-
Labels:None
-
Number of attachments :
Description
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
—
Issue Links
- is depended upon by
-
MAVEN-1244
plugin issues to fix for RC3
-
Bug Fix if pom.build.unitTest.resources doesn't exist.