Below is the processed output from the Validator.

<cruisecontrol>
  <project>
    <category>Nightly Software</category>
    
<artifactDirectory>c:\CruiseControl\logs\Version1_Nightly_Software\artifacts</artifactDirectory>
    <workingDirectory>C:\CruiseControl\Nightly\Version1</workingDirectory>
    <externalLinks />
    <initialState>Started</initialState>
    <labeller type="dateLabeller">
      <dayFormat>00</dayFormat>
      <monthFormat>00</monthFormat>
      <revisionFormat>000</revisionFormat>
      <yearFormat>0000</yearFormat>
    </labeller>
    <maxSourceControlRetries>5</maxSourceControlRetries>
    <modificationDelaySeconds>0</modificationDelaySeconds>
    <name>Version1 Nightly Software</name>
    <prebuild />
    <publishers>
      <merge>
        <description />
        <files>
          
<string>C:\CruiseControl\Nightly\Version1\build\unittests-nunit\*.xml</string>
        </files>
      </merge>
      <email>
        <converters />
        <description />
        <groups>
          <group name="Maintenance">
            <name>Maintenance</name>
            <notification>Always</notification>
          </group>
          <group name="Standard">
            <name>Standard</name>
            <notification>Success</notification>
          </group>
        </groups>
        <users>
          <user name="Developers">
            <address>[email protected]</address>
            <group>Standard</group>
            <name>Developers</name>
          </user>
          <user name="Adam Burton">
            <address>[email protected]</address>
            <group>Maintenance</group>
            <name>Adam Burton</name>
          </user>
        </users>
        <from>[email protected]</from>
        <includeDetails>True</includeDetails>
        <mailhost>mailserver.our-domain.com</mailhost>
        <mailhostPassword>password</mailhostPassword>
        <mailhostUsername>auto</mailhostUsername>
        <mailport>25</mailport>
        <modifierNotificationTypes>
          <string>Always</string>
        </modifierNotificationTypes>
        <subjectSettings />
        <useSSL>False</useSSL>
      </email>
      <xmllogger>
        
<logDir>c:\CruiseControl\logs\Version1_Nightly_Software\buildlogs</logDir>
      </xmllogger>
    </publishers>
    <queue>Nightly</queue>
    <queuePriority>10</queuePriority>
    <sourcecontrol type="svn">
      <autoGetSource>True</autoGetSource>
      <checkExternals>False</checkExternals>
      <checkExternalsRecursive>True</checkExternalsRecursive>
      <cleanCopy>False</cleanCopy>
      <cleanUp>False</cleanUp>
      <executable>C:\Program Files\CollabNet Subversion
Client\svn.exe</executable>
      <password>nightlybuild</password>
      <revert>False</revert>
      <tagOnSuccess>False</tagOnSuccess>
      <timeout>600000</timeout>
      <trunkUrl>http://SourceControl/repository/Branches/Version1</trunkUrl>
      <username>nightlybuild</username>
      <workingDirectory>C:\CruiseControl\Nightly\Version1</workingDirectory>
    </sourcecontrol>
    <sourceControlErrorHandling>ReportEveryFailure</sourceControlErrorHandling>
    <startupMode>UseLastState</startupMode>
    <state type="state">
      <directory>c:\CruiseControl\logs\Version1_Nightly_Software</directory>
    </state>
    
<stopProjectOnReachingMaxSourceControlRetries>False</stopProjectOnReachingMaxSourceControlRetries>
    <tasks>
      <nant>
        <buildArgs />
        <buildFile>default.build</buildFile>
        <buildTimeoutSeconds>5400</buildTimeoutSeconds>
        <baseDirectory />
        <description />
        
<executable>C:\CruiseControl\Nightly\Version1\tools\NAnt\NAnt.exe</executable>
        <logger>NAnt.Core.XmlLogger</logger>
        <nologo>False</nologo>
        <targetList>
          <string>nightly</string>
        </targetList>
      </nant>
    </tasks>
    <triggers>
      <scheduleTrigger>
        <buildCondition>ForceBuild</buildCondition>
        <name>Nightly build.</name>
        <randomOffSetInMinutesFromTime>0</randomOffSetInMinutesFromTime>
        <time>19:00:00</time>
        <weekDays>
          <string>Sunday</string>
          <string>Monday</string>
          <string>Tuesday</string>
          <string>Wednesday</string>
          <string>Thursday</string>
          <string>Friday</string>
          <string>Saturday</string>
        </weekDays>
      </scheduleTrigger>
    </triggers>
    
<webURL>http://cruisectrl/ccnet/server/local/project/Version1+Nightly+Software/ViewProjectReport.aspx</webURL>
  </project>
</cruisecontrol>

2009/7/2 Ruben Willems <[email protected]>
>
> Hi
>
> can you post your config?
>
>
> with kind regards
> Ruben Willems
>
>
> On Thu, Jul 2, 2009 at 7:08 PM, Adam Burton <[email protected]> wrote:
>>
>> Hi,
>> well, I don't know if it is Windows 2008 in specific but things were fine on
>> Windows 2003 so I assume it is 2008.
>>
>> We use SVN for our source control and for some reason when a build is
>> triggered automatically it first attempts a build which fails with an 
>> exception
>> stating it cannot find svn.exe (checked the path, it is correct), minutes 
>> later
>> another build is triggered (not scheduled, just the same build) which
>> succeeds. I have tried setting ccservice.exe to run as Window XP SP2, no 
>> luck,
>> also have it running as an administrator, also no luck. The weird thing is
>> force builds from cctray work fine.
>>
>> Any ideas?
>>
>> Cheers,
>> Adam
>

Reply via email to