需要使用ant脚本运行Jtest ......任何例子?
到目前为止我已经这样做了
<target name="test">
<jtest config="/Carts Static Analysis.properties" localsettings="/ApplicationCore.jtest/scripts/build.properties"
publish="false" showdetails="false" nobuild="true"
report="c:/reports" workspace="C:/">
<resource name="EC"/>
</jtest>
</target>
</project>
但是我收到错误“无法创建任务或输入jtest。有任何建议吗?