cross referencer gets NumberFormatException

2003-08-09 Thread John Farrell
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: [EMAIL PROTECTED] Reason: java.lang.NumberFormat

Re: cross referencer gets NumberFormatException

2003-08-08 Thread dion gillard
Are you 100% sure it's the xref that's doing this? John Farrell wrote: 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

Re: cross referencer gets NumberFormatException

2003-08-05 Thread John Farrell
On Tue, 5 Aug 2003 02:28 pm, dion gillard wrote: > Are you 100% sure it's the xref that's doing this? No, I have been trying to figure out why I thought that. I now think I have xref turned off, and it is still happening. I can't figure out what's causing it now. John -