Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 11471 invoked from network); 23 Aug 2006 19:02:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2006 19:02:10 -0000 Received: (qmail 27688 invoked by uid 500); 23 Aug 2006 19:02:05 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 27646 invoked by uid 500); 23 Aug 2006 19:02:05 -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 27635 invoked by uid 99); 23 Aug 2006 19:02:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 12:02:05 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ejciramella@upromise.com designates 65.244.78.68 as permitted sender) Received: from [65.244.78.68] (HELO knight.corp.upromise.com) (65.244.78.68) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Aug 2006 12:02:04 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6C6E6.9330B976" Subject: loading an xml file into properties Date: Wed, 23 Aug 2006 15:01:44 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: loading an xml file into properties Thread-Index: AcbG5pMfS57ZjdYDTlWM3A0Q+BB1fw== From: "EJ Ciramella" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6C6E6.9330B976 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable What's the easiest way (without going to custom ant libs) to load the following style xml file into properties? =20 My problem with the XmlProperty task is it nests appserver.home together (with a comma). Is there a way to keep these as individual properties? =20 model-base =20 oracle.jdbc.driver.OracleDriver localhost 1521 someinstance someuser somepass 1 org.hibernate.dialect.Oracle9Dialect false pojo true false true /bin=20 -XX:MaxPermSize=3D128m -ms256m -mx256m -Xdebug -Xnoagent -Djava.compiler=3DNONE -Xrunjdwp:transport=3Ddt_socket,server=3Dy,address=3D8787,suspend=3Dn /path/to/another/dev/appserver1 =20 appserverConfig-dev-2 env dev-2 =20 /path/to/another/dev/appserver2 =20 =20 ------_=_NextPart_001_01C6C6E6.9330B976--