You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Hanasaki JiJi <ha...@hanaden.com> on 2002/11/14 04:05:42 UTC

build.xml has an <ant task in it.  Should new properties/refid in the 
called <ant be reflected available in the parent?  Should parent 
properties, that are changed by the <ant call, be reflected in the parent?

Thank  you
-- 
=================================================================
= Management is doing things right; leadership is doing the     =
=       right things.    - Peter Drucker                        =
=_______________________________________________________________=
=     http://www.sun.com/service/sunps/jdc/javacenter.pdf       =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=================================================================


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Posted by Stefan Bodewig <bo...@apache.org>.
On Wed, 13 Nov 2002, Hanasaki JiJi <ha...@hanaden.com> wrote:

> Should new properties/refid in the called <ant be reflected
> available in the parent?

They are not.

> Should parent properties, that are changed by the <ant call, be
> reflected in the parent?

They are not (well reference changes may propagate back, it depends on
whether the data-type you pass down is Clonable).

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>