[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: ANT and exec

Isn't ';' the list separator character on Windows? I don't *know* what the 
problem is, but I'd speculate that the issue is related to this. Maybe Ant 
is stripping off the enclosing quotes, causing Windows to expand the 
"list"? Or maybe Ant is expanding the "list" itself?

- Jared

David Trogdon wrote:

> Running this from a DOS Command Prompt similar to:
> 
> myfile "path1;path2"
> 
> works, however I canot get this to run from the ANT script.
> 
> As it is written above the command line parses as"
> 
> myfile path1 path2