Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 96442 invoked from network); 29 Apr 2003 14:52:40 -0000 Received: from poster.ptc.com (HELO mxrelay.ptc.com) (12.11.148.30) by daedalus.apache.org with SMTP; 29 Apr 2003 14:52:40 -0000 Received: from HQ-EXFE4.ptcnet.ptc.com (localhost [127.0.0.1]) by mxrelay.ptc.com (8.9.0/8.9.0) with ESMTP id KAA26755 for ; Tue, 29 Apr 2003 10:52:40 -0400 (EDT) Received: from hq-mail1.ptcnet.ptc.com ([132.253.201.71]) by HQ-EXFE4.ptcnet.ptc.com with Microsoft SMTPSVC(5.0.2195.5329); Tue, 29 Apr 2003 10:52:29 -0400 Received: from ptc.com ([132.253.96.61]) by hq-mail1.ptcnet.ptc.com with Microsoft SMTPSVC(5.0.2195.5329); Tue, 29 Apr 2003 10:52:27 -0400 Message-ID: <3EAE91AA.4020209@ptc.com> Date: Tue, 29 Apr 2003 10:52:26 -0400 From: Erik Price User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: How to access a XML element from a given file ? References: <803D9CAB711ED711AD9800104BAD8D544A4BAB@mail_srv1> <3EAE53A1.30408@oxand.com> <002901c30e3c$0bd60d70$030200c0@DJ0X820J> <3EAE5845.5070309@oxand.com> <004701c30e40$b9f4a660$030200c0@DJ0X820J> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 29 Apr 2003 14:52:27.0395 (UTC) FILETIME=[F3A5CD30:01C30E5E] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Stefan Bodewig wrote: > The problem is that is not allowed outside of targets in > any released version of Ant. Do properties have a confining scope in Ant build files (like variable scope)? I have read that once a property is set, it is generally immutable (except for certain irregular conditions). Does this mean the property is accessible from another target? Erik