Nico Seessle <[EMAIL PROTECTED]> wrote:

> No, I can just suggest the "right" way to do that :-)
> 
> <property environment="MYENV"/>
> <property name="built" value="${MYENV.targetroot}"/>
> <property name="src" value="${MYENV.srcroot}"/>
> 
> <property file="..:"/> is only meant to read "static" definitions
> from the property file.
> 

But ${} constructs will be expanded there as well, so 

<property environment="MYENV"/>
<property file="..." />

should work as well.

Stefan

Reply via email to