Re: AW: AW: Passing data between 2 created tasks

2007-04-30 Thread Brian Agnew
Hi - 1) Makes sense 2) I'm looking at client issues with using , so a different task is not much use here. 3) Yes. That was the conclusion I'd come to. I just wanted to make sure that I was seeing expected behaviour in Ant before I implemented a work-around. Thx for your response, Brian On Mon

AW: AW: Passing data between 2 created tasks

2007-04-29 Thread Jan.Materne
That behaviour wont change as it's intended to have a "clean" project instance. 1. Think about the use of . Because it initializes a new Project there is much overhead. You could avoid that using . 2. I havent used that, but maybe could help. 3. If you can serialize your data object, your 2