Hi all, I would like to call a helper script in my ant-task, but somehow I dont't get it running.
I would like to call "myCript /path/to/classes/Class*.class /path/to/otherClasses/ClassImpl*.class" I have defined this exec task: <exec executable="myCrypt" dir="."> <arg line="path/to/classes/Class*.class /path/to/otherClasses/ClassImpl*.class"/> </exec> Running the task, ant is complaining that the classes don't exist. I also tried to escape the '*' by \, $, and *, but nothing worked. How do I define such a task in ant? Thanks in advance! Regards, Martin -- View this message in context: http://www.nabble.com/using-*-in-arg-of-exec-task-tf3212640.html#a8921590 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]