TeamCity 1.0 coming!
JetBrains, the people that gave us IntelliJ IDEA and Resharper, have released the public beta of their new Integrated Team Environment called TeamCity.
Some of the features:
- Rich web interface
- Continuous Integration support
- Code coverage
- Build grid
- Static code analysis
- Support for both java and .net
- Building: support for ant, maven, NAnt and MSBuild - IntelliJ projects and Visual Studio solutions can be built directly without build scripts
- Testing: jUnit and NUNit support
- VCS integration for: Perforce, CVS, Subversion and Visual SourceSafe
- and my personal favorite: Delayed Commit - changes are committed to the VCS only if all tests are passed
Give it a test drive at http://teamserver.jetbrains.com/
Monday 31 Jul 2006 | Guy Mahieu | .net(t) , continuous integration(t) , java(t)