Hello, I have an litte problem getting the ClearCase sourcecontrol to run like expected. I'm just building the build file so I expect the build to fail
The configuration is <sourcecontrol type="clearCase"> <viewPath>D:\View\ProjectPart1" "D:\View\ProjectPart2</viewPath> <branch>Project_Build</branch> <autoGetSource>true</autoGetSource> <useBaseline>true</useBaseline> <projectVobName>ProjectVOB</projectVobName> <viewName>snap_Project_Build</viewName> </sourcecontrol> When starting the Build the output was 2009-07-09 11:01:56,421 [MyCCNETProject:DEBUG] cleartool commandline: cleartool.exe lshist -r -nco -branch "Project_Build" -since 09- Jul-2009.10:55:53 -fmt "%u#~#%Vd#~#%En#~#%Vn#~#%o#~#!%l#~#!%a#~# %...@#@#...@#@#...@#@#...@#@#...@#@#...@#@\n" "D:\View\ProjectPart1" "D:\View \ProjectPart2" 2009-07-09 11:01:56,422 [MyCCNETProject:DEBUG] Starting process [cleartool.exe] in working directory [] with arguments [lshist -r -nco -branch "Project_Build" -since 09-Jul-2009.10:55:53 -fmt "%u#~#%Vd#~# %en#~#%vn#~#%o#~#!%l#~#!%a#~#...@#@#...@#@#...@#@#...@#@#...@#@#...@#@\n" "D:\View \ProjectPart1" "D:\View\ProjectPart2" ... 2009-07-09 11:51:16,955 [MyCCNETProject:INFO] No modifications detected. 2009-07-09 11:51:16,956 [MyCCNETProject:INFO] Building: Dashboard triggered a build (ForceBuild) 2009-07-09 11:51:16,956 [MyCCNETProject:DEBUG] command line is: cleartool.exe mkbl -view snap_Project_Build -identical CruiseControl.NETTemporaryBaseline_07-09-2009-11-51-16 2009-07-09 11:51:16,958 [MyCCNETProject:DEBUG] Starting process [cleartool.exe] in working directory [] with arguments [mkbl -view snap_Project_Build -identical CruiseControl.NETTemporaryBaseline_07-09-2009-11-51-16] 2009-07-09 11:51:20,102 [5724:DEBUG] [MyCCNETProject cleartool.exe] Created baseline "CruiseControl.NETTemporaryBaseline_07-09-2009-11-51-16.5141" in component "Component1". 2009-07-09 11:51:20,833 [5724:DEBUG] [MyCCNETProject cleartool.exe] Created baseline "CruiseControl.NETTemporaryBaseline_07-09-2009-11-51-16.116" in component "Component2". 2009-07-09 11:51:21,232 [5724:DEBUG] [MyCCNETProject cleartool.exe] Created baseline "CruiseControl.NETTemporaryBaseline_07-09-2009-11-51-16.2318" in component "Component3". Ok thats works fine. Now the build faild as expected. And CC says 2009-07-09 11:52:37,281 [MyCCNETProject:DEBUG] remove baseline: cleartool.exe rmbl -force cruisecontrol.nettemporarybaseline_07-09-2009-11-51...@\projectvob 2009-07-09 11:52:37,282 [MyCCNETProject:DEBUG] Starting process [cleartool.exe] in working directory [] with arguments [rmbl -force cruisecontrol.nettemporarybaseline_07-09-2009-11-51...@\projectvob] 2009-07-09 11:52:43,570 [5724:DEBUG] [MyCCNETProject cleartool.exe] cleartool: Error: Unable to find replica in registry for VOB with object ID:"e7c7b6b4.7d054cab.80a3.5f:b0:a2:fe:70:46" 2009-07-09 11:52:43,572 [5724:DEBUG] [MyCCNETProject cleartool.exe] cleartool: Error: Unable to locate versioned object base with object id: "e7c7b6b4.7d054cab.80a3.5f:b0:a2:fe:70:46". 2009-07-09 11:52:43,574 [5724:DEBUG] [MyCCNETProject cleartool.exe] cleartool: Warning: Searching PVOBs for baselines that depend upon baseline "CruiseControl.NETTemporaryBaseline_07-09-2009-11-51-16". This may take a few minutes... 2009-07-09 11:52:43,575 [5724:DEBUG] [MyCCNETProject cleartool.exe] 2009-07-09 11:55:36,324 [2340:DEBUG] [MyCCNETProject cleartool.exe] Removed baseline "cruisecontrol.nettemporarybaseline_07-09-2009-11-51...@\projectvob". 2009-07-09 11:55:36,329 [MyCCNETProject:WARN] Source control wrote output to stderr: cleartool: Error: Unable to find replica in registry for VOB with object ID:"e7c7b6b4.7d054cab.80a3.5f:b0:a2:fe:70:46" cleartool: Error: Unable to locate versioned object base with object id: "e7c7b6b4.7d054cab.80a3.5f:b0:a2:fe:70:46". cleartool: Warning: Searching PVOBs for baselines that depend upon baseline "CruiseControl.NETTemporaryBaseline_07-09-2009-11-51-16". This may take a few minutes... 2009-07-09 11:55:36,357 [MyCCNETProject:INFO] Integration complete: Failure - 09.07.2009 11:55:36 If I look in the CC Project Explorere an Open the Propertys of the Components I see that the baselines still present. How can I solve this? Thanks Michael
