Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 79115 invoked from network); 2 Jun 2008 14:36:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jun 2008 14:36:51 -0000 Received: (qmail 57591 invoked by uid 500); 2 Jun 2008 14:36:48 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 57567 invoked by uid 500); 2 Jun 2008 14:36:48 -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 57551 invoked by uid 99); 2 Jun 2008 14:36:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 07:36:48 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [193.201.183.194] (HELO sscd0003.dmz.huk.de) (193.201.183.194) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 14:35:47 +0000 Received: from sscd0027.huk-coburg.de ([10.148.152.136]) by sscd0003.dmz.huk.de with Microsoft SMTPSVC(6.0.3790.3959); Mon, 2 Jun 2008 16:36:09 +0200 Received: by sscd0027.huk-coburg.de (Postfix, from userid 1) id 922D5580A1; Mon, 2 Jun 2008 16:36:02 +0200 (CEST) Received: from sscd0003.dmz.huk.de (sscd0003.dmz.huk.de [10.148.152.133]) by sscd0027.huk-coburg.de (Postfix) with ESMTP id 86209580A1 for ; Mon, 2 Jun 2008 16:36:02 +0200 (CEST) Received: from SMX00003.lan.huk-coburg.de (unverified) by sscd0003.dmz.huk.de (HUK-COBURG Mailrelay2) with ESMTP id for ; Mon, 2 Jun 2008 16:36:09 +0200 Received: from smx00001.lan.huk-coburg.de (10.132.84.102) by SMX00003.lan.huk-coburg.de (10.131.196.183) with Microsoft SMTP Server (TLS) id 8.1.263.0; Mon, 2 Jun 2008 16:36:09 +0200 Received: from VEX00130.lan.huk-coburg.de (10.131.117.132) by smx00001.lan.huk-coburg.de (10.132.84.102) with Microsoft SMTP Server id 8.1.240.5; Mon, 2 Jun 2008 16:36:09 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 MIME-Version: 1.0 Subject: RE: how to echo propertyset to file? Date: Mon, 2 Jun 2008 16:36:09 +0200 Message-ID: <3AE93DC078AE8A41AEDA6B95DE4EB92D029DDEEF@VEX00130.lan.huk-coburg.de> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: how to echo propertyset to file? Thread-Index: AcjEuuy/bDcdOYm2S1WDqgfs/dBKtAAAnArA References: From: "Rebhan, Gilbert" To: "Ant Users List" Content-Class: urn:content-classes:message Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-OriginalArrivalTime: 02 Jun 2008 14:36:09.0862 (UTC) FILETIME=[FFBEDA60:01C8C4BD] X-Virus-Checked: Checked by ClamAV on apache.org =20 -----Original Message----- From: David Weintraub [mailto:qazwart@gmail.com]=20 Sent: Monday, June 02, 2008 4:13 PM To: Ant Users List Subject: Re: how to echo propertyset to file? /* The easiest way to turn a resource ID into something that can be echoed is to set a property via a resource ID: Property Set: ${midlet_property_set} */ the easiest way, without setting another property =3D ${toString:midlet_properties} which gives the same result, a comma separated list /* Property =3D "${foo_prop}" */ Property=3D"{toString:midlet_properties}" Might not work with all id / refid, but that would always be my first attempt. Regards, Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org