I believe using ant contrib one can use something like this:
<if>
<equals arg1="${deployment.env}" arg2="dev" />
<then>
do something
</then>
</if>Where is the documentation for 'if' and for 'equals'? Thanks. - Neeraj --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
