MikasaAckerman
MikasaAckerman

Reputation: 529

Clearcase - RQMCommandLine Adapter

How to start a RQM adapter on linux machine? In which directory is start.sh can be found?

Upvotes: 0

Views: 71

Answers (1)

VonC
VonC

Reputation: 1330092

The doc mentions that you must be on the be on the machine where Rational Quality Manager is installed. (Windows or Linux machine)

Before running the Rational Quality Manager Command Line Adapter, please make sure that:

  • java.exe is accessible in the path
  • the version of JAVA required is 1.5 or later
  • user ID to log into Rational Quality Manager that has appropriate licenses to login as an adapter

The README includes:

start.sh -repository https://<rqmserver>:<port>/jazz -user <userid> -password <password> -adapter <adapter> \ 
[-projectArea <project area>] [-sleepTime <sleep time>] \
[-configFile <configuration file>]

Since that adapter is provided as a compressed archive at <RQM_INSTALL_DIR>\adapters\RQMCommandLineAdapter.zip, the start.sh will be where you have unzipped that archive.

Upvotes: 1

Related Questions