Hi,
I have written a custom ant task and I want to be able to store info from one invocation of the task to another. I used a static class but it appears that the static class gets re-initialized on every invocation. Is there a way to make it not do that? Thanks Budyanto