I must admit that this area seems to be a real shortcoming in existing ANT
tasks - not being able to reliably swallow errors in subtasks, whatever they
may be.
When I was trying to solve this problem before, there were suggestions as to
how I can check that the specific task (tomcat undeploy) w
I keep needing to ignore failures for tasks which don't themselves
support a "failonerror" attribute.
For example, I want to add a tomcat 'undeploy' task when doing a clean
build before redeploying the newly built warfile to tomcat.
But this fails if the the app is not already deployed, and st