Marco,

a bit of "googling" will give you that link:
http://ant-contrib.sourceforge.net/tasks/tasks/switch.html

hope this help

S.
Hello,

it is possible to use multiple case in a switch command, for example:

switch value:
  case a:
  case b:
    echo "a or b"
  case c:
    echo "c"

Thank a lot.

Regards
Marco


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org






---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to