hi, Andy:

    Actually all of the software are running in one machine (VSS, CCNET,
Project).

   This is my configure file, Is there any wrong with them? Thanks.



    <cruisecontrol xmlns:cb="urn:ccnet.config.builder">

  <project name="TestProject" webURL ="http://127.0.0.1/ccnet/";>
    <workingDirectory>E:\SE\cruisecontrol\Cal_CCNET_WD</workingDirectory>

<artifactDirectory>E:\SE\cruisecontrol\Cal_CCNET_WD\Log</artifactDirectory>
    <modificationDelaySeconds>2</modificationDelaySeconds>

    <triggers>
      <intervalTrigger seconds="10" buildCondition="IfModificationExists"/>
    </triggers>

    <sourcecontrol type = "vss" autoGetSource="true" applyLabel="false">
      <project>$/TestProject.root/TestProject</project>
      <username>ccnet</username>
      <password>123</password>
      <ssdir>E:\SE\cruisecontrol\codeDB</ssdir>
      <workingDirectory>E:\SE\cruisecontrol\Cal_CCNET_WD</workingDirectory>
      <cleanCopy>false</cleanCopy>
      <timeout units="minutes">20</timeout>
      <culture>en-US</culture>
    </sourcecontrol>
    <tasks>
      <devenv>

<solutionfile>E:\SE\cruisecontrol\Cal_CCNET_WD\TestProject.sln</solutionfile>
        <configuration>Debug</configuration>
        <buildtype>Build</buildtype>
        <executable>D:\Program Files\Microsoft Visual Studio
9.0\Common7\IDE\devenv.com</executable>
      </devenv>
    </tasks>
    <publishers>
      <xmllogger />
    </publishers>

  </project>
</cruisecontrol>

2011/3/30 Andy Levy <[email protected]>

> On Tue, Mar 29, 2011 at 18:15, Wen Zhang <[email protected]> wrote:
> > Thanks
> >
> > Could you please talk something more about how to sync the clocks?
>
> You need to talk to your server/network administrator. In a sane
> Active Directory environment, this should already be in place. All
> computers connected to the domain should be syncing their time via NTP
> to a master server, sometimes the AD Domain Controller, sometimes
> another machine that the task has been delegated to.
>
> > 2011/3/29 Andy Levy <[email protected]>
> >>
> >> On Tue, Mar 29, 2011 at 12:34, Wayne <[email protected]> wrote:
> >> > hi all:
> >> >
> >> >
> >> >     I encouter the problem when using CCNET, which always report "no
> >> > modification detected", but I checked in some modification. I have
> >> > some clues showing that it may be the problem of the system time,
> >> > because I tried to change the system time to some future days, and
> >> > checked in my modification, then CCNet works!
> >> >    Could anyone have some ideas to help me? Thanks!
> >>
> >> How far have you pursued these "clues?" Are all your systems' clocks in
> >> sync?
> >>
> >> You need all your systems to be in sync WRT time. In an Active
> >> Directory environment, all of them should be syncing to the domain
> >> time controller.
> >>
> >> If time is not synced across all the systems in play, you will miss
> >> modifications. I had a number of servers out of sync, and CCNet was
> >> the final straw that convinced everyone to get sync fixed.
> >
> >
> >
> > --
> >
> > WEN ZHANG
> >
>



-- 

WEN ZHANG

Reply via email to