ject: RE : Has anyone written an ant task by extending Task
>
>
> Hello,
>
> You have to override the execute() method.
>
> Hope it helps,
> Emmanuel
>
> >-Message d'origine-
> >De : Malik, Yousuff M [mailto:[EMAIL PROTECTED]
> >Env
Malik, Yousuff M" <[EMAIL PROTECTED]>
Date: Tue, 23 Sep 2003 16:58:48 -0500
To: "Ant Users List" <[EMAIL PROTECTED]>
Subject: Has anyone written an ant task by extending Task
>
> I am trying to write a custom ant task by extending Task.
>
> My task n
M [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 24, 2003 00:59
> To: Ant Users List
> Subject: Has anyone written an ant task by extending Task
>
>
> I am trying to write a custom ant task by extending Task.
>
> My task needs to read a string, parse it and save
e is " + value);
> }
> -Original Message-
> From: Malik, Yousuff M [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 24, 2003 00:59
> To: Ant Users List
> Subject: Has anyone written an ant task by extending Task
>
>
> I am trying to write a cust
I am trying to write a custom ant task by extending Task.
My task needs to read a string, parse it and save the value in a property.
I have completed the reading string and the parsing part. I don't know how to set the
value in a property. Can anyone please help me with this
This is my Class