----- Original Message ----- From: "John Volkar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 28, 2001 4:44 AM Subject: Newbie help <property>
> Okay, once more... > > It seems that properties are only inheritable "downwards" thru a series of > <antcall>'s. I can see why this is (you would not want child targets > messing up parent target property settings. However, I have a situation > where I want a child <target> to set properties that I want to use in the > parent <target>. (see "expand-properties" in the attached sample) > > How could I allow a child target to set a property that would then be > visible to a calling target? > save them to a file with <propertyfile>; load them back using <property file> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
