You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Meukens, Kris" <kr...@eds.com> on 2005/06/27 13:20:24 UTC

Propertyset

Hi,
 
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?
 
Do I have to recreate the property set? Or there alternative ways of
calling to avoid this?
 
 
Regards,
Kris.

RE: Propertyset

Posted by Dominique Devienne <dd...@gmail.com>.
> From: Meukens, Kris [mailto:kris.meukens@eds.com]
> 
> 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: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org