需要使用ant脚本运行Jtest ...任何例子?

时间:2013-09-16 19:09:47

标签: ant parasoft jtest

需要使用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。有任何建议吗?

1 个答案:

答案 0 :(得分:1)

您是否检查了Parasoft网页: http://build.parasoft.com/docs/overview.html