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
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:
Note: Be sure to select the VS.NET integration when installing ClearCase.
CC-CQ-VS2008.zip
to a temp location (for exampleC:\Temp
) on the ClearCase host with Visual Studio 2008 installed.There will be 6 files extracted:
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.Note: The default location is
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"
.Verify that this path matches the installation path identified in step #4. If the path does not match, modify the path to match.
Note: Keep the double back slashes, this is expected.
ccvsisearchtoolwin_VS2008.reg
:"Path"="C:\\Program Files\\Common Files\\Rational\\ClearCase\\CCVSI\\bin"
.Verify that this path matches the installation path identified in step #4. If the path does not match, modify the path to match. Save and close the file
ccvsisearchtoolwin_VS2008.reg
.ccvsiwanservice.DLL
on the ClearCase host to obtain the path where this file resides.Note: The default location is
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"
.Verify that this path matches the installation path identified in step #7. If the path does not match, modify the path to match.
ccvsiwanservice_VS2008.reg
:"Path"="C:\\Program Files\\IBM\\Rational\\CCRCVSI\\WanPackage"
.Verify that this path matches the installation path identified in step #7. If the path does not match, modify the path to match. Save and close the file
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:
Cause
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.