You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/04/05 14:16:35 UTC

[jira] Created: (MPANT-12) Goal ant:generate-build has a bug

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: 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
---



---------------------------------------------------------------------
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org