Re: ant equivalent of bash -x

2007-06-05 Thread Stefan Bodewig
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

ant equivalent of bash -x

2007-06-05 Thread Graham Leggett
Hi all, 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. Does ant have the equivalent of bash's "-x" trace feature? Regards, Graham -- ---