On Wed, 18 Sep 2002, Ulrich Winter <[EMAIL PROTECTED]> wrote: > It seems, that a property which was set in the child build file is > not availabe in the parent.
This is correct (it's a similar concept to Unix shells). One way to achieve what you want is to write the properties to disk (using <propertyfile>) in the child build and read that file in the parent build. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
