Tagged Questions

4
votes
5answers
105 views

How important is fixing the nightly build promptly?

We have an automated build server that builds our code nightly, which is useful for us since not everyone on our team can build the entire source tree. Lately, some members of the …
2
votes
3answers
42 views

Why not use TFS as a build / CI solution ?

Currently our build solution is set up using TFS + MS Build scripts. TFS is also being used as a CI server. I've seen several posts on this site telling people about other CI s …
0
votes
4answers
54 views

TeamCity Alternatives

I write a lot of little projects, and I'd like to use something like TeamCity for my build server(s). My problem with just using TeamCity itself is that the Professional version o …
0
votes
1answer
15 views

NCover installation

Hi, I'm installing NCover Complete trial version, and wondered if it's possible to install to a different folder and have NCover as part of the VCS? Otherwise the current version …
1
vote
4answers
46 views

How to run CruiseControl.NET task but only after a specific task ends?

For example I have three tasks: task1, task2, task3. How to write a CruiseControl.NET configuration file that runs task3 but only after task2 ends with success?
2
votes
1answer
25 views

Automated Build and Deploy of Windows Services

How would you implement an automated build and deploy system for Windows services. Things to keep in mind: The service will have to be stopped on the target machine. The service …
0
votes
3answers
156 views

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 …
1
vote
3answers
56 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
2answers
19 views

Is there any way to catch compile errors in all build configurations?

I made a simple change of a property to an auto property and broke the build because the property was referenced in a conditional compilation section. I was building in debug and t …
1
vote
2answers
24 views

Advice on creating self contained project, and distributing a web server with the source code

Hi, I need some advice on configuring a project so it works in development, staging and production environments: I have a web app project, MainProject, that contains two sub-proj …
0
votes
1answer
30 views

Configure “execute shell” scripts in Hudon with Python

I am using Hudson for continuous integration in out project. We are using python, git and nose tests for unit testing. What I need is that Hudson should execute nose tests after ev …
1
vote
5answers
71 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 …
1
vote
0answers
35 views

Publish CruiseControl LATEST build artifacts to a static URL

I have a Java multi-module maven project that I want to build a mvn site and javadocs and have CruiseControl publish the latest daily builds to a configured static location. The t …
3
votes
1answer
36 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
3answers
69 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 …

1 2 3 4 5 28 next
15 30 50 per page