Re: multiple switch case

2010-05-17 Thread Marco Gutsche
Hello, Thanks, but I found this link and the example only shows one case and I'm not able to modify it to use multiple case for one following instruction (like my example). Regards Marco Am 17.05.2010 20:56, schrieb reno: Marco, a bit of "googling" will give you that link: http://ant-contr

Re: multiple switch case

2010-05-17 Thread reno
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 lo

Re: How to echo the empty directories of a fileset ?

2010-05-17 Thread Matt Benson
On May 15, 2010, at 4:30 AM, Bruno Medeiros wrote: On Thu, May 13, 2010 at 7:14 PM, Matt Benson wrote: On May 13, 2010, at 12:48 PM, Bruno Medeiros wrote: Hello. If I do something like this: and projects.dir has some

multiple switch case

2010-05-17 Thread Marco Gutsche
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...@an