mx.de]
Sent: Tuesday, June 29, 2010 3:50 PM
To: user@ant.apache.org
Subject: Re: Passing state accross task invocations
Himawan, Budyanto schrieb am 29.06.2010 um 09:36 (-0500):
>
> I have written a custom ant task and I want to be able to store info
> from one invocation of the task to an
Himawan, Budyanto schrieb am 29.06.2010 um 09:36 (-0500):
>
> I have written a custom ant task and I want to be able to store info
> from one invocation of the task to another.
Within one process, or across processes?
> I used a static class but it appears that the static class gets
> re-initial