DISQUS

Development on a shoestring: JetBrains launch TeamCity blog

  • Alistair · 2 years ago
    We use the combination of SVN, CruiseControl.NET, NAnt & NUnit to do the same sort of thing and it works a treat.

    I do like the idea of being able to farm out the build process though, that is very nice.
  • Glenn Slaven · 2 years ago
    Yeah, we were looking at that too, but unfortunately <ah ref="http://nant.sourceforge.net/release/latest/help/tasks/solution.html">NAnt doesn't do 2.0 solution file builds :(</ah>
  • Chris Walquist · 2 years ago
    What kind of trouble were you having with NAnt and 2.0? I've had nant-0.85rc3 doing 2.0-framework builds since early '06 for a client of mine. I recall having to fiddle with the bin\nant.exe.config to cobble up a 2.0 framework section, but it was pretty much a copy/paste job, and replacing the 1.1.4322 strings with 2.0.50727 strings. Hope this helps.

    Cheers,
    -chris
  • Glenn Slaven · 2 years ago
    I want to be able to use the solution command to compile a whole solution, you could do it with 1.1, but not in 2.0. Thanks, but we worked out a solution where we use the nant script to build each project.