That sounds like what I need to be doing.
I have a question about the exclusion filter though. If the website is
amended such that both CSS and pages are amended. The CSS is in the
exclusion filter but the pages aren't. Will the full build be kicked
off in that instance?
Thanks.
On Jan 6, 7:03 pm, "Ruben Willems" <[email protected]> wrote:
> Hi
>
> what you can do is the following:
> use the filters source control
> blockhttp://confluence.public.thoughtworks.org/display/CCNET/Filtered+Sour...
> so you can filter out the css changes, this wil run your current nant
> script.
>
> if you set up a second ccnet project,
> also with a filtered source control,
> but this will only watch the css files, so this project
> can run a second nant script.
>
> with kind regards
> Ruben Willems
>
> On Tue, Jan 6, 2009 at 6:40 PM, Richard <[email protected]> wrote:
>
> > Hi there,
>
> > I am relatively new to managing CrusieControl integration of projects,
> > but have been using it for builds for a long time now. Is it possible
> > to run a different build if only certain files or folders are updated.
>
> > I am using CC.Net to publish an ASP.Net web application. The full
> > build takes maybe 5 -10 minutes to run but recently there have been a
> > few CSS only amends. Obviously it seems a waste to continually build
> > the site based on changes to a CSS file. Is it possible that if only
> > the CSS folder was updated then Cruise Control would run a separate
> > NAnt script that only overwrites the CSS on my test site?
>
> > Thanks for your help.