Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 96881 invoked from network); 19 Oct 2006 06:56:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2006 06:56:47 -0000 Received: (qmail 81413 invoked by uid 500); 19 Oct 2006 06:56:39 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 81385 invoked by uid 500); 19 Oct 2006 06:56:39 -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 81374 invoked by uid 99); 19 Oct 2006 06:56:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 23:56:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.201.183.194] (HELO sscd0001.dmz.huk.de) (193.201.183.194) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2006 23:56:37 -0700 Received: from sscd0027.huk-coburg.de ([10.148.152.136]) by sscd0001.dmz.huk.de with Microsoft SMTPSVC(6.0.3790.1830); Thu, 19 Oct 2006 08:56:15 +0200 Received: by sscd0027.huk-coburg.de (Postfix, from userid 1) id 2889A5806E; Thu, 19 Oct 2006 08:55:19 +0200 (CEST) Received: from sscd0001.dmz.huk.de (sscd0001.dmz.huk.de [10.148.152.131]) by sscd0027.huk-coburg.de (Postfix) with ESMTP id 0F61D5806E for ; Thu, 19 Oct 2006 08:55:19 +0200 (CEST) Received: from sxf00001.lan.huk-coburg.de (unverified) by sscd0001.dmz.huk.de (HUK-COBURG Mailrelay2) with ESMTP id for ; Thu, 19 Oct 2006 08:56:15 +0200 Received: from VEX00120.lan.huk-coburg.de ([10.131.152.134]) by sxf00001.lan.huk-coburg.de with Microsoft SMTPSVC(6.0.3790.1830); Thu, 19 Oct 2006 08:56:16 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 MIME-Version: 1.0 Subject: RE: Task help Date: Thu, 19 Oct 2006 08:56:11 +0200 Message-ID: <1397E81F23832842BDD7B2D758D4B0B503256B64@VEX00120.lan.huk-coburg.de> In-Reply-To: <1397E81F23832842BDD7B2D758D4B0B503256B63@VEX00120.lan.huk-coburg.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Task help Thread-Index: Acby4oS6UaAAY4rzRIWi7ZKaQHM97wAFDZEQABTE1uAAAFlkAA== From: "Rebhan, Gilbert" To: "Ant Users List" X-OriginalArrivalTime: 19 Oct 2006 06:56:16.0434 (UTC) FILETIME=[AC3BE120:01C6F34B] Content-class: urn:content-classes:message Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N sorry, it's enough to reference the namespace if antcontrib.jar is in ANT_HOME/lib directory so you could either put antcontrib in its own namespace =3D and ... or without ancontrib in own namepsace =3D and ... <:for> Regards, Gilbert =20 -----Original Message----- From: Rebhan, Gilbert [mailto:Gilbert.Rebhan@huk-coburg.de]=20 Sent: Thursday, October 19, 2006 8:51 AM To: Ant Users List Subject: RE: Task help =20 Hi, you forgot to reference the namespace =3D beside =3D to make =3D ... work. also i would use antcontrib 1.0b2 instead of the old 0.6 Regards, Gilbert -----Original Message----- From: bill/wilandra [mailto:bill@wilandra.com]=20 Sent: Wednesday, October 18, 2006 10:49 PM To: 'Ant Users List' Subject: RE: Task help Try this taskdef instead and see if it helps: HTH Bill=20 -----Original Message----- From: Muthyala, Sunil [mailto:Sunil.Muthyala@aig.com]=20 Sent: Wednesday, October 18, 2006 11:23 AM To: 'Ant Users List' Subject: RE: Task help Thanks to Jan and Steve Loughran. I tried Jan's suggestion, I get an error I downloaded the Ant-contrib-0.6.jar and dropped it in ant/lib directory and included the in build.xml. Here is the build.xml ---- @{file} ------ This is the error I get C:\apache-ant-1.6.5\bin>ant -f C:\apache-ant-1.6.5\build_AC.xml Buildfile: C:\apache-ant-1.6.5\build_AC.xml BUILD FAILED C:\apache-ant-1.6.5\build_AC.xml:6: The prefix "ac" for element "ac:for" is not bound. Total time: 0 seconds What mistake I am doing? -thanks Sunil -----Original Message----- From: Jan.Materne@rzf.fin-nrw.de [mailto:Jan.Materne@rzf.fin-nrw.de] Sent: Tuesday, October 17, 2006 10:19 AM To: user@ant.apache.org Subject: AW: Task help >1. How to unzip a folder on a remote server (Windows NT),=20 >I am unable >to nest it inside of FTP. > >I am zipping a folder on local machine and FTP'ing it to the server,=20 >but I need to unzip it in tmp folder and move the unzipped folder to=20 >the right path on the server. Does REXEC work for windows box? Try - its more secure ... >2. I want to read the txt or doc which has full path and=20 >file names of >files to be pulled from VSS. > >I need to feed the contents of this txt file as input to the vsspath, I >tried using LOADFILE and saving it as property, but it reads only first >line and not the subsequent. Does ANT have a for loop kind of command=20 >or any other to this kind of job. should load the whole file into a property. Ant-Contrib has a which you can feed with that value. @{file} 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 --------------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org