Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 99292 invoked from network); 20 May 2002 22:58:24 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 20 May 2002 22:58:24 -0000 Received: (qmail 26427 invoked by uid 97); 20 May 2002 22:58:17 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 26411 invoked by uid 97); 20 May 2002 22:58:17 -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 26399 invoked by uid 98); 20 May 2002 22:58:16 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) From: "Mike Burke" To: Subject: 1.5.1b - assigning properties within Date: Tue, 21 May 2002 09:07:30 +1000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <1021852150.8184.ezmlm@jakarta.apache.org> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all, can someone tell me whether this is a bug or a feature? I've searched the list archive and FAQ but haven't found anything. This build file... ... results int "prop = val" .. all fine and dandy. However, if I move the property assingment inside the sequential block, like so: .. the result is "prop = ${myprop}" - ie the assignment does not hold - although the Ant DEBUG output seems to indicate that there is an assigment taking place: Setting project property: prop -> val Tested and reproduced on Win2000 + SPARC Solaris 8. Any comments? Thanks mike -- To unsubscribe, e-mail: For additional commands, e-mail: