How to programmatically build RFT project? -


I use SVN to manage my RFT test scripts. I have to check the code again and again in a clean RFT workspace and for some special requirement the whole project will be created. I want to automate this process, which means that I have to build this project manually without introducing RFT. Is there any command or API that I can use?

I use the APT to programmatically create an RFT project. / P>

"C: \ Program Files \ IBM \ SDP \ eclipsec.exe" -nosplash -application org.eclipse.jdt.apt.core.aptBuild -data MYWORKSPACE

There is also its There is also AN ACT, but it has not been able to work. Search Google for APT or Headless Eclipse Build.

Comments