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
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
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. More specifically, I
am trying to do the following:
I am running an automated build process. First, I increment a build number.
Then I pull code from Subversion an