Ant 执行 exec cmd.exe 时路径包含空格的问题
摘要:需求描述通过Ant脚本调用bat脚本问题描述bat脚本所在目录名称包含空格(space),cmd.exe调用时候报错The system cannot find the path specified.解决方法修改exec传参arg的写法,把 改成 这种形式(row 6)。出错原因1. Ant调用c...
阅读全文
posted @ 2015-07-30 08:33