RE: Ant 1.8.3alpha: task fails to handle quotes within quotes command lines

2011-06-27 Thread David Parks
Why do our brains work in such strange ways? I spent hours on this issue, and 40 minutes writing the email and testing every bit of it was correct. Now I received my own email, compulsively re-read it, and the answer just popped into my head effortlessly. Use cmd /C Here is a modification of th

Ant 1.8.3alpha: task fails to handle quotes within quotes command lines

2011-06-27 Thread David Parks
I'm trying to run a command with both single and double quotes through . I am using last nights build of ant 1.8.3alpha (I should note the same behavior on 1.8.2). But the arguments appear to be incorrectly passed to the command line, as per the following demonstration. This command runs from a DO