RE: multiple compilations

2005-05-27 Thread McIntosh, Stephen
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

RE: Forcing the classpath

2005-03-28 Thread McIntosh, Stephen
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

RE: Compiling against a shared code area

2004-12-30 Thread McIntosh, Stephen
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

Compiling against a shared code area

2004-12-30 Thread McIntosh, Stephen
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