Re: Performing a task besides e-mail upon failure

2004-10-20 Thread Tom Ball
On Wed, 20 Oct 2004, R. Smith <[EMAIL PROTECTED]> wrote: > > Hi. I am trying to find out if you can use Ant to perform some > > alternative task besides e-mail if some of your main tasks fail. Instead of using Ant as a golden hammer for all build problems, consider instead using an Ant-friendly f

Re: Performing a task besides e-mail upon failure

2004-10-20 Thread Stefan Bodewig
On Wed, 20 Oct 2004, R. Smith <[EMAIL PROTECTED]> wrote: > Hi. I am trying to find out if you can use Ant to perform some > alternative task besides e-mail if some of your main tasks fail. Use a BuildListener - this will receive all events necessary to decide what to do and can do whatever you w