On one of my Maven projects, there is a NumberFormatException during the cross
reference goal. The stack trace starts like this:
2003-08-05 12:04:21,135 WARN
org.apache.commons.jelly.expression.jexl.JexlExpression - Caught exception
evaluating: org.apache.commons.jexl.ExpressionImpl@54f169. Reason:
java.lang.NumberFormatException: includes
java.lang.NumberFormatException: includes
at java.lang.Integer.parseInt(Integer.java:414)
at java.lang.Integer.valueOf(Integer.java:516)
at
org.apache.commons.jexl.util.Coercion.coerceInteger(Coercion.java:95)
at
org.apache.commons.jexl.parser.ASTArrayAccess.evaluateExpr(ASTArrayAccess.java:177)
and goes on and on. Any ideas on what's happening? The whole stack trace is
included in the attached zip for anyone who's interested.
John
|