> + <target name="ext" depends="windows-ext">
> + <property name="is${os.name}" value="true"/>
> + <echo message="Extension = ${ext}"/>
> + </target>
This won't work because windows-ext is called before is${os.name} is set.
- Kasper
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
