Hi In that case for the full build : css changes are considered to be not changed, but the changed pages will indeed trigger the full build.
Normally the getsource does get all changed files, so the full build will pull both css and pages from sourcecontrol. (I am not 100% sure, but 95% ;-) with kind regards Ruben Willems On Wed, Jan 7, 2009 at 11:25 AM, Richard <[email protected]> wrote: > > > > 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. >
