You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by De...@ubs.com on 2008/03/27 14:12:09 UTC

Using Ant in Java applications.

Guys, 

How can I get the result of execution?

For example, I have Java task.

runner.execute(); is void

If I set the following:

runner.setFailonerror(true);

Than I don't see the error output.

But I need both.

So, how can I know if application is failed?

Regards,
Denis.