I've published a link to the documentation I wrote on customizing CruiseControl.NET: http://csut017.wordpress.com/2010/07/21/customizing-cruisecontrol-net/
Craig From: [email protected] [mailto:[email protected]] On Behalf Of Michael Guiney Sent: Thursday, 22 July 2010 3:01 a.m. To: [email protected] Subject: [ccnet-user] Override the GetSource functionality to not get certain files Hi All, I've been trying to find documentation on creating plugins for ccnet, with no luck. We have some plugins that we use to ignore changes to certain files e.g. if some checks in a change to a .exe then we ignore this as we only want to rebuild when the source code is modified. FYI - We are using TFS. The problem I am trying to solve is when downloading the source for a project, to not get folders of a particular name as we know these do not contain source code (they actually contain archives of build outputs). Unfortunately, we dont have the option to locate the archive somewhere else. i.e. it my folder structure is like this FolderA -- Archive -- FolderAA -- FolderAB We monitor FolderA for changes and everything in this folder is synched and then built. I want to not get the Archive folder, as this should speed up the builds. If someone has a link to the docs or any suggestions, it would be much appreciated. Thanks, Mike
