RE: Pass build failure message to the calling script

2015-03-24 Thread Martin Gainty
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 __

Pass build failure message to the calling script

2015-03-24 Thread Al Le
Hello, I call Ant (execute a build) from a .bat script (under Windows). If the build fails, I'd like not only to detect that it failed (this is possible via ERRORLEVEL) but also get the failure message (at least its first line if the message contains multiple lines). Is it possible without par