Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 24434 invoked from network); 2 Sep 2002 13:48:30 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 Sep 2002 13:48:30 -0000 Received: (qmail 19614 invoked by uid 97); 2 Sep 2002 13:48:52 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 19594 invoked by uid 97); 2 Sep 2002 13:48:52 -0000 Mailing-List: contact ant-user-help@jakarta.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 ant-user@jakarta.apache.org Received: (qmail 19581 invoked by uid 98); 2 Sep 2002 13:48:51 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-user@jakarta.apache.org Subject: Re: Computed ids not visible in sub projects? References: <5.1.0.14.0.20020823131340.00b95338@mail.online.no> <5.1.0.14.0.20020823131340.00b95338@mail.online.no> <5.0.2.1.0.20020823142305.022a4170@193.51.25.7> From: Stefan Bodewig Date: 02 Sep 2002 15:48:17 +0200 In-Reply-To: <5.0.2.1.0.20020823142305.022a4170@193.51.25.7> Message-ID: Lines: 23 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, 23 Aug 2002, Fei Sha wrote: > > > > The "classpath_id" is not visible in the sub project. > If I hard code the name as: > > > Then it works fine. Is this intended behavior? In a way, yes. Properties are not expanded in the id attribute, so your path has the literal id ${cpid}. > Another thing, when u want to see the value of a variable, u just > echo ${v} anyway similar to see what an id refers to? By using a helper property and 's refid attribute. Stefan -- To unsubscribe, e-mail: For additional commands, e-mail: