06, 2007 10:16 PM
To: Ant Users List
Subject: Getting status from javac
How would someone solve the following problem?
I have an ant build script which builds a number of projects. If one of
the projects does not compile then the build fails (since javac fails).
I can put failonerror="fal
On 3/6/07, euge <[EMAIL PROTECTED]> wrote:
How would someone solve the following problem?
I have an ant build script which builds a number of projects. If one of the
projects does not compile then the build fails (since javac fails). I can
put failonerror="false", but then I dont know which proj
How would someone solve the following problem?
I have an ant build script which builds a number of projects. If one of the
projects does not compile then the build fails (since javac fails). I can
put failonerror="false", but then I dont know which project has failed (it's
a nightly build and