Re: Exception handling with Ant - alternatives?
Posted By:
Erik_Hatcher
Posted On:
Tuesday, June 4, 2002 07:07 PM
The real way to do this is to use a BuildListener (or BuildLogger). What do you want to happen after the build completes? Check Ant's documentation (version 1.5 preferably) for more details, particularly the Log4jListener and the MailLogger.