• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

why we need Teamcity?

 
Ranch Hand
Posts: 472
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
good day Kirill Maximov, can you let us know why teammate needed ? what are the advantages having teammate ?
[ December 06, 2006: Message edited by: Nakata kokuyo ]
 
author
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Nakata,

First of all, TeamCity provides you with continuous integration solution. I won't explain why someone will need this, the best explanation can be found in Martin Fowler's article: http://www.martinfowler.com/articles/continuousIntegration.html

Unlike other similar systems, TeamCity has several outstanding features, like running server-side inspections (and view results on the Web and in IntelliJ IDEA), possibility to configure code coverage (and view results on the Web and in IntelliJ IDEA), and test your changes on build server without commiting them to VCS. When a test fails, TeamCity shows you the build where the test failed first time and which changes broke it. When you see a stacktrace from the test, you can open this stacktrace in your IDE with a single mouse click.

TeamCity supports many build runners for Java and .NET, several version control systems (and their list will grow).
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic