cruisecontrol.net

Continuous Integration Fix for NAnt 0.86 Beta 1 with .NET 3.5

Hi All, I have been trying to use the latest NAnt (0.86 Beta 1) for a few weeks now in several .NET 3.0/3.5 projects as using multiple .sln solution files to build the platform code on my build server but alws ran to error and having this problem : BUILD FAILED Solution format of file 'C:***\Platform.sln' is not supported. ...

Unused node detected when configuring email publisher for CruiseControl.NET 1.4.2.

I am trying to configure my CruiseControl.NET server to send emails to those the contribute to the source; however, I cannot seem to configure the email publisher properly. I am receiving the following error from CruiseControl.NET. Exception: Unused node detected: <subjectSettings><subject buildResult="Success" value="Build Successf...

How to resolve "Only one project can be specified" error from <msbuild> task in CruiseControl.NET

I'm trying to use the task in CruiseControl.NET version 1.3.0.2918 with a rather straight forward : <project name="AppBuilder 1.0 (Debug)"> <workingDirectory>c:\depot\AppBuilder\1.0\</workingDirectory> <triggers/> <tasks> <msbuild/> </tasks> </project> However, when the project is run it fails with this inf...

CruiseControl.Net Dashboard + Apache

I'm trying to get cc.net dashboard running on a build machine that also has apache on it. I've tried installing mod_aspdotnet as described here. I can run the sample aspx page, but I am unable to get cc.net to run. Is there some magic I need to do? For what it's worth, http://localhost/ccnet manages to redirect me to http://localhost...

Configuring Cruise Control with NUnit and SVN

I am trying to configure Cruise Control with Nunit for reporting purpose. But I am unable to do this task. Any one can please help me how to configure the ccnet.config file for its configuration and also some easy and step by step tutorial for its explanation. ...

error MSB1009: Project file does not exist on running fromCruiseControl

Following is my ccnet.config file, When running this file from ccnet webpage, it is giving me error MSB1009: Project file does not exist. ANy idea where I am doing wrong <project> <name>ITR Test</name> <webURL>http://localhost/ccnet/&lt;/webURL&gt; <triggers> <intervalTrigger name="continuo...

Getting WatiN.Core.Exceptions.TimeoutException while running from CruieControl

I am getting WatiN.Core.Exceptions.TimeoutException : Timeout while Internet Explorer busy error while executing my tests via CruiseControl.Net. Any one have idea how to resolve this. ...

.NET automated build with cruisecontrol.net + nant - multiple assembly structure / best practice

Hi, I'm doing some work with several shared .NET assemblies and a generic web application that I would like to handle better in our CC.NET/NAnt build environment. Currently, we have several .NET assemblies (shared common code that we use in client projects) that exist in different .NET solutions within different repositories in our SCM...

Process Kill during execution of Nunit tests

I have a test project that takes alot of time to test cases. I have configured cruisecontrol.net with Nunit, msbuild. Now if I run my project during the execution of Nunit it kills the process and fail the build. Also if you force a build then results are not updated it shows the last build results and also giving Textfixturesetup failed...

CruiseControl.NET SVN Re-location Problem

I currently have CruiseControl.NET set up with SVN to automatically grab the code source from the repository. After having a problem with our SVN server - I recreated a different SVN location for it and changed the location of it in the ccnet.config file. This caused problems with CruiseControl.NET still trying to grab it from the old SV...

How can I stop cl.exe from terminating when a user logs out?

We have an automated build server that produces builds using Visual Studio 2005 and CruiseControl.NET (on Windows XP x64). Normally nobody is logged into the system, but occasionally we have to log in via Remote Desktop in order to perform maintenance. We have noticed that if cl.exe is running (Microsoft's C++ compiler) at the instant ...

Using a Continuous Integration Server for Home Development

As a follow up to one of my previous posts 'Using Version Control for Home Development', I am now asking about opinions as regards using a Build Server for a pet project. Lately I have been reading about this 'Build Servers' concept, and I have looked at applications such as Maven and CruiseControl.Net. And thus I ask, how feasible is...

DELPHI and WANT or NANT

We use cruise control .net to do our Continuous Integration in our Delphi 2006 application. We use a setup similar to the one described here. QUESTION: 1) What is the best scripting tool/language to use implement the build script? 2) Are there any advantages of using WANT over using NANT? (NOTE: D2006 is not compatible with MSB...

New-fangled "view statistics" not working on upgraded CruiseControl.NET server

Recently I upgraded a couple of CruiseControl.NET server from version 1.3 to version 1.4.2.14. After the upgrade I was pleased to note that the "View Statistics" link from the project's web dashboard sported a new view: However, I was quite disappointed to discover that another server that I upgraded in an identical way sported the ...

MSBuild called from CruiseControl.NET doesn't pick up build script changes

We're using CruiseControl.NET which invokes an MSBuild script. While debugging the build script, we make small changes constantly and run the build through the CruiseControl.NET web console running on IIS. Everything is just on one machine though since we're just testing. I've noticed that some changes we make in the MSBuild script ar...

cc.net project visibility

Is it possible to restrict the visibility of the projects listed in the cc.net Dashboard? I have Projects 1, 2 and 3 listed in the Dashboard. I would like to move Projects 2 and 3 to a different dashboard. This is so I can hand out URL1 to dashboard1 that lists Porject1 and URL2 to Dashboard (listing Projects 2 and 3) to another set of...

Cruisecontrol.net nant results different from non-cc.net

I've a nant script that builds a VS2008 solution. When I run it myself by typing 'nant' in the command line all the correct DLLs are copied to the respective bin directories. But when Cruisecontrol performs the CI build no DLLs are copied to the bin directories. Any ideas what's causing this? ...

MbUnit cannot recognize test assemblies compiled with MSBuild on Windows Server 2003

I've recently installed MbUnit version 2.4.2.355 on our build server which runs via Cruise Control.NET and NAnt, on a Windows Server 2003 machine with .NET Framework 3.5 SP1 installed. I've checked every nook and cranny of the build scripts, and the NAnt output report on CC.NET tells me that the test project builds fine. This is the NA...

Configuring OnDemand builds in CCNet [Resolved?]

We have a CCNet configuration that is currently performing continuous integration builds, Nightly builds (which publish to our internal test servers) and Weekly builds which generate Setup/Installation packages every Friday morning. So far so good .. the process has been well received and some of the chaos that surrounded a release has ...

UI Testing Framework + Continuous Integration ??

So I have an application that I inherited and I want to build up an automated test suite around it. The application wasn't designed with testability in mind, and the code is a "big ball of mud". My plan was to use a UI Automation testing framework and create a suite of tests at the UI level until I had enough coverage to allow me to st...