Inconsistent behaviour between exec and apply with the os parameter

2008-05-23 Thread Graham Leggett
Hi all, I am having some very weird behaviour from ant v1.6.5. The following two tags are executed one after the other, the exec tag matches the os parameter on Linux, and is run correctly. The apply tag doesn't match the os parameter on Linux, and isn't run at all. Is this a known bug?

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 -- ---

Ant return code 13 - what does it mean?

2007-06-05 Thread Graham Leggett
Hi all, I have been trying to use the eclipse PDE ant build scripts, and these fail with a return code of "13", without indicating an error or a warning. The ant documentation doesn't list ant's return codes, so it's not clear whether ant is exiting / crashing / segfaulting with error code 13, or