I would guess the program being executed in the Java task does not print out
a full stack trace.  And that it has nothing to do with Ant.  The output
below looks like the output from myEx.getMessage() or or myEx.toString() or
System.err.println(myEx).  Are you sure the program itself is calling
printStackTrace() on the exception?

Scott Stirling

> -----Original Message-----
> From: Nicola Fankhauser [mailto:[EMAIL PROTECTED]
>
> hello everybody
>
> I already RTFM, searched the mailing list archives, posted to ant-user
> but did not find an answer to my question:
>
> how do I tell ant to print out _full stack traces_ when running the
> 'java' task?
>
> not:
>
> ---
> [java]         TYPE_PAREN ')'
> [java]         TYPE_PUNCT ';'
> [java] iiuf.lang.tinja.TJException: semantic : not yet implemented
> ---
>
> but:
>
> ---
> [java]         TYPE_PAREN ')'
> [java]         TYPE_PUNCT ';'
> [java]Exception in thread "main" iiuf.lang.tinja.TJException: semantic :
> not yet implemented
> [java]        at axon.TinjaCompiler.semantic(TinjaCompiler.java:68)
> [java]        at axon.TinjaCompiler.main(TinjaCompiler.java:35)
> ---



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to