RE: Failure Handler - Catching a BuildException

2006-09-01 Thread Dan McFadyen
- Catching a BuildException Can someone tell me how I a target processed if the build fails? I have a target called "full.build". It depends on all the other targets that make up my build. I use a variety of tools for my build so I have a script that scrapes the logs and produces a repor

Failure Handler - Catching a BuildException

2006-09-01 Thread Peter Kahn
Can someone tell me how I a target processed if the build fails? I have a target called "full.build". It depends on all the other targets that make up my build. I use a variety of tools for my build so I have a script that scrapes the logs and produces a report. I have wrapped this script in a