On 4/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
This works for me:<project> <property environment="env"/> <property name="is.dev.home" value="${env.IS_DEV_HOME}"/> <fail message="IS_DEV_HOME/is.dev.home variable is not set."> <condition> <equals arg1="${is.dev.home}" arg2="$${env.IS_DEV_HOME}"/> </condition> </fail> <echo>'${is.dev.home}'</echo> </project>
Ah, I forgot about that one! Thanks, it's simpler. Now that you mention it, I think I've even used it in the past. Thanks Jan. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
