How to make TeamCity stop checking for changes and start building!

by Mikael Henriksson 23. June 2010 21:52
I had a delicate issue on the new server. Builds would work for any given period of time and then I got a message about java jada jada jada time out. As it turns out there is a bug with the jgit library that TeamCity uses and unfortunately Jetbrains does not have rights or something to modify this b... [More]

Tags:

Team City

How to move TeamCity to another computer

by Mikael Henriksson 23. June 2010 20:12
Last post I said I would come back with information about how to move TeamCity from one computer to another. This part of TeamCity I really like. Let’s establish some ground rules first. For this to work at all both computers/servers need to run the same version of TeamCity. Second if you like me ha... [More]

Tags:

Team City

Installing TeamCity with MS SQL 2008

by Mikael Henriksson 19. June 2010 16:42
The first time I installed TeamCity it took me about a day to get everything in place (excluding setting up the build configurations). Second time I installed TeamCity on a real server it took me about 30 minutes including setting up all the build configurations. I didn’t really do any second time, ... [More]

Tags: ,

Team City | Windows Server

UnitTesting with SQLite

by Mikael Henriksson 25. October 2009 00:34
I just had one of those frustrating moments where the unit tests on my machine works but those on the build server does not! This time I was pretty sure what the issue was. Any time that StructureMap tries to build the session factory and this fails I get strange exceptions in places that hasn&rsquo... [More]

Tags: , , ,

NAnt | Team City | Testing | NUnit