RE: Passing state accross task invocations

2010-06-29 Thread Himawan, Budyanto
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

Re: Passing state accross task invocations

2010-06-29 Thread Michael Ludwig
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