There should be a simple setup that I am missing, so forgive me, but I have twice noticed that my bad ant tasks do not cause the build to fail. For example:
Ant copy if source file does not exist ... BUILD SUCCESSFUL
Ant unzip when task reports "cannot write a file" or a similar message ... BUILD SUCCESSFUL
Ant exec error, invalid syntax ... BUILD SUCCESSFUL
How can I guarantee that all errors of the ant task will lead to a build failure?
ant
cmcginty
source share