Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 18606 invoked from network); 13 Jan 2006 12:38:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jan 2006 12:38:07 -0000 Received: (qmail 43341 invoked by uid 500); 13 Jan 2006 12:38:02 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 43285 invoked by uid 500); 13 Jan 2006 12:38:01 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 43272 invoked by uid 99); 13 Jan 2006 12:38:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 04:38:01 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [80.67.16.113] (HELO webmailv3.ispgateway.de) (80.67.16.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 04:38:00 -0800 Received: from localhost (webmailv3.ispgateway.de [127.0.0.1]) by webmailv3.ispgateway.de (8.12.8/8.12.8) with ESMTP id k0DCbceB011854 for ; Fri, 13 Jan 2006 13:37:38 +0100 Received: from mail3.iskv.de (mail3.iskv.de [217.9.111.143]) by domainfactory-webmail.de (IMP) with HTTP for <614339@localhost>; Fri, 13 Jan 2006 13:37:38 +0100 Message-ID: <1137155858.43c79f12dbb8c@www.domainfactory-webmail.de> Date: Fri, 13 Jan 2006 13:37:38 +0100 From: harnackf@mail05.harlau.de To: Ant Users List Subject: RE: Relative paths References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.8 X-Originating-IP: 217.9.111.143 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N OK, inheritall="false" is better than using the dir attribute. Regards, Frank Quoting Paulo Jorge Guedes : > > -----Original Message----- > > From: harnackf@mail05.harlau.de [mailto:harnackf@mail05.harlau.de] > > Sent: sexta-feira, 13 de Janeiro de 2006 11:57 > > To: Ant Users List > > Subject: RE: Relative paths > > > > Something like this maybe help you in your root build.xml: > > > > > > target="compileApp1" > > inheritall="true" inheritrefs="true"/> > > > > > > > > target="compileApp2" > > inheritall="true" inheritrefs="true"/> > > > > > > > > target="packageApp1" > > inheritall="true" inheritrefs="true"/> > > > > > > > > target="packageApp2" > > inheritall="true" inheritrefs="true"/> > > > > > > It isn't nice, but it should work. > > > It works with "inheritall" set to false. > You're a life saver, thanks! > > Paulo > > > --------------------------------------------------------------------- > 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