Hi I am having a problem here. I want to stop my build process when anyone of my ant tasks failed. What is happening now is my build process continues when an ant task failed. At the end of the build process, it will say build successful. Then I don't have the opportunity to catch the failed tasks.
Any help is appreciated. Struggling here. Thank you