Sunday, May 22, 2011

How to Build/Clean a RFT project from command Line

Use these commands to compile (build) and run an individual script called "Script1":

set RFT_PROJECT_LOCATION="C:\Path_to_root_of_project"

"%IBM_RATIONAL_RFT_ECLIPSE_DIR%\jdk\jre\bin\java" -classpath "%IBM_RATIONAL_RFT_INSTALL_DIR%\rational_ft.jar" com.rational.test.ft.rational_ft -datastore %RFT_PROJECT_LOCATION% -compile Script1

"%IBM_RATIONAL_RFT_ECLIPSE_DIR%\jdk\jre\bin\java" -classpath "%IBM_RATIONAL_RFT_INSTALL_DIR%\rational_ft.jar" com.rational.test.ft.rational_ft -datastore %RFT_PROJECT_LOCATION% -playback Script1 -log Script1_log

Or you can combine the two commands into one:

set RFT_PROJECT_LOCATION="C:\Path_to_root_of_project"

"%IBM_RATIONAL_RFT_ECLIPSE_DIR%\jdk\jre\bin\java" -classpath "%IBM_RATIONAL_RFT_INSTALL_DIR%\rational_ft.jar" com.rational.test.ft.rational_ft -datastore %RFT_PROJECT_LOCATION% -compile Script1 -playback -log Script1_log

Wednesday, May 18, 2011

Helios for C++

A small Article on how to use your pre exhisting Helios Ecllipse for C++ Dev

here you need to put Helios - http://download.eclipse.org/releases/helios in work with option and 
it will give you the list o all the available update for hellios as shown in image

As marked in Red
And your Ecllipse will need Internet to  to downlaod it from CDT site just choose the c++ development option and your Helios is  ready for c++ :)