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