Antwort: AW: passing 0 to exec

2004-09-29 Thread Christian . Konrad
| An: [EMAIL PROTECTED] | | Kopie: | |

AW: passing 0 to exec

2004-09-29 Thread Jan . Materne
D] > [mailto:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 29. September 2004 11:55 > An: [EMAIL PROTECTED] > Betreff: passing 0 to exec > > Hi, > > I'm calling a perl script using the exec task. But it seems > like ant does > not handle passing the val

passing 0 to exec

2004-09-29 Thread Christian . Konrad
Hi, I'm calling a perl script using the exec task. But it seems like ant does not handle passing the value "0" as an argument to exec. Am I right? exec ... arg value=0 /exec In the upper case the perl script doesn't receive a value. Other passed numbers are accepted. Thanks in advance, Chr