cruisecontrol

Building the platform code with nant and VS2008

I'm using the latest nightly build, VS2008 prof trial and .NET 3.5 and I'm getting this error "Solution format of file 'C:\test\Project\src\project.sln' is not supported." Any Solution to overcome from it ...

Merging MbUnit and NUnit tests and displaying in CruiseControl

We have a CruiseControl server running various AntUnit, MbUnit and NUnit tests via Ant. In order to merge the outputs from them all we have the following in the CruiseControl config: <log dir="logs/${project.name}/"> <merge dir="${q7.build.tests.dir}/reports" pattern="*.xml" /> <merge dir="${q7.build.tests.dir}/reports" pattern="**...

Handling svn locks / cleanup when using CruiseControl .NET and Subversion

I am using CruiseControl .NET with the Subversion source control plugin to automatically build our project. Some of the projects are automatically checking for modifications, but occasionally the check fails and CruiseControl .NET marks the project with an "Exception": ThoughtWorks.CruiseControl.Core.CruiseControlException: Source cont...

cruisecontrol config.xml special characters svnbootstrapper

I have a line like : <svnbootstrapper LocalWorkingCopy="${projects.dir}/${project.name}" Password="4udr=qudafe$h$&e4Rub" Username="televic-education" /> in my config.xml. Because of special characters in the Password cruisecontrol service won't start. Is there a way to solve this? Maybe with setting a property? Or escaping charact...

ANT & MSBUILD

When running msbuild.exe with ANT's exec task, errors in the .net code do not result in the build process failing. Does anyone have a clue? ...

CruiseControl.rb SVN Access Denied

I'm having a problem where I have been able to add a project to CC.rb perfectly fine but when I start the service I get "Access Denied" messages each time it checks with Subversion for a newer version. I'm running with --trace and running the exact command it is trying from the project's work directory: svn --non-interactive log --limi...

Is it possible to use Cruise Control with VB6 ?

Hi ! I'm working on a visual basic 6 project and I would like to use a continuous integration software ... does anyone knows if its possible to use Cruise Control with VB6 ? If not ... is there another software that would do the job ? Thanks ! ...

bazaar + cruise control

The team i work with is using Bazaar as its VCS, i would like to introduce CruiseControl (CC) with PHPUnderControl (PUC) into the mix, but cannot seem to find any documentation or plugin for bazaar and CC. There is a plugin for cc.net, but it has to run on linux yes i know mono but it seems PUC requires CC not cc.net. is there any way fo...

Using SVN with CruiseControl?

I'm trying to use CruiseControl 2.7.3, (the original), to build a Java project that is in an SVN repository. My cruise configuration is using the svn plugin for the modification set. When a modification is detected, a build is scheduled using Ant. That Ant build file then uses the svnant Ant Task to do a complete checkout of the pro...

What is the difference between Hudson and CruiseControl for Java projects?

I think the title sums it up. I just want to know why one or the other is better for continous integration builds of Java projects from Svn. ...

subversion/cruise control/nant/nunit with visual studio projects and solutions.

I work in a team of 2 developers and currently we use VSS and have no continuous integration or daily build and few Unit tests. I'm looking to change our source control to Subversion and at the same time get up and running with a more professional process. Subversion/cruise control/nant/nunit appears quite a popular combination from wh...

Deploying java applications to Tomcat using CruiseControl.net

I have CruiseControl.net setup on a machine which is currenly being used for Microsoft Projects. I needed to add a java project to the same build server. The java war files generated need to be copied to another server under Tomcat. However, I face a lot of problems when it tries to copy to that network location, due to file access den...

Continuous build with .NET and Java projects on a single machine

Is it possible to set up continuous build of projects written in .NET and Java on single build server with single set of applications? I've seen CruiseControl has support for both world but as far as I know these are two separate applications. Should I go with a separate machine to build Java projects (a machine for .NET projects is alr...

Continuous integration / Cruisecontrol advice

Hi, I've been tasked with setting up a continuous integration server for our project and am weighing up the options. I would like to use cc.rb rather than cc for the simple fact that I'd rather be writing Ruby than XML. From what I can see cc is a more mature product and comes with more features out of the box. So I would like to know...

Cruise Control .NET alternatives?

Any ideas as regards alternatives to Cruise Control .NET? ...

Cruise Control losing track of paths in subtasks

We have some projects in cruise control, set up roughly like this: Cruise Control <ant antfile="build.xml" dir="A" target="compile" inheritAll="false" /> in A the compile target calls, as a part of its compile, a jar target in B (in "compile") <ant antfile="${B.dir}/build.xml" inheritAll="false" target="jar" /> <javac ... >...

Cruisecontrol Group Projects

Is it possible to group projects in CruiseControl? (I know it is possible to group them using the same prefixes... but is it possible to really group them?). thx, Lieven Cardoen ...

Cruise control.NET

Hi , I am just a beginner in cruise control.NET.My doubt is that is there any way by which cruise control.NET can detect changes in the local folder itself(for eg:C:/MYSource)rather than look for changes in the source control repository.I need to force the build all the time from the web dashboard to build.I want cruise control.NET ...

How can I frequently/automatically compare the structure of the same Database?

Does anyone know a tool that automatically compares the structure of a database and gives a report of what was changed? If it can be integrated into a CruiseControl, even better. By structure I also mean functions and stored procedures. Which is probably not clear at first sight ;-) The idea was to integrate that into a cruise control...

selenium rc with cruise control - testng error message - could not instantiate 'test'

I'm currently trying to set up cruisecontrol to run my selenium test suite. Everything works fine until I run the build, I got the following message: calling target(s) [execute-test] in build file C:\Project\src\build.xml Entering C:\Project\src\build.xml... Exiting C:\Project\src\build.xml. task location="C:\Project\src\build.xml:30: "...