Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 89809 invoked from network); 19 Oct 2005 19:23:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2005 19:23:28 -0000 Received: (qmail 74514 invoked by uid 500); 19 Oct 2005 19:23:22 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 74457 invoked by uid 500); 19 Oct 2005 19:23:21 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 74446 invoked by uid 99); 19 Oct 2005 19:23:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2005 12:23:21 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [156.153.255.206] (HELO atlrel8.hp.com) (156.153.255.206) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2005 12:23:21 -0700 Received: from ataexg12.americas.cpqcorp.net (ataexg12.americas.cpqcorp.net [16.114.1.49]) by atlrel8.hp.com (Postfix) with ESMTP id DD1BF7A5 for ; Wed, 19 Oct 2005 15:22:59 -0400 (EDT) Received: from ataexc01.americas.cpqcorp.net ([16.114.1.51]) by ataexg12.americas.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.211); Wed, 19 Oct 2005 15:22:59 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: indirect property evaluation Date: Wed, 19 Oct 2005 15:22:59 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: indirect property evaluation thread-index: AcXU1fAi1RcI0tvoQsSVSkYLBkL7zAAC9n9g From: "Lasher, James L" To: "Ant Users List" X-OriginalArrivalTime: 19 Oct 2005 19:22:59.0705 (UTC) FILETIME=[8449BE90:01C5D4E2] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello all, I have the following property file that I want to load in my project: db.system=3Dsolid # ------------------- for Solid ---------------- testfw.solid.system=3DSolid testfw.dbvar.system=3Dtestfw.${db.system}.system testfw.db.system=3D${testfw.dbvar.system} In my build.xml file, after loading the properties file, I would like the result of: To be: testfw.db.system =3D Solid Instead of: Testfw.db.system =3D testfw.solid.system Is it possible to do this "double" evaluation? Thanks in advance, -jim- --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org