On Thu, 27 Feb 2003, Barry Lulas <[EMAIL PROTECTED]> wrote: > I have a custom task that extends the Java task because I want to be > able to conditionalize on the exit code of the Java application.
If you look into CVS HEAD, you'll see that <java> has gained quite a few new attributes, separting System.out from System.err and similar things. Throwing in a resultproperty attribute like the one of <exec> seems straight forward. Stefan