Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 52267 invoked from network); 6 Nov 2003 14:06:15 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Nov 2003 14:06:15 -0000 Received: (qmail 20863 invoked by uid 500); 6 Nov 2003 14:06:01 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 20836 invoked by uid 500); 6 Nov 2003 14:06:01 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 20819 invoked from network); 6 Nov 2003 14:06:00 -0000 Received: from unknown (HELO corvil.com) (213.94.219.177) by daedalus.apache.org with SMTP; 6 Nov 2003 14:06:00 -0000 Received: from preilly.local.corvil.com (preilly.local.corvil.com [172.18.1.173]) by corvil.com (8.12.9/8.12.5) with ESMTP id hA6E60d8053136 for ; Thu, 6 Nov 2003 14:06:00 GMT (envelope-from peter.reilly@corvil.com) From: peter reilly Organization: corvil To: Ant Users List Subject: Re: Ant task basedir w/ inheritAll="false" Date: Thu, 6 Nov 2003 14:05:47 +0000 User-Agent: KMail/1.5 References: <3FAA51B2.3070501@bellsouth.net> In-Reply-To: <3FAA51B2.3070501@bellsouth.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311061405.47920.peter.reilly@corvil.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ? how is it not true? Peter On Thursday 06 November 2003 13:50, Kurt Guenther wrote: > According to the docs: > > http://ant.apache.org/manual/CoreTasks/ant.html > > "dir the directory to use as a basedir for the new Ant project. Defaults > to the current project's basedir, unless inheritall has been set to > false, in which case it doesn't have a default value. This will override > the basedir setting of the called project." > > However, here's a simple test case that shows that this is not true: > > =================>>build.xml<<========================== > > > > > target="build"/> > > > > > =================>>subproject.xml<<========================== > > > > > "basedir=${basedir}" > > > > > ========================================================== > > The result is: > > [kurtg@seeker antbug]$ ant > Buildfile: build.xml > > build: > > build: > [echo] "basedir=/home/kurtg/work/WebLogic/antbug/subproject" > > BUILD SUCCESSFUL > > Total time: 1 second > > > > > --------------------------------------------------------------------- > 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