<If> is based on <condition> and supports (that's my understanding) the same nested elements (conditions).
Give this a try:
<if> <or> <equals arg1="${var}" arg2="one"/> <equals arg1="${var}" arg2="two"/> <equals arg1="${var}" arg2="three"/> <equals arg1="${var}" arg2="four"/> </or> <then> <echo message="basic dir: ${var}"/> <copy todir="../direct" verbose="yes" failonerror="no" overwrite="yes"> <fileset dir="${var}"> <include name="**"/> </fileset> </copy> </then> </if>Read full article from java - Is it possible to use AND, OR condition in tag IF? - Stack Overflow
No comments:
Post a Comment