How to run Ant tasks even if build fails -
i have ant task runs if lock file not existing.
but if build fails, lock file not deleted @ end of task , subsequently task not invoked scheduled jobs.
is there anyway handle such if build fails, should able call cleanup task delete lock files?
look @ this: testing , exception handling ant
there macrodef trycatch
Comments
Post a Comment