0
votes
5answers
52 views
What is the best CI server for Ruby on Rails Web Applications?
I want to use a CI (Continuous Integration) Server for my Ruby on Rails Application.
If the application were in Java, I should use Hudson CI Server.
What is the best solution in …
3
votes
1answer
18 views
Continuous Integration with Teamcity and Clearcase
Has anybody successfully integrated Clearcase with Teamcity (which advertises Clearcase support) to realize a productive continuous integration build environment on a decent size p …
1
vote
1answer
11 views
Enterprise CI (SOA / .Net)
How should I tackle Continuous integration for a SOA platform?
Let me explain the setup. We have 30 web service solutions and 5 client solutions, the web services are quite depend …
0
votes
2answers
41 views
How can I debug (preferably in an IDE) an MSBuild script?
Hi,
We use MSBuild quite extensively as part of our continuous integration process, and whilst it is incredibly powerful and we can do practically all of our build, test and deplo …
0
votes
1answer
36 views
+100
Running NUnit task in CruiseControl.NET always throws errors
So I'm fairly new to cc.net but like it so far. I have SVN getting latest, MSBuild building but when it comes to running my unit tests, kablooey.
I tried the fixes suggested about …
0
votes
2answers
22 views
CI Servers for system simulation
My group work for a software of simulation for plane. To achieve a faster and easier validation and verification, we decided to introduce continuous integration. But I have no idea …
1
vote
3answers
63 views
Continuous Integration has always to come together with Test Driven Development?
I'm involved in a project where we are using a Continuous Integration server and NUnit for unit testing and integration testing.
A customer asked us the other day if we were writt …
2
votes
1answer
41 views
Continuous Integration with Google Code (C# Application)
My team and I are hosting our project's repository on Google Code. We would like to have a Continuous Integration setup so that when modifications are made, it tries to build the p …
0
votes
1answer
25 views
CC.NET: howto trigger an extended build when a subdirectory in svn has changed
Hi,
We have a couple of projects configured in cc.net. Each of these projects has following items in it's working directory (svn):
source
lib
db scripts
SSIS package(s)
We wou …
0
votes
1answer
30 views
CruiseControl.NET: Building a project in Debug and Release configurations.
I am using CruiseControl.NET to build a C# project. I am using an msbuild task to achieve this. I want to build the project in both Debug and Release mode irrespective of whether e …
2
votes
1answer
20 views
Microsoft Ajax Minifier and NAnt
Hi folks!
Could someone explain to me how to use the Microsoft Ajax Minifier from a nant-script as a nant-task. I've seen examples of how to use it in Visual Studio but I would li …
2
votes
5answers
99 views
Continuous Integration and Database Management
When working on a project with several other people it's common to have several people with differente areas, such as the database.
My challenge is how to let several people edit …
0
votes
1answer
16 views
Creation of asp.net websites artifacts in Teamcity from SVN repository
I'm using TeamCity Professional Version 4.5.4 (build 9071) at work to build my asp.net web application project.
My solution file consists of several projects (e.g. web application …
1
vote
2answers
57 views
Which part of HUDSON_HOME should I put under source control?
I'd like to manage Hudson's configuration files with subversion for backup.
The Hudson Wiki lists the directory structure of $HUDSON_HOME like so:
HUDSON_HOME
+- config.xml ( …
4
votes
3answers
64 views
Check Out for Continuous Integration
What do you all normally do when checking code out of version control software to perform your continuous integration or nightly build? Do you 1) pull the latest code, or 2) pull …
