> From: Meukens, Kris [mailto:[EMAIL PROTECTED]
> 
> It looks that when you pass a propertyset to an other build file that is
> called with the 'ant' task, the containing properties are still known in
> the receiving build file but not the propertyset itself. Is that correct?

Yes.

> Do I have to recreate the property set?

No.

> Or there alternative ways of calling to avoid this?

Simply treat the propertyset as any other reference,
and either turn on <ant>'s inheritRefs (defaults to false),
or nest an explicit <reference> within it. --DD


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to