On Tue, 5 Jun 2007, Graham Leggett <[EMAIL PROTECTED]> wrote: > In my quest to hunt down the mysterious ant crash that causes it to > exit with return code 13 without error or warning, I would like to > trace the execution of the build script to see how far ant gets.
I'm afraid this sounds like a crash of the VM more than a bug in Ant. > Does ant have the equivalent of bash's "-x" trace feature? Not directly, but running it with -debug should give you as much information as possible (apart from attaching a debugger, that is). Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
