需要使用ant script...any示例来运行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。有什么建议吗?”
发布于 2013-09-17 15:34:32
你有没有查看Parasoft的网页:http://build.parasoft.com/docs/overview.html?
https://stackoverflow.com/questions/18835462
复制相似问题