Can you please tell me requirement for integration of cruise control build integration tool (Java) and ClearCase client (CCRC 7.1).
How to use scm:clearcase:
command in a pom?
Is cleartool needed on the machine to execute scm command?
Can you please tell me requirement for integration of cruise control build integration tool (Java) and ClearCase client (CCRC 7.1).
How to use scm:clearcase:
command in a pom?
Is cleartool needed on the machine to execute scm command?
CCRC is not a ClearCase client. It is a remote ClearCase Client: a GUI which will communicate with a CCRC server through web requests.
It has none of the executable found in a full ClearCase client installation, meaning is
scm:clearcase
(from the Maven SCM implemantation ClearCase) needscleartool.exe
, it won't work if you have only CCRC (and you can't have both CCRC and a full ClearCase client).