thanks. go figure i found that about 10 seconds after i hit submit.
That being said i'm having issues with my filters.
I want to exclude all AssemblyInfo.cs files found anywhere. this is
what i have setup... obviously i'm incorrect

<pathFilter>
        <pattern>$/**/AssemblyInfo.cs</pattern>
</pathFilter>



On Feb 16, 5:59 pm, Craig Sutherland <[email protected]> wrote:
> Try the filter 
> trigger:http://confluence.public.thoughtworks.org/display/CCNET/Filter+Trigger.
>
> This will allow you to exclude files from the monitoring.
>
> Craig
>
> On Feb 17, 11:00 am, tracstarr <[email protected]> wrote:
>
> > The current strategy for one of our projects is to have CCNET run a
> > powershell script to modify the build numbers of our assemblies. These
> > then need to be committed to svn. This works fine and currently occurs
> > all in the script. However, we want this to be triggered every 5
> > minutes only when modifications exist and increase build numbers even
> > if the build fails.
>
> > The problem is if you haven't already guessed, the modified Assembly
> > build numbers results in CCNET seeing a modification and triggers a
> > build, giving us an endless loop of updating the build number every
> > five minutes. How can we either tell CCNET to exclude certain files
> > for the IfModificationExists check? Or is there another solution than
> > what we are doing?
>
> > thanks

Reply via email to