Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 71731 invoked from network); 3 Jun 2003 07:48:22 -0000 Received: from ext-ch1gw-2.online-age.net (216.34.191.36) by daedalus.apache.org with SMTP; 3 Jun 2003 07:48:22 -0000 Received: from int-ch1gw-4.online-age.net (int-ch1gw-4 [3.159.232.68]) by ext-ch1gw-2.online-age.net (8.12.9/8.12.9/030701) with ESMTP id h537mWf8029190 for ; Tue, 3 Jun 2003 03:48:33 -0400 (EDT) Received: from AP3EXVW01APPLGE.appl.ge.com (localhost [127.0.0.1]) by int-ch1gw-4.online-age.net (8.12.9/8.12.3/990426-RLH) with SMTP id h537mQGi026869 for ; Tue, 3 Jun 2003 03:48:27 -0400 (EDT) Received: from 3.130.163.181 by AP3EXVW01APPLGE.appl.ge.com (InterScan E-Mail VirusWall NT); Tue, 03 Jun 2003 03:50:49 -0400 Received: by exchange.appl.ge.com with Internet Mail Service (5.5.2653.19) id ; Tue, 3 Jun 2003 03:50:48 -0400 Message-ID: <62E407E3139D564FBFD7273C369F323101DBC26E@banexpr01applge.appl.ge.com> From: "Verma, Nitin (GECP, OTHER, 529706)" To: Ant Users List Subject: RE: URGENT: Compiling from more than one directory Date: Tue, 3 Jun 2003 03:50:44 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-3e21ff54-ad3c-4e8b-821d-bd7f50e13ce4" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPartTM-000-3e21ff54-ad3c-4e8b-821d-bd7f50e13ce4 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C329A4.D6346840" ------_=_NextPart_001_01C329A4.D6346840 Content-Type: text/plain; charset="iso-8859-1" Try have :- projects | | \--build.xml(use task to invoke sDatabase/build.xml and then sAdministratie) | | \---sDatabase | | | | | \--build.xml(compile src) | | | | | \--src | | \--sAdministratie | | \--build.xml(compile src - classpath having sDatabase-.jar) | | \--src -----Original Message----- From: Bertjan Broeksema [mailto:b.broeksema@home.nl] 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 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:b.broeksema@home.nl] > Sent: Wednesday, July 10, 2002 4:27 PM > To: user@ant.apache.org > 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: > > 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: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org ------_=_NextPart_001_01C329A4.D6346840 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: URGENT: Compiling from more than one directory

Try have :-

projects
        |
        |
        \--build.xml(use <ant/> task to invoke = sDatabase/build.xml and then sAdministratie)
        |
        |
        \---sDatabase
        |       |
        |       |
        |       \--build.xml(compile = src)
        |       |
        |       |
        |       \--src
        |
        |
        \--sAdministratie
        =         |
        =         |
        =         \--build.xml(compile src - classpath having = sDatabase-<version>.jar)
        =         |
        =         |
        =         \--src
        =        =20

-----Original Message-----
From: Bertjan Broeksema [mailto:b.broeksema@home.nl]
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

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:b.broeksema@home.nl]
> Sent: Wednesday, July 10, 2002 4:27 PM
> To: user@ant.apache.org
> 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=3D"${sAdministratie}"
>       =         =         = destdir=3D"${bAdministratie}"
>       =         =         = includes=3D"${sDatabase}/**" />
>
> The problem is that ant says build succesfull = but there is notting
> compiled. How can i solve this?
>
> = ---------------------------------------------------------------------
> To unsubscribe, e-mail: = user-unsubscribe@ant.apache.org
> For additional commands, e-mail: = user-help@ant.apache.org
>
>
>
>
> = ---------------------------------------------------------------------
> To unsubscribe, e-mail: = user-unsubscribe@ant.apache.org
> For additional commands, e-mail: = user-help@ant.apache.org


---------------------------------------------------------------= ------
To unsubscribe, e-mail: = user-unsubscribe@ant.apache.org
For additional commands, e-mail: = user-help@ant.apache.org

------_=_NextPart_001_01C329A4.D6346840-- ------=_NextPartTM-000-3e21ff54-ad3c-4e8b-821d-bd7f50e13ce4--