DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18786>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18786 exec cannot execute all command lines... ------- Additional Comments From [EMAIL PROTECTED] 2003-04-08 06:23 ------- What do you get when running ant -verbose on <exec executable="Test.exe"> <arg value='hello="foo"'/> </exec> on Linux I get: [exec] Current OS is Linux [exec] Executing 'Test.exe' with arguments: [exec] 'hello="foo"' [exec] [exec] The ' characters around the executable and arguments are [exec] not part of the command. so the quotes do not get stripped.