Replying to my own post... I just realized I have to set configuration 
below in order to trigger the Filesystem source control block.
 
    <triggers>
      <intervalTrigger />
    </triggers>
 

On Monday, November 12, 2012 11:50:10 AM UTC-6, TDN wrote:

> Hello,
>  
> I'm using CC.NET 1.8. I've created a project to check for modifications 
> on a directory on the build server. The goal is to trigger a build when 
> changes are made to a file in "F:\Test". However, the project never 
> gets triggered on new changes even after I force a build and ensure that 
> the CCNet Status of the project is "Running". What am I doing wrong?
>  
> <triggers />
> <sourcecontrol type="filesystem">
>         <repositoryRoot>F:\Test</repositoryRoot>
>         <autoGetSource>false</autoGetSource>
>         <ignoreMissingRoot>false</ignoreMissingRoot>
>         <checkRecursively>false</checkRecursively>
> </sourcecontrol>
>  
> Thanks,
>

Reply via email to