active questions tagged cruisecontrol.net - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T04:24:05Z http://stackoverflow.com/feeds/tag/cruisecontrol.net http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1674722/tool-for-merging-database-scripts 0 Tool for Merging Database Scripts JoshReedSchramm 2009-11-04T15:53:50Z 2009-12-21T00:00:01Z <p>Hey all, I'm wondering if anyone has ever used a tool which will take a series of .sql scripts and a manifest file of some sort and merge them into one big .sql file according to the order defined in the manifest? </p> <p>I'm trying to integrate database change packaging into our automated build and I could write a tool for this but I figured it might already exist. </p> <p>We use Nant and CruiseControl.NET if there are any solutions specific to that. </p> <p>Thanks. </p> http://stackoverflow.com/questions/978297/should-assemblyinfo-cs-be-placed-in-version-control 6 Should AssemblyInfo.cs be placed in version control? Liam Donaldson 2009-06-10T21:41:23Z 2009-12-18T16:18:36Z <p>I have an automated build system suing CruiseControl. I am using the SvnRevisionLabeller to to get the version string to use. With this string I can use nant to update AssemblyInfo.cs so when I build it has the correct build string. I can also use this CC label to tag the subversion repository.</p> <p>So everything is aligned<br /> - CCNet Build label<br /> - Executable (Assembly Information)<br /> - Version Control (subverson tag) </p> <p>Now where I have a problem is if I want to try to rebuild an old image from the repository. Since AssemblyInfo.cs is not under version control but rather a generated file, when I now try to build, the versioning information will not be the same as it was when this version of the repository was built using CruiseControl. I would like to be able to generate exactly the same image regardless of whether it was built during the CC build or at a later date when checking out from Subversion.</p> <p>I know that it is often not recommended, but should I check-in the assemblyInfo.cs file after each build so that when I build subsequently from a svn check-out the correct version information will be used?</p> <p>Thanks, Liam</p> http://stackoverflow.com/questions/220075/msbuild-use-the-csproj-file-or-roll-your-own 5 MSBuild -- Use the .csproj file or roll your own? jerhinesmith 2008-10-20T21:49:37Z 2009-12-17T09:01:55Z <p>OK, so I readily concede that I'm a newbie when it comes to continuous integration.</p> <p>That being said, I'm trying to set up a CC.NET environment to educate myself, but I'm having trouble finding the information I need to get the automated build portion set up.</p> <p>As I understand it, in C# the .csproj file produced by VS 2005 and forward <em>is</em> a valid MSBuild file. To wit, I've been able to integrate the MSBuild task into CC.NET using the .csproj file, but I have a few issues with this:</p> <ol> <li>There's a lot going on in here that I'm not sure I really need in an automated build environment.</li> <li>I didn't create this file. I do not understand it, and that scares me. (<a href="http://www.pragprog.com/the-pragmatic-programmer/extracts/coincidence" rel="nofollow">Programming By Coincidence</a>)</li> <li>Most of what is going on seems to be abstracted through <code>$(MSBuildToolsPath)\Microsoft.CSharp.targets</code></li> <li>As a result of 1, 2, and 3, modifying the file to include something like MbUnit seems convoluted and more difficult than it needs to be. My only real option is to include it in the <code>AfterBuild</code> section, which seems kind of like a hack to me.</li> </ol> <p>So, a few questions for the CC.NET folks, the MSBuild folks, and the MbUnit folks.</p> <ol> <li>When using MSBuild, is it advisable to use the VS-generated .csproj file as the build file? Or should I create my own?</li> <li>Should MbUnit tests be part of the MSBuild file or the CC.NET file? My research seems to suggest that they belong in the MSBuild file. If that is the case, do I create a new MSBuild .proj file and check that in to CVS in addition to the .csproj file? Or does the MbUnit task become part of my .csproj file?</li> <li>Similar to question 2. If I add the MbUnit tests to the MSBuild file and end up using the .csproj file, is the <code>Target Name="AfterBuild"</code> really the section to add that information? Shouldn't there be a <code>Target Name="Test"</code> section? Using the VS generated .csproj file seems to prevent the second option.</li> </ol> <p>I know there's a lot there, but most of what I've been able to find online assumes a certain level of familiarity with these topics that I just don't have -- unless I'm mistaken, the learning curve for this stuff isn't a curve at all, it's a step function. :)</p> <p>Edit 1: I updated the text to be a bit more concise and to address some lingering questions I've had with the answers.</p> http://stackoverflow.com/questions/1916754/cruisecontrol-net-and-subversion 1 CruiseControl.net and Subversion zachary 2009-12-16T18:43:02Z 2009-12-16T21:44:26Z <p>My project is not noticing when subversion gets updated. I have the exact same setup working on another server. This is a virtual server.</p> <p>Here is my log file after I have made a commit. It seems like ccnet can see that there is an update but it just ends by saying no modifications detected.</p> <pre><code>2009-12-17 10:34:47,000 [MyProjectName Continuous Integration:INFO] Project: 'MyProjectName Continuous Integration' is first in queue: 'MyProjectName Continuous Integration' and shall start integration. 2009-12-17 10:34:47,000 [MyProjectName Continuous Integration:DEBUG] Checking if C:\Program Files\CruiseControl.NET\server\MyProjectName Continuous Integration\WorkingDirectory is a svn working folder 2009-12-17 10:34:47,000 [MyProjectName Continuous Integration:DEBUG] Starting process [svn] in working directory [C:\Program Files\CruiseControl.NET\server\MyProjectName Continuous Integration\WorkingDirectory] with arguments [log svn://myserver.com/trunk -r "{2009-12-16T21:19:48Z}:{2009-12-17T17:34:47Z}" --verbose --xml --username myusername --password mypassword --non-interactive --no-auth-cache] 2009-12-17 10:34:47,203 [444:DEBUG] [MyProjectName Continuous Integration svn] &lt;?xml version="1.0"?&gt; 2009-12-17 10:34:47,203 [444:DEBUG] [MyProjectName Continuous Integration svn] &lt;log&gt; 2009-12-17 10:34:47,203 [444:DEBUG] [MyProjectName Continuous Integration svn] &lt;logentry 2009-12-17 10:34:47,203 [444:DEBUG] [MyProjectName Continuous Integration svn] revision="1427"&gt; 2009-12-17 10:34:47,203 [444:DEBUG] [MyProjectName Continuous Integration svn] &lt;author&gt;myusername&lt;/author&gt; 2009-12-17 10:34:47,203 [444:DEBUG] [MyProjectName Continuous Integration svn] &lt;date&gt;2009-12-16T18:34:50.148524Z&lt;/date&gt; 2009-12-17 10:34:47,203 [444:DEBUG] [MyProjectName Continuous Integration svn] &lt;paths&gt; 2009-12-17 10:34:47,203 [444:DEBUG] [MyProjectName Continuous Integration svn] &lt;path 2009-12-17 10:34:47,203 [444:DEBUG] [MyProjectName Continuous Integration svn] kind="" 2009-12-17 10:34:47,203 [444:DEBUG] [MyProjectName Continuous Integration svn] action="M"&gt;/trunk/MyProject/MyFile.cs&lt;/path&gt; 2009-12-17 10:34:47,203 [444:DEBUG] [MyProjectName Continuous Integration svn] &lt;/paths&gt; 2009-12-17 10:34:47,203 [444:DEBUG] [MyProjectName Continuous Integration svn] &lt;msg&gt;&lt;/msg&gt; 2009-12-17 10:34:47,203 [444:DEBUG] [MyProjectName Continuous Integration svn] &lt;/logentry&gt; 2009-12-17 10:34:47,203 [444:DEBUG] [MyProjectName Continuous Integration svn] &lt;/log&gt; 2009-12-17 10:34:47,312 [MyProjectName Continuous Integration:INFO] No modifications detected. </code></pre> http://stackoverflow.com/questions/1916320/how-do-i-add-modify-text-in-the-email-results-sent-on-cruisecontrol-net-task-comp 1 How do I add/modify text in the email results sent on CruiseControl.NET task completion? tim 2009-12-16T17:36:32Z 2009-12-16T17:43:06Z <p>It is not obvious to me where/how to configure the text that gets sent out in the emails after a build is complete/fails. I am getting emails, but there are some details I need to add. Where is that/how is that done?</p> http://stackoverflow.com/questions/1910392/cruise-control-net-and-subversion-issue 0 Cruise Control.net and subversion issue zachary 2009-12-15T21:04:38Z 2009-12-16T12:29:12Z <p>I have a intervalTrigger that runs off subversion source control.</p> <p>I update subversion but it doesn't trigger the build.</p> <p>I have the exact same setup on another server and it works.</p> <p>How can I troubleshoot this? Is there a log I can look into? I don't see any error messages.</p> <p>The new server is VMWare </p> http://stackoverflow.com/questions/1902748/net-dependency-management-and-tagging-branching 5 .NET Dependency Management and Tagging/Branching sontek 2009-12-14T18:49:23Z 2009-12-15T18:06:47Z <p>My company is having trouble figuring out the best way to manage our builds, releases, and branches... Our basic setup is we have 4 applications we maintain 2 WPF applications and 2 ASP.NET applications, all 4 of these applications share common libraries, so currently they are all in one folder /trunk/{app1, app2, app3, app4}.</p> <p>This makes it very hard to branch/tag a single application because you are branching all 4 at the same time, so we would like to separate it out into something like {app1,app2,app3,app4}/{trunk,tags,branches} but then we run into the issue of where to put the shared libraries?</p> <p>We can't put the shared libraries as SVN externals because then when you branch/tag the branch is still referencing the trunk shared libs instead of having them branched as well.</p> <p>Any tips? Ideas?</p> <p>We are currently using svn and cruisecontrol.net.</p> <p>EDIT: The shared libraries are changing often as of right now, which is why we can't use them as svn externals to trunk, because we might be changing them in the branch. So we can't use them as binary references.</p> <p>Its also very hard to test and debug when the libraries are statically built instead of including the source. </p> http://stackoverflow.com/questions/1823623/fork-process-with-cc-net 3 Fork process with CC .NET Zian Choy 2009-12-01T02:21:15Z 2009-12-11T18:27:39Z <p>Is there any way to fork a process inside Cruise Control .NET? I want CC .NET to launch a program when everything's done but right now, CC .NET insists on waiting for the program to close before saying that the build is complete.</p> <p>The program that is launched must run for up to weeks at a time.</p> http://stackoverflow.com/questions/1880688/build-checks-not-running-while-project-is-building-in-ccnet-1-5-6444-5 0 Build checks not running while project is building in CCNet 1.5.6444.5 Paul Russell 2009-12-10T12:32:11Z 2009-12-10T12:32:11Z <p>I've just upgraded our CCNet installation to build 1.5.6444.5, and now while a build is running on one queue, none of the other build checks (on another queue) run at all until this build completes.</p> <p>This was all working fine on 1.4.2.14. Has anybody else encountered this problem?</p> <p>Thanks.</p> http://stackoverflow.com/questions/1879923/cruisecontrol-net-1-5-html-report-linking 0 CruiseControl.NET 1.5 HTML Report Linking!! dhananjaykadam 2009-12-10T09:52:00Z 2009-12-10T09:52:00Z <p>Hi, As per CruiseControl.NET 1.5 improvement, HTML file can be merged with XML log or can be copied to artifacts directory under respective project folder. Under artifacts directory, it will create a corresponding build no directory when build is run. e.g. for me C:\Program Files\CruiseControl.NET\server\Javelin_DISCUS_B2B\Artifacts\189\TestResults.html where 189 is build no. Now I want to link this report to a dashboard with this build, but not able find anything related to this. I can see that there is a HTMLReport.vm file in templates folder but not able find how it can be used. Please help me in showing the HTML report of dashbaord under a particular build.</p> <p>Thanks</p> http://stackoverflow.com/questions/1838626/bazaar-cruisecontrol-net 0 Bazaar + CruiseControl.Net Chris Gill 2009-12-03T09:02:18Z 2009-12-10T03:32:22Z <p>I want to setup CruiseControl.Net at my company. We currently have several .net solutions stored in a Bazaar repository and I want to use MSBuild to build each solution. This didn't seem too controversial, but I can't see an easy way of binding CruiseControl.Net to Bazaar.</p> <p>There seems to have been a plugin to do this at <a href="http://www.sorn.net/projects/bazaar-ccnet" rel="nofollow">http://www.sorn.net/projects/bazaar-ccnet</a> but this link no longer works and I cant seem to find the plugin anywhere else</p> <p>I was going to use the External source control type, but bazaar seems to bork at the GETMODS parameter being passed to it</p> <p>My current thought now is to create a separate project to pull modifications from bazaar using an Exec task, then create another project to run a FileSystem source control check on that directory. I'm moderately sure I can get this to work, but it seems a bit hacky.</p> <p>I don't mind writing a new Bazaar plugin for CruiseControl.Net but I cant find where to start with this.</p> <p>My questions are </p> <ul> <li>do you run these two in combination, if so how do you do it?</li> <li>If you don't run these together, do you have any recommendations on a good approach?</li> <li>Is there any documentation or good starting point that I could use to write a bazaar plugin?</li> <li>Am I an idiot for trying to use CruiseControl.Net? Should I be using something else?</li> </ul> http://stackoverflow.com/questions/887883/unable-to-publish-using-msbuild-or-aspnetcompiler-using-cc-net 1 Unable to publish using msbuild or aspnet_compiler using cc.net sam 2009-05-20T13:25:10Z 2009-12-09T12:51:13Z <p>I am trying to automate publishing a project having many solutions in cc.net. I am using msbuild which in turn calls a aspnetcompiler xml file. Problem is my directory contains many solutions and when I run aspnetcompiler it gives me the following error.</p> <p>errorASPCONFIG: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS</p> <p>I have tried all possible solutions given at many forums. But I am confused how to explicitly tell aspnet_compiler to execute a particular project out of 20 projects. </p> <pre><code> I am using the ccnet build to call aspnet complier &lt;msbuild&gt; &lt;executable&gt;C:\WINDOWS\Microsoft.NET\Framework\v3.5\MSBuild.exe&lt;/executable&gt; &lt;!--msbuild exe directory --&gt; &lt;workingDirectory&gt;C:\cc\test\code\&lt;/workingDirectory&gt; &lt;!--your working directory --&gt; &lt;projectFile&gt;C:\Program Files\CruiseControl.NET\server\AspNetCompilerConfiguration.xml&lt;/projectFile&gt; &lt;!--the configuration xml file which will hold AspNetCompiler lines--&gt; &lt;logger&gt;C:\Program Files\CruiseControl.NET\server\ThoughtWorks.CruiseControl.MsBuild.dll&lt;/logger&gt; &lt;/msbuild&gt; </code></pre> <p>this is my AspNetCompilerConfiguration.xml file</p> <pre><code>&lt;Project xmlns = "http://schemas.microsoft.com/developer/msbuild/2003" name = "AspNetPreCompile" DefaultTargets = "PrecompileWeb"&gt; &lt;Target Name = "PrecompileWeb"&gt; &lt;AspNetCompiler VirtualPath = "test" PhysicalPath = "C:\cc\test\code\" TargetPath = "C:\cc\testitr\deploy\" Force = "true" Debug = "true" Updateable = "true"/&gt; &lt;/Target&gt; &lt;/Project&gt; </code></pre> <p>Now I want to run C:\cc\test\code\Com.Project1.sln. but i dont know how to tell aspnet compiler. Any idea how to do this and then publish this.</p> http://stackoverflow.com/questions/1031011/cruisecontrol-net-email-publisher-problem 1 CruiseControl.NET email publisher problem Igor Brejc 2009-06-23T06:59:46Z 2009-12-08T22:40:25Z <p>I want to set up ccnet to:</p> <ol> <li>Send mail to committers after each build (regardless of the status) </li> <li>Send mail to all other developers when the build breaks or is fixed</li> </ol> <p>With every new version of CCNet the email publisher gets refactored (and supposedly improved), but I still have the same problem: <em>only the committers get notified - if the build breaks, other developers don't get the email message</em>. So either I don't get the system, or there is a long-unfixed bug in the email publisher.</p> <p>I'm using the v1.4.4.83. My example configuration (I removed the irrelevant stuff):</p> <pre><code>&lt;email includeDetails="true"&gt; &lt;users&gt; &lt;user name="user1" address="user1@mail.com" group="developers" /&gt; &lt;user name="user2" address="user2@mail.com" group="developers" /&gt; &lt;/users&gt; &lt;groups&gt; &lt;group name="developers"&gt; &lt;notifications&gt; &lt;notificationType&gt;Failed&lt;/notificationType&gt; &lt;notificationType&gt;Fixed&lt;/notificationType&gt; &lt;/notifications&gt; &lt;/group&gt; &lt;/groups&gt; &lt;modifierNotificationTypes&gt; &lt;NotificationType&gt;Always&lt;/NotificationType&gt; &lt;/modifierNotificationTypes&gt; &lt;/email&gt; </code></pre> http://stackoverflow.com/questions/438782/assembly-versioning-using-cruisecontrol-net 4 Assembly Versioning using CruiseControl.net Anj 2009-01-13T12:23:11Z 2009-12-08T21:46:50Z <p>Hi, I have setup CruiseControl.net for a bunch of my projects which are related. As a result a single project tag in CruiseControl has multiple SVN checkouts and then a bunch of msbuild tasks compile all the individual sln files. </p> <p>I need to update the assembly version of all the solutions when this build is being done. However, since i'm not using nant and not using MSBuild proj files, I am unsure on how to get this. </p> <p>I wonder if I'm missing something obvious. I just need a solution which can be implemented by making appropriate changes in the ccnet.config file without requiring me to make changes to csproj files. </p> <p>Thanks, Anj</p> http://stackoverflow.com/questions/1861692/increment-the-same-labeller-using-multiple-cruise-control-net-projects 0 Increment the same labeller using multiple Cruise Control.Net projects JoshL 2009-12-07T17:50:57Z 2009-12-07T17:50:57Z <p>I have a project that uses the default Cruise Control labeller to keep track of the "build number" for the project. We have recently branched a project version, and I've added an additional Cruise Control project for the branch.</p> <p>I would like the branch to use the same build number sequence as the trunk. However, rather than simply using the last value from the trunk build (as with the <a href="http://confluence.public.thoughtworks.org/display/CCNET/State+File+Labeller" rel="nofollow">State File Labeller</a>), I would like the branched builds to also increment the build number.</p> <p>Is there a way to do this?</p> http://stackoverflow.com/questions/1706601/how-do-i-share-a-label-value-between-multiple-cc-net-builds 2 How do I share a label value between multiple CC.NET builds? ArnieZ 2009-11-10T09:20:49Z 2009-12-07T17:47:25Z <p>I have two projects set up in CC.NET: CI build and daily build.</p> <p>Both of them execute the same nant script, but with different parameters.</p> <p>The CCNET label (currently generated by the <em>DefaultLabeler</em>) is embedded into AssemblyInfo as the build part of the version (e.g *MajorVersion.MinorVersion.CCNET_Label.SVN_Revision*).</p> <p>For more consistent versioning I would like both projects to share the same CCNET label value.</p> <p>I have investigated the labelers that are available as part of the CC.NET installation but could not find one that does what I want.</p> <p>How do I share a label value between multiple CC.NET builds?<br /> If there is a better way to do this, I would like to know.</p> <p><strong>EDIT: Found a way. See my answer below.</strong></p> http://stackoverflow.com/questions/1714289/building-a-vs2008-net-3-0-solution-without-installing-net-3-5-on-build-server 0 Building a VS2008 .NET 3.0 solution without installing .NET 3.5 on build server Jonathan 2009-11-11T10:20:57Z 2009-12-07T15:28:50Z <p>I am developing using 3.0 and VS 2008. </p> <p>The problem is my build server does not have 3.5 installed and therefore I cant build the solution as MSBuild for 2.0 will not support the VS 2008 solution file. </p> <p>There is no easy answer to this besides downgrading to VS 2005. </p> <p>Any ideas folks?</p> http://stackoverflow.com/questions/1359553/cruisecontrol-net-and-ui-automation-testing 2 CruiseControl.NET and UI automation testing unknown (google) 2009-08-31T21:39:25Z 2009-12-04T18:27:36Z <p>Hi I am using White as my framework for my UI automation testing. Can I use CruiseControl.NET (that is running as a service), to run the tests written by White?</p> <p>I have been trying for a whole day without success. The White framework requires interactive desktop. The error message I am getting is : "Couldn't find main window created for application"</p> http://stackoverflow.com/questions/1636114/how-can-i-force-multiple-projects-from-one-project-in-cruisecontrol-net 0 How can I force multiple projects from one project in cruisecontrol.net surya 2009-10-28T09:36:01Z 2009-12-04T11:42:10Z <p>I am new to cruise control.net please help me with the following scenario</p> <p>I need to force the other projects from one project. I know in the publisher part with the force build we can force the other projects. But my requirement is I want to force more than 2 projects but those projects should start one after the other this also can be solved by giving the queuePriority for the projects. Here we are having one limitation I want to force the builds individually also at that time it should not check for the queue. </p> <p>Example If I am forcing from BuildAll project it should build project A, Project B(after project A completion) &amp; Project C( after completing project A &amp; Project B)</p> <p>If I am forcing Project A it should start, at same time if I am forcing Project B &amp; Project C those also should build with out checking the project A completion.</p> <p>Thanks in advance</p> http://stackoverflow.com/questions/1005483/how-to-publish-a-website-in-different-folder-using-cruise-control 0 how to publish a website in different folder using cruise control vinod 2009-06-17T07:00:02Z 2009-12-04T09:40:36Z <p>i am able to build a website using cruise control. But i am not able to publish the website in different folder. I am connecting cruise control with TFS. How to publish a website using cruise control?</p> http://stackoverflow.com/questions/1835572/how-do-i-send-en-email-in-cruisecontrol-net-that-contains-the-svn-commit-messages 0 How do I send en email in CruiseControl.net that contains the svn commit messages (or at least the rev)? tim 2009-12-02T20:28:06Z 2009-12-02T21:42:34Z <p>I'd like to email the results of the build along with:</p> <ul> <li>svn revision(s) that are in the build</li> <li>commit message(s) for those revisions</li> </ul> <p>The way my company had this set up is to query svn every 2 minutes, then if it finds changes it kicks off VisualBuildPro. There is a possibility that while one job is building, a few commits queue up. Only one subsequent build is done in that case. I want to have that list of commits in the subsequent email.</p> <p>Can anyone point me to resources to show how to do this with CC.Net?</p> <p>Alternatively if someone knows how to get this information in Visual Build Pro that would work, but I am pretty sure that tool will get dropped soon - and it seems like CC.NET is the right place for it.</p> <p>(this would be pretty easy for me in hudson - but that is not an option just yet)</p> http://stackoverflow.com/questions/637255/how-to-coordinate-multiple-builds-in-cruisecontrol-net 0 How to Coordinate multiple builds in CruiseControl.Net? Sharath 2009-03-12T03:22:59Z 2009-12-02T12:00:07Z <p>I have a scenario where in I need to define multiple msbuild tasks. I added a projectTrigger but the problem is that you need to specify the triggerStatus to success or failure. I need the build to be happen irrespective of whether the preceeding build succeeds or fails. What is the best solution for this?</p> http://stackoverflow.com/questions/1831849/cruisecontrol-net-does-not-increment-label 0 CruiseControl.NET does not increment label. Poulo 2009-12-02T09:53:53Z 2009-12-02T09:53:53Z <p>I am running the ccnet server on a windows Server 2003 Operating system. The builds for my product happen fine. But the label remains "1.0.1.0" always. If I do a force build through the web dashboard the version is incremented, but otherwise, the version does not get incremented.</p> <p>Can anybody tell me if there is something I am missing. Is it a known issue? Are there workarounds?</p> <p>The cruise control configuration file for the product (project_config.xml) looks like the this:</p> <pre><code>&lt;cb:config-template xmlns:cb="urn:ccnet.config.builder"&gt; &lt;project name="MyProduct"&gt; &lt;workingDirectory&gt;$(MyProductRootDir)&lt;/workingDirectory&gt; &lt;artifactDirectory&gt;$(MyProductRootDir)\build&lt;/artifactDirectory&gt; &lt;webURL&gt;http://local/ccnet/server/local/project/MyProduct/ViewProjectReport.aspx&lt;/webURL&gt; &lt;modificationDelaySeconds&gt;900&lt;/modificationDelaySeconds&gt; &lt;sourcecontrol type="clearCase"&gt; &lt;viewPath&gt;$(MyProductRootDir)&lt;/viewPath&gt; &lt;branch&gt;main&lt;/branch&gt; &lt;autoGetSource&gt;true&lt;/autoGetSource&gt; &lt;useLabel&gt;false&lt;/useLabel&gt; &lt;/sourcecontrol&gt; &lt;triggers&gt; &lt;scheduleTrigger time="06:00" name="6AM_build"&gt; &lt;weekDays&gt; &lt;weekDay&gt;Monday&lt;/weekDay&gt; &lt;weekDay&gt;Tuesday&lt;/weekDay&gt; &lt;weekDay&gt;Wednesday&lt;/weekDay&gt; &lt;weekDay&gt;Thursday&lt;/weekDay&gt; &lt;weekDay&gt;Friday&lt;/weekDay&gt; &lt;/weekDays&gt; &lt;/scheduleTrigger&gt; &lt;scheduleTrigger time="09:00" name="9AM_build"&gt; &lt;weekDays&gt; &lt;weekDay&gt;Monday&lt;/weekDay&gt; &lt;weekDay&gt;Tuesday&lt;/weekDay&gt; &lt;weekDay&gt;Wednesday&lt;/weekDay&gt; &lt;weekDay&gt;Thursday&lt;/weekDay&gt; &lt;weekDay&gt;Friday&lt;/weekDay&gt; &lt;/weekDays&gt; &lt;/scheduleTrigger&gt; &lt;scheduleTrigger time="12:00" name="12PM_build"&gt; &lt;weekDays&gt; &lt;weekDay&gt;Monday&lt;/weekDay&gt; &lt;weekDay&gt;Tuesday&lt;/weekDay&gt; &lt;weekDay&gt;Wednesday&lt;/weekDay&gt; &lt;weekDay&gt;Thursday&lt;/weekDay&gt; &lt;weekDay&gt;Friday&lt;/weekDay&gt; &lt;/weekDays&gt; &lt;/scheduleTrigger&gt; &lt;scheduleTrigger time="15:00" name="3PM_build"&gt; &lt;weekDays&gt; &lt;weekDay&gt;Monday&lt;/weekDay&gt; &lt;weekDay&gt;Tuesday&lt;/weekDay&gt; &lt;weekDay&gt;Wednesday&lt;/weekDay&gt; &lt;weekDay&gt;Thursday&lt;/weekDay&gt; &lt;weekDay&gt;Friday&lt;/weekDay&gt; &lt;/weekDays&gt; &lt;/scheduleTrigger&gt; &lt;scheduleTrigger time="18:00" name="6PM_build"&gt; &lt;weekDays&gt; &lt;weekDay&gt;Monday&lt;/weekDay&gt; &lt;weekDay&gt;Tuesday&lt;/weekDay&gt; &lt;weekDay&gt;Wednesday&lt;/weekDay&gt; &lt;weekDay&gt;Thursday&lt;/weekDay&gt; &lt;weekDay&gt;Friday&lt;/weekDay&gt; &lt;/weekDays&gt; &lt;/scheduleTrigger&gt; &lt;/triggers&gt; &lt;labeller type="assemblyVersionLabeller"&gt; &lt;major&gt;1&lt;/major&gt; &lt;minor&gt;0&lt;/minor&gt; &lt;incrementOnFailure&gt;true&lt;/incrementOnFailure&gt; &lt;/labeller&gt; &lt;tasks&gt; &lt;msbuild&gt; &lt;executable&gt;$(msbuildexe)&lt;/executable&gt; &lt;workingDirectory&gt;build&lt;/workingDirectory&gt; &lt;projectFile&gt;build.targets&lt;/projectFile&gt; &lt;buildArgs&gt;/p:Configuration=Debug /fileLoggerParameters:LogFile=build_log.txt&lt;/buildArgs&gt; &lt;targets&gt;Build&lt;/targets&gt; &lt;timeout&gt;1200&lt;/timeout&gt; &lt;logger&gt;FileLogger,Microsoft.Build.Engine&lt;/logger&gt; &lt;/msbuild&gt; &lt;/tasks&gt; &lt;publishers&gt; &lt;xmllogger logDir="E:\ccnet\logs\MyProduct" /&gt; &lt;statistics /&gt; &lt;/publishers&gt; &lt;externalLinks&gt; &lt;externalLink name="build_output" url="http://local/builds/MyProduct" /&gt; &lt;/externalLinks&gt; &lt;/project&gt; &lt;/cb:config-template&gt; </code></pre> <p>and my ccnet.config file looks like this</p> <pre><code>&lt;cruisecontrol xmlns:cb="urn:ccnet.config.builder"&gt; &lt;cb:define msbuildexe="C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild.exe"/&gt; &lt;cb:define cyraftframeworkrootdir="E:\myProduct"/&gt; &lt;cb:include href="project_config.xml" xmlns:cb="urn:ccnet.config.builder"/&gt; &lt;/cruisecontrol&gt; </code></pre> http://stackoverflow.com/questions/661118/js-framework-incorporated-with-cruisecontrol 0 JS Framework incorporated with CruiseControl redBaks 2009-03-19T05:05:06Z 2009-12-02T00:00:04Z <p>Are there any JS Framework that can be incorporated with CruiseControl.NET ? Or what's the best JS Framework that have an intensive unit testing feature. </p> http://stackoverflow.com/questions/1828513/how-to-ignore-output-from-executable-with-cruisecontrol-net-build 0 How to ignore output from executable with CruiseControl.Net build? BrianM 2009-12-01T20:02:08Z 2009-12-01T21:36:20Z <p>I'm running a little find and replace utility called fart.exe (yes, fart, as in Find and Replace Text) as part of my CC build. Works great. </p> <p>The problem is that FART while it is working displays a little ASCII spinner composed of pipe, dash, slash... | / - . There isn't a way to suppress this spinner, and CC thinks these little symbols are error messages and the build fails. I've tried: </p> <ul> <li>adding those symbols as successexitcodes in CC -- same result, apparently only ints work </li> <li>Calling fart via a batch file with ECHO OFF -- it still outputs the spinner and causes the build to fail</li> </ul> <p>Any other ideas?</p> <pre><code>&lt;exec&gt; &lt;executable&gt;C:\fart.exe&lt;/executable&gt; &lt;buildArgs&gt;myfile.txt string1 string2&lt;/buildArgs&gt; &lt;successExitCodes&gt;1,0&lt;/successExitCodes&gt; &lt;/exec&gt; </code></pre> http://stackoverflow.com/questions/1827750/cruisecontrol-net-api-through-c 0 CruiseControl.Net API through C# Chris Dobinson 2009-12-01T17:40:32Z 2009-12-01T17:43:54Z <p>I'm currently trying to create a tool that uses the cruise control api for builds.</p> <p>I've managed to create a real time log of builds, however i'm struggling with adding a new project to the server through the use of the api.</p> <p>I'm trying to use something along these lines:</p> <pre><code>RemoteCruiseManagerFactory factory = new RemoteCruiseManagerFactory(); ICruiseManager mgr = factory.GetCruiseManager("&lt;url of cruise manager"); mgr.AddProject(&lt;project name&gt;); </code></pre> <p>I've tried to add the project through an xml file AND through direct xml itself to no avail. Which makes me wonder if i have not set up the project correctly. </p> <p>I wondered if others have faced this problem? And which tags are manditory for the project (ie, should i include the config version and cruise control tags instead of just the tags for the project?)</p> http://stackoverflow.com/questions/784570/publishers-issue-in-ccnet 0 Publishers issue in ccnet Maddy 2009-04-24T04:54:18Z 2009-11-26T02:00:03Z <p>Hi all, I just got a requirement teling me that i should send a mail to the developers concerned only when i detect errors in the compilation .If there are no errors ,mail need not be sent to anyone. So is there any way by which we can configure these things in ccnet.config file.</p> <p>With kind regards Maddy</p> http://stackoverflow.com/questions/1800362/accessing-cruisecontrol-net-project-name-in-nant 0 Accessing CruiseControl.NET project name in NAnt Rohit Agarwal 2009-11-25T22:28:14Z 2009-11-25T22:39:16Z <p>CCNet passes the current build label to NAnt via the NAnt property "CCNetLabel". Is there a similar property where it passes the name of the CCNet project name? </p> http://stackoverflow.com/questions/1789636/visualsvn-post-commit-hook-to-force-cruisecontrol-to-build 1 VisualSVN post-commit hook to force cruisecontrol to build Morgeh 2009-11-24T12:02:57Z 2009-11-24T12:19:07Z <p>I have tried googling for an way to do this but can't seem to find one so here goes.</p> <p>I have a VisualSVN server set up with my repositories and cruisecontrol setup to poll the server and run the build scripts when ever there is a modification.</p> <p>Since it is only me working on this project (it's my final year project as part of my degree) I don't think CC needs to poll the Server very often as only I will be checking in modifications.</p> <p>So what I want is for VisualSVN to call the Force Build method of CruiseControl with a post-commit hook. This way I know the build will be run everytime I commit a change.</p> <p>Both VisualSVN and CC are running on the same server if that makes a difference.</p> http://stackoverflow.com/questions/1251175/configuring-cruisecontrol-net-project-directory 0 Configuring CruiseControl.net project directory Assaf 2009-08-09T11:11:20Z 2009-11-24T09:48:51Z <p>CruiseControl.net creates (by default) for each project a subdirectory under: <code>c:\Program File\CruiseControl.NET\server</code></p> <p>How can I change that? (it's such a bad idea to mix data with program files...)</p> <p>I found a way to configure the artifacts directory per project, but that's not quite it (it's merely a subdirectory of the project directory).</p>