Re: URGENT: Compiling from more than one directory

2003-06-03 Thread peter reilly
t; To: Ant Users List > Subject: Re: URGENT: Compiling from more than one directory > > > No they fall both under the same root. Like: > > /src/sDatabase > /src/sAdministratie Your javac should be: Peter > > I don't know how to do this. > > On Tuesday 03 Jun

RE: URGENT: Compiling from more than one directory

2003-06-03 Thread Verma, Nitin (GECP, OTHER, 529706)
Title: RE: URGENT: Compiling from more than one directory Try have :- projects     |     |     \--build.xml(use task to invoke sDatabase/build.xml and then sAdministratie)     |     |     \---sDatabase     |   |     |   |     |   \--build.xml

RE: URGENT: Compiling from more than one directory

2003-06-03 Thread Verma, Nitin (GECP, OTHER, 529706)
Title: RE: URGENT: Compiling from more than one directory Can you compile /src/sDatabase without /src/sAdministratie or the other way? -Original Message- From: Bertjan Broeksema [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 12:02 PM To: Ant Users List Subject: Re: URGENT

Re: URGENT: Compiling from more than one directory

2003-06-03 Thread Bertjan Broeksema
tie}/${sDatabase}/" > > > -Original Message- > From: Bertjan Broeksema [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 10, 2002 4:27 PM > To: [EMAIL PROTECTED] > Subject: URGENT: Compiling from more than one directory > > > I use the following piece of an