t, use
it
in the child script without having to redefine the task.
Gilles
> -Original Message-
> From: ravi p [mailto:[EMAIL PROTECTED]
> Sent: mardi 20 mars 2007 13:23
> To: Ant Users List
> Subject: Re: Reinitializing static variables
>
> Thanks you very much, it it wor
: ravi p [mailto:[EMAIL PROTECTED]
> Sent: mardi 20 mars 2007 13:23
> To: Ant Users List
> Subject: Re: Reinitializing static variables
>
> Thanks you very much, it it working.
> but I am calling these tasks using ant task, I mean both task are in
> different projects, if I ca
Thanks you very much, it it working.
but I am calling these tasks using ant task, I mean both task are in
different projects, if I call the task2 in the same project (the same build
file), it is working, but I want call the task2 in calling project ..
so In this case, can I ge
Make sure your tasks are defined in the same loader (an option of the
taskdef task).
Gilles
> -Original Message-
> From: ravi p [mailto:[EMAIL PROTECTED]
> Sent: mardi 20 mars 2007 7:54
> To: user@ant.apache.org
> Subject: Reinitializing static variables
>
> hi ,
>
> I have written two