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{getReference X}
target B
MyTask{setReference X}
Is there a better way to implement a global storage ?
Thank you in advance. Regards,
--
Yves Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]