Thank you for your help, Rob.
-Original Message-
From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 26, 2005 7:34 PM
To: Ant Users List
Subject: RE: multiple compilations
Setting a property if any compilation fails would work. Try using the
ant-conrti task
Thank you Ninju.
I will try that.
-Original Message-
From: Ninju Bohra [mailto:[EMAIL PROTECTED]
Sent: Monday, March 28, 2005 12:25 PM
To: Ant Users List
Subject: Re: Forcing the classpath
Possibly you can create a custom task that extends from
org.apache.tools.ant.taskdefs.Javac, set t
Thanks for the suggestion.
I tried exactly that, and I get
'The data type doesn't support the nested "present" element.'
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 30, 2004 5:02 PM
To: user@ant.apache.org
Subject: RE: Compiling against a
Hello. I'm not quite a newbie user of Ant, but I'm not an expert either.
I'm hoping there's a solution to my problem:
I would like to have Ant compile a set of java files against two separate
source directories, one "local" and one "shared".
This can easily be done like this:
except that this