Reputation: 3683
At work I have to use ClearCase v7.0.1.2 and ClearQuest v7.0.1.0 with Visual Studio 2008 SP1. Am running on a Windows XP SP2 box.
I've done some searching but not found an official installer yet, can anyone advise (provide a link to) on the best plugin/addin to install for Visual Studio 2008 integration?
Thanks
Upvotes: 4
Views: 6973
Reputation: 1323633
The official instructions are in this IBM page
Process:
Extract: (ClearCase 32 bits)
In order to register ClearCase 7.0.1 with Visual Studio 2008, the following steps are required:
CC-CQ-VS2008.zip
to a temp location (for example C:\Temp
) on the ClearCase host with Visual Studio 2008 installed.ccvsisearchtoolwin_VS2008.reg
, ccvsiwanservice_VS2008.reg
, reg_VS2008.bat
, CCRC_INSTRUCTIONS.txt
, CC_INSTRUCTIONS.txt
, CQ_INSTRUCTIONS.txt
.ccvsisearchtoolwin.DLL
on the ClearCase host to obtain the path where this file resides.C:\Program Files\Common Files\Rational\ClearCase\CCVSI\bin
ccvsisearchtoolwin_VS2008.reg
registry file you just downloaded using a text editor (for example Wordpad) and search for the following string:"CodeBase"="C:\\Program Files\\Common Files\\Rational\\ClearCase\\CCVSI\\bin\\ccvsisearchtoolwin.DLL"
.ccvsisearchtoolwin_VS2008.reg
:"Path"="C:\\Program Files\\Common Files\\Rational\\ClearCase\\CCVSI\\bin"
.ccvsisearchtoolwin_VS2008.reg
.ccvsiwanservice.DLL
on the ClearCase host to obtain the path where this file resides.C:\Program Files\IBM\Rational\CCRCVSI\WanPackage
.ccvsiwanservice_VS2008.reg
registry file you just downloaded using a text editor and search for the following string:"CodeBase"="C:\\Program Files\\IBM\\Rational\\CCRCVSI\\WanPackage\\ccvsiwanservice.DLL"
.ccvsiwanservice_VS2008.reg
:"Path"="C:\\Program Files\\IBM\\Rational\\CCRCVSI\\WanPackage"
.ccvsiwanservice_VS2008.reg
.reg_VS2008.bat
with a text editor and fill in the 8 different variables based on the selections provided. Save and close the file.Note: be aware of:
ClearCase and Visual Studio 2008 integration missing ccvsiwanservice.dll
If CCRC has not been installed on the host, this file is unavailable.
Resolving the problem
If you are not going to use CCRC on the host, the workaround would be to edit the
reg_VS2008.bat
file and set CCRC_for_VS in the bat file to 0, which means it won't setccWAN
in that bat file.
Cause
The files that are required to setup the integration are missing if ClearCase has not been installed with the Visual Studio integration options.
The README indicated that Visual Studio 2008 could be installed before ClearCase and made no reference of the integration option when installing ClearCase.
Follow the instructions in technote 1259189 to integrate ClearCase and Visual Studio.
Note: You will need to select the Visual Studio 2005 integration option.
Once ClearCase is reinstalled with the Visual Studio integration files, the Visual Studio 2008 integration procedure for ClearCase 7.0.1 will work as expected.
Upvotes: 5