On Mon, 13 Aug 2001, Kit Cragin <[EMAIL PROTECTED]> wrote:

> Not sure if this is the right list

I think it is.  Writing custom tasks or listeners is using Ant -
modifying Ant itself is developing Ant 8-)

> But I don't seem to be getting a copy fail message when the copy
> task fails.

It doesn't log() a message, but throws a BuildException which you can
get at in buildFinished() or (at least in 1.4beta) taskFinished.

Stefan

Reply via email to