Hi what you can do is the following: use the filters source control block http://confluence.public.thoughtworks.org/display/CCNET/Filtered+Source+Control+Block 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. >
