1

Need to run Jtest by using an ant script...any example ?

I have done this so far

<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>

But I get an error that "Failed to create task or type jtest. Any suggestions ?

  • Could you describe your environment/context in more detail. How are you invoking ant? e.g. from an IDE like Eclipse? – Darius X. Sep 16 '13 at 19:33
  • @DariusX I am invoking ant using command line. I am still testing the file to make sure that it runs the Jtest and generate report so the method of invoking ant doesn't matter. – Deepjyot Maher Sep 16 '13 at 20:18

1 Answers1

1

Did you check Parasoft web page : http://build.parasoft.com/docs/overview.html ?