Re: AW: using * in arg of exec task

2007-02-12 Thread Martin M
Hello Jan, thank you for your response. As I don't want to use so many filesets, I changed my task to make the shell as executable and call the command as argument. This approach also works for me. So my task looks like this: As you've already mentioned the command above is working due to t

AW: using * in arg of exec task

2007-02-12 Thread Jan.Materne
You're running into the illusion that the * is resolved by the operating system. It is resolved by the shell (cmd, command, csh, ...). Does your script want to get a '*' as argument (Class*.class) and it does processing for its own? Then just use the Ant implementation you have. But if you need

AW: using * in arg of exec task

2007-02-12 Thread Jan.Materne
>-Ursprüngliche Nachricht- >Von: Martin M [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 12. Februar 2007 11:08 >An: user@ant.apache.org >Betreff: using * in arg of exec task > > >Hi all, > >I would like to call a helper script in my ant-task, but >somehow I dont't >get it running. > >I