The way I approach this problem is to have one and only one javac task
in any given target. Organize targets according to the dependency
graph. I think that's a more "Anty" way to do things.
-Original Message-
From: euge [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 06, 2007 10:16 P
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