On Tuesday 03 June 2003 08:43, Verma, Nitin (GECP, OTHER, 529706) wrote:
> 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: Compiling from more than one directory
>
>
> No they fall both under the same root. Like:
>
> /src/sDatabase
> /src/sAdministratie

Your javac should be:
<javac srcdir="src" destdir="..." includes=""${sDatabase}/**" />

Peter

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


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

Reply via email to