Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 42595 invoked from network); 6 Nov 2003 13:53:51 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Nov 2003 13:53:51 -0000 Received: (qmail 89117 invoked by uid 500); 6 Nov 2003 13:53:40 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 88857 invoked by uid 500); 6 Nov 2003 13:53:39 -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 88844 invoked from network); 6 Nov 2003 13:53:38 -0000 Received: from unknown (HELO imf18aec.mail.bellsouth.net) (205.152.59.66) by daedalus.apache.org with SMTP; 6 Nov 2003 13:53:38 -0000 Received: from bellsouth.net ([68.209.129.243]) by imf18aec.mail.bellsouth.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20031106135339.TMY1849.imf18aec.mail.bellsouth.net@bellsouth.net> for ; Thu, 6 Nov 2003 08:53:39 -0500 Message-ID: <3FAA51B2.3070501@bellsouth.net> Date: Thu, 06 Nov 2003 08:50:42 -0500 From: Kurt Guenther User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Ant task basedir w/ inheritAll="false" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 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<<========================== =================>>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