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
- questions about <property file=""> Son of Mojo JoJo
- Re: questions about <property file=""&g... Nico Seessle
- RE: Re: questions about <property file="... Stefan Bodewig
- RE: Re: questions about <property file="&quo... John . D . Casey
- Re: questions about <property file="&quo... Son of Mojo JoJo
