Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 445 invoked from network); 30 Sep 2007 14:35:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Sep 2007 14:35:30 -0000 Received: (qmail 20360 invoked by uid 500); 30 Sep 2007 14:35:16 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 20331 invoked by uid 500); 30 Sep 2007 14:35:16 -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 20320 invoked by uid 99); 30 Sep 2007 14:35:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Sep 2007 07:35:16 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [205.158.62.78] (HELO smtp1.us4.outblaze.com) (205.158.62.78) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 30 Sep 2007 14:35:17 +0000 Received: (qmail 11698 invoked from network); 30 Sep 2007 14:34:55 -0000 Received: from unknown (HELO ?127.0.0.1?) (wascallywabbit:earthling.net?mail.com@24.115.216.16) by smtp1.us4.outblaze.com with SMTP; 30 Sep 2007 14:34:54 -0000 Message-ID: <46FFB3F9.4030809@earthling.net> Date: Sun, 30 Sep 2007 10:34:33 -0400 From: Wascally Wabbit Reply-To: wascallywabbit@earthling.net User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Ant Users List CC: jwn_james@hotmail.com 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 If you can use third party libraries see AntXtras(antxtras.sf.net); you can do this like: [your other ant script statements here using ${nextjar}] -The Wabbit 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