[EMAIL PROTECTED] schrieb:
> But dont forget: <target if|unless> checks whether a property with
> the given name is set/not-set.

therefore in my example the property thats' used
afterwards with target if|unless is set via
condition + equals ... ;-)

> <property name="foo" value="true"/>
> <target name="foo" unless="foo">
>     <echo>I will be executed</echo>
> </target>
> 
> <property name="bar" value="false"/>
> <target name="bar" if="bar">
>     <echo>I will be executed</echo>
> </target>

so afterwards you're able to react if| unless
that property is set after your gusto

Regards, Gilbert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to