Re: (was: Re: Task help)

2006-10-23 Thread Peter Reilly
On 10/19/06, Peter Reilly <[EMAIL PROTECTED]> wrote: On 10/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> >I am thinking of adding: > >> > > >> > > >> > >> > classpath="${PATH_TO_ANTCONTRIB.JAR}"/> > >> > > >> >which would be equilivent to > >> > >> >

Re: Task help

2006-10-19 Thread Peter Reilly
On 10/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >I am thinking of adding: >> > >> > >> > > > classpath="${PATH_TO_ANTCONTRIB.JAR}"/> >> > >> >which would be equilivent to >> > > >resource="net/sf/antcontrib/antlib.xml" >> >clas

Re: Task help

2006-10-19 Thread Peter Reilly
On 10/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >I am thinking of adding: > > >classpath="${PATH_TO_ANTCONTRIB.JAR}"/> > >which would be equilivent to > resource="net/sf/antcontrib/antlib.xml" >classpath="${PATH_TO_ANTCONTRIB.JA

Re: Task help

2006-10-19 Thread Peter Reilly
On 10/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: You can use external tasks in the way of Ant until 1.5 (which is and will supported in the feature too): * place the jar in ${user.home}/.ant/lib, so Ant adds it to its classpath * declare the tasks: - use for the mapping of taskname-c

RE: Task help

2006-10-18 Thread Rebhan, Gilbert
rom: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 8:51 AM To: Ant Users List Subject: RE: Task help Hi, you forgot to reference the namespace = beside = to make = ... work. also i would use antcontrib 1.0b2 instead of the old 0.6 Regards, Gilbert --

RE: Task help

2006-10-18 Thread Rebhan, Gilbert
Users List' Subject: RE: Task help Try this taskdef instead and see if it helps: HTH Bill -Original Message- From: Muthyala, Sunil [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 11:23 AM To: 'Ant Users List' Subject: RE: Task help Thanks to Jan and Stev

RE: Task help

2006-10-18 Thread bill/wilandra
Try this taskdef instead and see if it helps: HTH Bill -Original Message- From: Muthyala, Sunil [mailto:[EMAIL PROTECTED] 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,

RE: Task help

2006-10-18 Thread Muthyala, Sunil
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 e

Re: Task help

2006-10-18 Thread Steve Loughran
Muthyala, Sunil wrote: Hello all, I am trying to automate some tasks and I need your help. 1. How to unzip a folder on a remote server (Windows NT), I am unable to nest it inside of FTP. I am zipping a folder on local machine and FTP'ing it to the server, but I need to unzip it in