On Tue, 11 Jun 2002, Marc Logemann <[EMAIL PROTECTED]> wrote:

> i need a possibility to do actions based on some output of a task.

Maybe writing a BuildListener for this is an option.

> If this is not possible, how can i achieve that ANT doesnt end
> processing on an error of a task.

Don't throw exceptions on failure 8-)

Another option is the TryCatch task from SourceForge's ant-contrib
project.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to