The problem is your source control block is getting an exception while checking for any exceptions.
Try running the command " C:\Program Files\Visual Source Safe\win32\SS.EXE history $/Slice.PMO.ProjectRequest/src -R -Vd8/4/2009;8:09a~8/4/2009;8:08a -YProjectRequestBuildUser, -I-Y" from the command using the same account that your CC.NET instance is using and see what it is giving as a result. Craig -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Snehal Shah Sent: Wednesday, 5 August 2009 4:05 a.m. To: ccnet-user Subject: [ccnet-user] CruiseControl generting Log Hello We have VSS where multiple projects are located,Cruisecontrol is responsible for building more then one application from VSS.The problem is that we Cruisecontrol is generating log files in "BuildLog" folder a every 1 minutes even we are not changing any file in VSS.I want to stop this. I am providing exception from log file and also CCNet.config file attributes. Here,In config file we have not set "ForceBuild" option,It is based on "IfModificationExists" Condition. <triggers> <intervalTrigger seconds="60"/> </triggers> Log File Error:- <cruisecontrol project="ProjectRequestSystem"> <modifications /> <build date="8/4/2009 8:09:49 AM" buildtime="00:00:00" buildcondition="IfModificationExists" /> <exception><![CDATA [ThoughtWorks.CruiseControl.Core.CruiseControlException: Source control operation failed: . Process command: C:\Program Files\Visual Source Safe\win32\SS.EXE history $/Slice.PMO.ProjectRequest/src -R - Vd8/4/2009;8:09a~8/4/2009;8:08a -YProjectRequestBuildUser, -I-Y at ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.Execute (ProcessInfo processInfo) at ThoughtWorks.CruiseControl.Core.Sourcecontrol.ProcessSourceControl.GetModifi cations (ProcessInfo info, DateTime from, DateTime to) at ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vss.GetModifications (IIntegrationResult from, IIntegrationResult to) at ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications (ISourceControl sourceControl, IIntegrationResult lastBuild, IIntegrationResult thisBuild) at ThoughtWorks.CruiseControl.Core.IntegrationRunner.RunIntegration (BuildCondition buildCondition)]]></exception> </cruisecontrol> Appreciate if you provide any input.
