AW: Reporting build failures

2006-10-27 Thread Jan.Materne
That is the last target/task that was executed. So just have a look at the output. Jan >-Ursprüngliche Nachricht- >Von: Sentella Cystrunk [mailto:[EMAIL PROTECTED] >Gesendet: Donnerstag, 26. Oktober 2006 19:48 >An: user@ant.apache.org >Betreff: Reporting build failures &

Reporting build failures

2006-10-26 Thread Sentella Cystrunk
I'm trying to improve build failure results reported by ANT. Instead of using the output from ANT, which reports the line number of the build file where the failure occurred. I'd like to atleast be able to report the target and task where the failure occurred. Is there a way to do this? Tha