Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 5413 invoked from network); 2 Apr 2005 03:21:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Apr 2005 03:21:50 -0000 Received: (qmail 98486 invoked by uid 500); 2 Apr 2005 03:21:42 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 98457 invoked by uid 500); 2 Apr 2005 03:21:42 -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 35711 invoked by uid 99); 1 Apr 2005 16:29:45 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO,HTML_60_70,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Message-ID: From: Brent Bain To: "'user@ant.apache.org'" Subject: Append References? (refid question) Date: Fri, 1 Apr 2005 08:35:05 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2658.3) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C536D8.C2D571F2" X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C536D8.C2D571F2 Content-Type: text/plain Hello: I think I've come up with a better way to ask my last question in a much more generic "how do I" type way. Is there a way to update a reference id within a loop? For example (not working code below but it shows more or less what I'm trying to do): The above does NOT work because each time it loops through it resets the refid. Unless I am missing something... What I'm hoping for is a way so that when the loop was all finished the refID would then return all the values that were handled in the loop. My goal is a little more complex -- looping over an xml file to read in lib files/paths -- I just don't want to read in the xml file each time I need to use the libs if at all possible. Storing the lib references in an xml property file allows me to only have one file to reference from several sub projects. Any tips would be greatly appreciated!!! Thanks, Brent ------_=_NextPart_001_01C536D8.C2D571F2--