【发布时间】:2013-10-22 18:41:48
【问题描述】:
我使用 Silk4J,在我的构建中,我必须启动代理。我使用的命令是:
<exec spawn="true" executable="${env.OPEN_AGENT_HOME}/agent/openAgent.exe" />
它给了我这个错误
The ' characters around the executable and arguments are not part of the command.
我需要改变它吗?
【问题讨论】: