Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 59606 invoked from network); 23 Sep 2007 04:37:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Sep 2007 04:37:56 -0000 Received: (qmail 92444 invoked by uid 500); 23 Sep 2007 04:37:44 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 92404 invoked by uid 500); 23 Sep 2007 04:37:44 -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 92391 invoked by uid 99); 23 Sep 2007 04:37:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Sep 2007 21:37:44 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [204.127.192.82] (HELO rwcrmhc12.comcast.net) (204.127.192.82) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Sep 2007 04:37:44 +0000 Received: from [192.168.1.103] (c-71-204-132-176.hsd1.ca.comcast.net[71.204.132.176]) by comcast.net (rwcrmhc12) with ESMTP id <20070923043721m1200fbf66e>; Sun, 23 Sep 2007 04:37:21 +0000 Message-ID: <46F5ED79.9030308@wilandra.com> Date: Sat, 22 Sep 2007 21:37:13 -0700 From: Bill Rich Reply-To: bill@wilandra.com Organization: Wilandra Consulting LLC User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Ant Users List Subject: Re: Iterating a class list References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi James. Take a look at the Ant task or the antContrib task either of which could be useful to you for this particular case. HTH Bill James Griggs wrote: > I am looking for way to iterate through a property that contains a > semicolon delimited list of libraries (jars). The property could > contain zero or more items. What I wish to do is to break the list > into its individual items and perform a particular task on it. I have > thus far been unable to solve this for myself, and would greatful for > assistance. > > Thank you, > James > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org