Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPANT-12 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPANT-12 Summary: Goal ant:generate-build has a bug Type: Bug Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-ant-plugin Assignee: Reporter: Dominik Roblek Created: Mon, 5 Apr 2004 8:16 AM Updated: Mon, 5 Apr 2004 8:16 AM 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: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] 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 --- --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
