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

any hint would be appreciated.

regards
nicola




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

Reply via email to