I think I have done my homework.
Sir the cc.config file of my CruiseControl (C:\ProgramFiles\CruiseControl.NET\server\ccnet.co nfig)
is as follows:
<cruisecontrol>
<project>
<name>NewLogin</name>
<!--<webURL>
http://localhost/ccnet-dashboard/?_a...r=local&pr
oject=Nant Project</webURL>-->
<webURL>
http://localhost/ccnet/default.aspx?...local&proj
ect=NewLogin</webURL>
<triggers>
<intervalTrigger seconds="180" buildCondition ="IfModificationExists"/>
</triggers>
<modificationDelaySeconds>2</modificationDelaySeconds>
<sourcecontrol type="vss">
<executable>C:\Program Files\Microsoft Visual Studio\Common\VSS\win32\SS.EXE</executable>
<project>$/Working/QAProjects/Research/NewLogin</project>
<username>spatil</username>
<password>spatil</password>
<ssdir>\\dev3\TestDeploy1\srcsafe.ini</ssdir>
<cleanCopy>true</cleanCopy>
</sourcecontrol>
<tasks>
<nant>
<baseDirectory>D:\Dhore\NewLogin</baseDirectory>
</nant>
</tasks>
<publishers>
<xmllogger />
</publishers>
</project>
</cruisecontrol>
If this .config file is correct I am getting the following error:
[NewLogin:DEBUG] Starting process [C:\Program Files\Microsoft Visual Studio\Common\VSS\win32\SS.EXE]
in working directory [C:\Program Files\CruiseControl.NET\server\NewLogin\WorkingDir ectory] with
arguments [history $/Working/QAProjects/Research/NewLogin -R -Vd9/4/2007;6:20p~9/4/2007;5:12p
-Yspatil,spatil -I-Y]
[NewLogin:DEBUG] No VSS database (srcsafe.ini) found. Use the SSDIR environment variable or run
netsetup.
[NewLogin:ERROR] Exception: Source control operation failed: No VSS database (srcsafe.ini) found.
Use the SSDIR environment variable or run netsetup.