T
tewall
I've created a custom task for Ant, and the exceptions come back
something like this:
filemonitor.xml:8: java.lang.StringIndexOutOfBoundsException: String
index out of range: -6
I'd like to know the line number of the task that's failing. I've
tried catching the BuildException, and printing the stack trace, but
that didn't work.
Ideas?
something like this:
filemonitor.xml:8: java.lang.StringIndexOutOfBoundsException: String
index out of range: -6
I'd like to know the line number of the task that's failing. I've
tried catching the BuildException, and printing the stack trace, but
that didn't work.
Ideas?