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
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
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
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