Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 56941 invoked from network); 12 May 2010 17:43:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 May 2010 17:43:50 -0000 Received: (qmail 40652 invoked by uid 500); 12 May 2010 17:43:50 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 40616 invoked by uid 500); 12 May 2010 17:43:50 -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 40608 invoked by uid 99); 12 May 2010 17:43:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 17:43:50 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [12.107.188.151] (HELO mx2.compuware.com) (12.107.188.151) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 17:43:44 +0000 Received: from nasa-dtw-ex009.nasa.cpwr.corp (unknown [10.10.0.230]) by mx2.compuware.com (Postfix) with ESMTP id 5713D2C05FC for ; Wed, 12 May 2010 17:43:17 +0000 (GMT) Importance: normal Priority: normal Received: from nasa-dtw-ex002.nasa.cpwr.corp ([10.10.1.103]) by nasa-dtw-ex009.nasa.cpwr.corp with Microsoft SMTPSVC(6.0.3790.3959); Wed, 12 May 2010 13:41:13 -0400 Received: from nasa-dtw-ex004.nasa.cpwr.corp ([10.10.1.107]) by nasa-dtw-ex002.nasa.cpwr.corp with Microsoft SMTPSVC(6.0.3790.3959); Wed, 12 May 2010 13:41:06 -0400 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4325 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Subject: RE: Looping number of times Date: Wed, 12 May 2010 13:40:48 -0400 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Looping number of times Thread-Index: Acrx74vhOQPnZ+mFTjKSk+d8XeOArQACqUqg References: <9EE86F1965E19E499C80DE52AC807B5505171A46@z011021.bk.fin.local> <9EE86F1965E19E499C80DE52AC807B5505171A50@z011021.bk.fin.local> <9EE86F1965E19E499C80DE52AC807B5505171A5E@z011021.bk.fin.local> From: "Wray, Nathan" To: "Ant Users List" X-OriginalArrivalTime: 12 May 2010 17:41:06.0837 (UTC) FILETIME=[4CEF9C50:01CAF1FA] End needs to be strictly greater than begin. Change end to 2 and you should be ok. The contents of this e-mail are intended for the named addressee only. = It contains information that may be confidential. Unless you are the = named addressee or an authorized designee, you may not copy or use it, = or disclose it to anyone else. If you received it in error please notify = us immediately and then destroy it. From: Jan [mailto:raghurefer@gmail.com]=20 Sent: Wednesday, May 12, 2010 12:24 PM To: Ant Users List Subject: Re: Looping number of times Hi All, i started using ant-contrib-1.0b3.jar and stuck with one more problem on for loop For example see the "end" & "begin" attribute below, i don't want my loop to start with "0" i want to start with 1 ${ant.version} i is @{i} When i run this i get error BUILD FAILED C:\Temp\test.xml:8: end <=3D begin, step needs to be < 0 any one has any idea how to make this work? Please help Thanks in advance for your help On Thu, Apr 15, 2010 at 11:00 AM, Jan wrote: > Already tried it and didn't work > > $ ant -f test.xml > Buildfile: test.xml > Trying to override old definition of task for > [echo] Apache Ant version 1.6.3 compiled on April 28 2005 > > BUILD FAILED > C:\Temp\test.xml:8: The type doesn't support > the "end" attribute. > > > On Wed, Apr 14, 2010 at 11:52 PM, wrote: > >> > It did work with antconrib 1.0b3 >> > >> > I just have another question, is there a way to override jar >> > in ant lib >> > directory >> >> Try >> >> >> >> >> >> >> >> >> >> >> Jan >> >> --------------------------------------------------------------------- >> 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