ava code ...
import org.apache.commons.io.IOUtils;
public class MyClass {}
-Ursprüngliche Nachricht-
Von: Al Le [mailto:al...@gmx.de]
Gesendet: Mittwoch, 25. März 2015 10:40
An: user@ant.apac
-Ursprüngliche Nachricht-
Von: Al Le [mailto:al...@gmx.de]
Gesendet: Mittwoch, 25. März 2015 10:40
An: user@ant.apache.org
Betreff: Aw: RE: Pass build failure message to the calling script
> > Is it possible without parsing the output of Ant? If yes, how?
>
> output="out
> > Is it possible without parsing the output of Ant? If yes, how?
>
> output="output.html"
But doesn't it essentially mean parsing the build output -- something I'd like
to avoid?
I rather thought about Ant setting some kind of an environment variable when it
exits. I.e. I'd specify some optio
build.xml:
make sure callee target of ant file subbuild.xml writes all its output to
output.html
https://ant.apache.org/manual/Tasks/ant.html
Martin
__