RE: Internal AntCall and references

2004-12-15 Thread Jose Alberto Fernandez
> From: Yves Martin [mailto:[EMAIL PROTECTED] > > > Stefan Bodewig <[EMAIL PROTECTED]> writes: > > > On Mon, 13 Dec 2004, Yves Martin <[EMAIL PROTECTED]> wrote: > > > >> To clean it, I decided to use project references but it does not > >> work with 'antcall': > > > > This is because you set

RE: Internal AntCall and references

2004-12-15 Thread Jose Alberto Fernandez
gt; Subject: Re: Internal AntCall and references > > > On Mon, 13 Dec 2004, Yves Martin <[EMAIL PROTECTED]> wrote: > > > To clean it, I decided to use project references but it does not > > work with 'antcall': > > This is because you set the

Re: Internal AntCall and references

2004-12-15 Thread Yves Martin
Stefan Bodewig <[EMAIL PROTECTED]> writes: > On Mon, 13 Dec 2004, Yves Martin <[EMAIL PROTECTED]> wrote: > >> To clean it, I decided to use project references but it does not >> work with 'antcall': > > This is because you set the reference in a different Project instance > than you try to read

Re: Internal AntCall and references

2004-12-15 Thread Stefan Bodewig
On Mon, 13 Dec 2004, Yves Martin <[EMAIL PROTECTED]> wrote: > To clean it, I decided to use project references but it does not > work with 'antcall': This is because you set the reference in a different Project instance than you try to read it in. > target A >antcall B >MyTask{getRefe