RE: complex arguments and the task

2004-10-19 Thread Amnon Khen
#x27;t work. Thanks again, Amnon -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 4:13 PM To: [EMAIL PROTECTED] Subject: Re: complex arguments and the task On Tue, 19 Oct 2004, Amnon Khen <[EMAIL PROTECTED]> wrote: > I th

Re: complex arguments and the task

2004-10-19 Thread Stefan Bodewig
On Tue, 19 Oct 2004, Amnon Khen <[EMAIL PROTECTED]> wrote: > I though that using the mapper to prefix the target file with "-arg" > would do the trick, Yes, definitively a nice idea. > but what actually happens is that Ant prefixes the argument with the > task's working directory. have you trie

complex arguments and the task

2004-10-19 Thread Amnon Khen
Hello Ant folk, I am trying to use the task to apply some tool on a set of files. The problem that the tool accepts its arguments in the format -arg=file (i.e. a single argument without a space between "-arg" and the filename that follows it), and I haven't found a way to generate this type of