No they fall both under the same root. Like:

/src/sDatabase
/src/sAdministratie

I don't know how to do this.

On Tuesday 03 June 2003 01:37, W. Sean Hennessy wrote:
> is ${sDatabase} a subdirectory of ${sAdministratie} such that
> *.java files can be found under "${sAdministratie}/${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 ant code to compile sourcefiles in a directory
> that uses source files that are in the sDatabase dir:
>
> <javac srcdir="${sAdministratie}"
>                       destdir="${bAdministratie}"
>                       includes="${sDatabase}/**" />
>
> The problem is that ant says build succesfull but there is notting
> compiled. How can i solve this?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to