Tony and Elise's Blog

All things Family, and some tech/dev stuff here and there.
posts - 29, comments - 7, trackbacks - 263

Continuous Integration

NStub, finished before it ever really started...

The creator of NStub, Jeremy Jarrell (sometimes referred to his blog handle: Digital Blasphemy), has just announce that NStub Beta 2 has been released. Unfortunately, he also says that that will not be any more effort going into that project. Thats too bad because its a cool idea! Expecially for lazy-ass programmers! Then again, it does kind of go against the point of TDD - write tests first, then code. Oh well... :-(

posted @ Sunday, May 13, 2007 11:06 PM | Feedback (7) | Filed Under [ .NET C# Continuous Integration Utilities ]

WiX, Creating Intallation Files Without VStudio

Windows Installer XML (WiX), an open source initiative, looks like its the best solution to automate installation program builds (MSI files) without the need for Visual Studio. This is great news for those using an Continuous Integration (CI) environment. For those few that read this, you may have read my previous post about my CI setup. WiX, I think, is going to nicely fit in there! Here are a couple links to get started: The WiX site on sourceforge. A good overview and thorough tutorial how to use WiX. I'll eventually blog about my WiX experiences, but first I'll have to convert one of my current projects...

posted @ Thursday, May 10, 2007 9:01 AM | Feedback (6) | Filed Under [ .NET Continuous Integration ]

Continuous Integration, Finally!!!

Automation is a wonderful thing! I recently got my CI environment up and running on my personal development machine. I've installed and configured the usual suspects: CruiseControl.Net, NAnt, MSBuild, NUnit, and Subversion. One this I see a lot of people talk about is installing Apache to host a site, like TRAC, to view the source in the Subversion repository, but I've opted out of that. I have no desire to view source on my build server, as that will all be done on the machine I develop on, and no inclination to install Apache on an otherwise stable server . I think its...

posted @ Monday, May 07, 2007 12:21 AM | Feedback (10) | Filed Under [ .NET Continuous Integration ]

Powered by: