The Artima Developer Community
Sponsored Link

.NET Buzz Forum
CruiseControl.NET

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Brad Wilson

Posts: 462
Nickname: dotnetguy
Registered: Jul, 2003

Brad Wilson is CTO of OneVoyce, Inc.
CruiseControl.NET Posted: Mar 7, 2004 2:29 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Brad Wilson.
Original Post: CruiseControl.NET
Feed Title: The .NET Guy
Feed URL: /error.aspx?aspxerrorpath=/dotnetguy/Rss.aspx
Feed Description: A personal blog about technology in general, .NET in specific, and when all else fails, the real world.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Brad Wilson
Latest Posts From The .NET Guy

Advertisement

I got CruiseControl.NET working this weekend. Although we don't use NAnt as our primary build tool at work, it was trivial to hack together a .build file that used the <solution> task to build all our project files. It doesn't even rely on having Visual Studio on the box, which is a nice bonus (just needs the SDK).

You have to sort of twist your brain until you get it right. Watching Kris Syverstad give a demo of it a few weeks ago really helped, as did his Lessons Learned article. Starting small was helpful. The amount of available information CCNET is quite addicting: combine the tool tray icon (green/red for the current build state) with the web page that details the build, and I'm quite pleased.

Part of the move to continuous integration is also going to involve a move to a new source control system. Subversion 1.0 is out, and from my beating it to death, I'm quite comfortable that it's stable. TortoiseSVN is even better than TortoiseCVS, especially since it includes a 3-way merge tool now.

A note of caution: the current release of CCNET (0.4.2 build 85) doesn't support Subversion 1.0 properly. If you're interested, I've submitted a bug with code work-around suggestions that make everything happy with Subversion 1.0.

Read: CruiseControl.NET

Topic: Michael Dell Resigns as Dell CEO Previous Topic   Next Topic Topic: What's Wrong with College Athletics?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use