Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 34682 invoked from network); 3 Jul 2002 22:08:19 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 3 Jul 2002 22:08:19 -0000 Received: (qmail 17412 invoked by uid 97); 3 Jul 2002 22:08:25 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 17359 invoked by uid 97); 3 Jul 2002 22:08:24 -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 17347 invoked by uid 98); 3 Jul 2002 22:08:24 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <20020703220812.23615.qmail@web13409.mail.yahoo.com> Date: Wed, 3 Jul 2002 15:08:12 -0700 (PDT) From: Diane Holt Subject: Re: How to: Converting a property value into something else? To: Ant Users List In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Can you live with your properties file looking like: myapp.services=\ service1${line.separator} \ service2${line.separator} \ service3${line.separator} Then just read the file in with , and reference ${myapp.services} in your element. (I assume MyApp.bat has a @services@ or some such in it, yes?). Diane ===== (holtdl@yahoo.com) __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- To unsubscribe, e-mail: For additional commands, e-mail: