Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 56146 invoked from network); 23 Feb 2007 02:31:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Feb 2007 02:31:38 -0000 Received: (qmail 24496 invoked by uid 500); 23 Feb 2007 02:31:41 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 24460 invoked by uid 500); 23 Feb 2007 02:31:41 -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 24449 invoked by uid 99); 23 Feb 2007 02:31:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 18:31:41 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of foamdino@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Feb 2007 18:31:30 -0800 Received: by ug-out-1314.google.com with SMTP id m3so285549ugc for ; Thu, 22 Feb 2007 18:31:09 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V250HUI29b5RsLobBJoDLGHJj0gqYUJnH2Y/xU/Py9pVdoZeiqfMRgMntIlQ75A49daO4ATvvoKxDcaL7xrBkRq0/JC5oXE7l1X9HoW37kI27zgDFiiyDFI7zjjiRWtK0Hm4HpYqKk5XMhjfAPGPl4hxN0YTIE9u5MbTyvwFMC4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KYuJPzxfrIWF0J2LWejVw17GBVexxIfuLwL0YBHwMMGvka/CxEJe58fOznttM3tF33w8/aSV+zusfBkGYS3IK/cn+gVXXEIrO0ANTcnTiXSzCtjffnv7akwZ1/s/kosWjxLz+IuJfjDPg+keopjdsqfZOa4tn6Lxqh3HnhVcG0M= Received: by 10.78.200.3 with SMTP id x3mr121280huf.1172197869115; Thu, 22 Feb 2007 18:31:09 -0800 (PST) Received: by 10.78.149.18 with HTTP; Thu, 22 Feb 2007 18:31:09 -0800 (PST) Message-ID: Date: Fri, 23 Feb 2007 09:31:09 +0700 From: "Kevin Jackson" To: "Ant Users List" Subject: Re: Using ant to parse text file In-Reply-To: <251010.3525.qm@web30201.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <251010.3525.qm@web30201.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, If you don't want to write a custom task in java, you could also try and use a scripting language of your choice http://ant.apache.org/manual/OptionalTasks/scriptdef.html Kev --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org