Re: Internal AntCall and references

2004-12-14 Thread Wascally Wabbit
At 12:06 PM 12/13/2004, you wrote: Don't know about "better" but these are different ways to approach your situation: a) globals (they never die...) b) thread locals c) build listeners Hello, I have created a task that must be 'context' aware. Currently, I stores infor

Internal AntCall and references

2004-12-13 Thread Yves Martin
Hello, I have created a task that must be 'context' aware. Currently, I stores information (Java objects) in a ugly static map in my task and it works well. To clean it, I decided to use project references but it does not work with 'antcall': target A antcall B MyTask{getReferen