Had to start the painful process of adding the *321 CruiseControl Projects 
one at a time* (do try like 10+ at a time now but often fail and have to go 
back!) to my test ccnet.config file, run through the Validator tool (I like 
to feel safe), restart the CCService, and refreash the Dashboard. *As 
reported I found the same Project (from a source code view) fails and will 
cause the Dashboard issue!* The Project name is the same just built for 
differant development environments such as DEV, QA, and UAT. *Did a quick 
review of the failing Projects looking for a common thread but did not find 
one. *Sent these off to what are our real experts on CruiseControl here (I'm 
a SCM Architect not a Build Engineer) and I wait to hear back from them. *I 
completed about 105 out of the 321 I need to do and found 8 'bad' Projects. 
Below find two to review if you have the time.*
 
*It was suggested that the Artifacts folder which is created the first time 
one of these Projects is seen by CruiseControl and updated during the build 
process may need to be cleared out!* I did not really follow the logic there 
as I got all this from a freash v1.6 install on my PC and it built these 
folders so I do not see my Build Engineer's logic that I have a bad 
copy{s}...copy{s} of what? in any event please find 2 of the 8 failing 
Projects. I would list more but it takes too much time for me to make it 
secure and able for me to post on the net.
 
 
------> cut start
<project>
    <category>DEV3 UI Redesign</category>
    <triggers>
      <intervalTrigger name="continuous" seconds="1800" 
buildCondition="IfModificationExists"/>
      <projectTrigger project="DEV3_LIBRARY_MX_MXSERVICES" />
    </triggers>
    <sourcecontrol type="vsts">
      <server>http://tfs.ddddd.com/tfs/Projects</server>
      <workspace>mpd</workspace>
      <executable>C:/Program Files (x86)/Microsoft Visual Studio 
10.0/Common7/IDE/TF.exe</executable>
      <domain>DDDDDDDD</domain>
      <autoGetSource>true</autoGetSource>
      <username>SvcAcctTFS</username>
      <password>********</password>
      
<project>$/Xxxxxx/Main/Main/src/dotnet/DEV2/internal/Services/MX.ServicesSite.Net4</project>
      <timeout>10000000</timeout>
      
<workingDirectory>D:/repos/revolution/DEV2/internal/Services/MX.ServicesSite.Net4</workingDirectory>
      <force>true</force>
      <deleteWorkspace>true</deleteWorkspace>
      <cleanCopy>true</cleanCopy>
    </sourcecontrol>
    <name>DEV3_INTERNAL_MX_MXSERVICESSITE </name>
    <tasks>
      <nant>
        <executable>c:\nant-0.90\bin\NAnt.exe</executable>
        
<baseDirectory>D:\repos\revolution\DEV2\BuildScripts\</baseDirectory>
        <buildFile>INTERNAL_SERVICES_MXSERVICESITE.build</buildFile>
        <targetList>
          <target>build</target>
          <target>package</target>
          <target>deploy</target>
          <target>copyup</target>
          <target>deployup</target>
        </targetList>
        <buildTimeoutSeconds>1200</buildTimeoutSeconds>
      </nant>
    </tasks>
    <publishers>
      <xmllogger />
      <statistics />
      <modificationHistory  onlyLogWhenChangesFound="false" />
    </publishers>
    <security type="nullProjectSecurity" />
  </project>
<project>
    <category>QA3 UI Redesign</category>
    <triggers>
      <!--<intervalTrigger name="continuous" seconds="1800" 
buildCondition="IfModificationExists"/>-->
      <projectTrigger project="QA3_LIBRARY_MX_MXSERVICES" />
    </triggers>
    <sourcecontrol type="vsts">
      <server>http://tfs.ddddd.com/tfs/Projects</server>
      <workspace>mpd</workspace>
      <executable>C:/Program Files (x86)/Microsoft Visual Studio 
10.0/Common7/IDE/TF.exe</executable>
      <domain>DDDDDDDD</domain>
      <autoGetSource>true</autoGetSource>
      <username>SvcAcctTFS</username>
      <password>********</password>
      
<project>$/Xxxxxx/Main/Main/src/dotnet/QA2/internal/Services/MX.ServicesSite.Net4</project>
      <timeout>10000000</timeout>
      
<workingDirectory>D:/repos/revolution/QA3/internal/Services/MX.ServicesSite.Net4</workingDirectory>
      <force>true</force>
      <deleteWorkspace>true</deleteWorkspace>
      <cleanCopy>true</cleanCopy>
    </sourcecontrol>
    <name>QA3_INTERNAL_MX_MXSERVICESSITE </name>
    <tasks>
      <!-- First Compile the internal web service -->
      <nant>
        <executable>c:\nant-0.90\bin\NAnt.exe</executable>
        <baseDirectory>D:\repos\revolution\QA3\BuildScripts\</baseDirectory>
        <buildFile>INTERNAL_SERVICES_MXSERVICESITE.build</buildFile>
        <targetList>
          <target>build</target>
          <target>package</target>
          <target>deploy</target>
          <target>copyup</target>
          <target>deployup</target>
        </targetList>
        <buildTimeoutSeconds>1200</buildTimeoutSeconds>
      </nant>
    </tasks>
    <publishers>
      <xmllogger />
      <statistics />
      <modificationHistory  onlyLogWhenChangesFound="false" />
    </publishers>
    <security type="defaultProjectSecurity">
      <defaultRight>Deny</defaultRight>
      <permissions>
        <rolePermission name="Admin" ref="Admin" />
      </permissions>
    </security>
  </project>
 
 
Regards......
 
 
------mikeD
 

Reply via email to