You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Nathan Coast <na...@blueyonder.co.uk> on 2002/04/25 17:32:15 UTC

task exceptions

Hi, is there any way to configure ant to display stack traces when an exception 
occurs during task excecution?

this is the only error message I get:

C:\base\components\build-generic.xml:155: java.lang.NullPointerException

I assume the exception gets thrown in my custom task (called on line 155).  I've 
added try / catch / printStackTrace to the execute method but still get no stack.

thanks in advance,
Nathan


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>