RE: Getting status from javac

2007-03-07 Thread Brown, Carlton
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

Re: Getting status from javac

2007-03-06 Thread Dominique Devienne
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

Getting status from javac

2007-03-06 Thread euge
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