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
> >> > >> >
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
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
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
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
--
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
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,
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
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