<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>JetBrains TeamCity Blog</title>
	
	<link>http://blogs.jetbrains.com/teamcity</link>
	<description>Innovative Solution for Continuous Integration &amp; Build Server for Java &amp; .NET Projects</description>
	<pubDate>Tue, 09 Mar 2010 13:42:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/teamcity" /><feedburner:info uri="teamcity" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Tags in TeamCity</title>
		<link>http://feedproxy.google.com/~r/teamcity/~3/LZPgpsgy164/</link>
		<comments>http://blogs.jetbrains.com/teamcity/2010/03/09/tags-in-teamcity/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 13:42:46 +0000</pubDate>
		<dc:creator>Khalusova</dc:creator>
		
		<category><![CDATA[Features]]></category>

		<category><![CDATA[Tips&amp;Tricks]]></category>

		<category><![CDATA[build]]></category>

		<category><![CDATA[tags]]></category>

		<category><![CDATA[TeamCity]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/teamcity/?p=704</guid>
		<description><![CDATA[As you might know, TeamCity comes with such feature as build tags – do not confuse with supported VCS tags, because that&#8217;s an entirely different story. You can assign any number of tags for a single build, and then use them to organize your build history, or quickly navigate to the tagged builds. There is [...]]]></description>
			<content:encoded><![CDATA[<p>As you might know, <a href="http://www.jetbrains.com/teamcity/">TeamCity</a> comes with such feature as <a href="http://confluence.jetbrains.net/display/TCD5/Build+Tag">build tags</a> – do not confuse with supported VCS tags, because that&#8217;s an entirely different story. You can assign any number of tags for a single build, and then use them to organize your build history, or quickly navigate to the tagged builds. There is nothing tricky about that, but one might ask himself when these tags can be helpful. <br/><br/>Well, here is an example. Suppose, after some time of developing, your project manager decides, that you&#8217;ve finally got a stable build that can be considered a release candidate, or eap. He can mark this build with &#8220;EAP&#8221; tag, and thus, guys from QA won&#8217;t need to search through the whole build history to find the build they should carefully look at. They&#8217;ll just need to filter the history by this tag, or simply type &#8220;EAP&#8221; in the search field.<br/> <img src="http://blogs.jetbrains.com/teamcity/wp-content/uploads/2010/03/tag-search.png"/><br />
<br/>You can also leave a comment on any build, providing some extra notes about it; and just as with the tags, you can later on search for the build by the comment. Hope, you&#8217;ll like it.<br/><a href="http://www.jetbrains.net/devnet/community/teamcity">Feedback</a> is appreciated as usual.<br/><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fteamcity%2F2010%2F03%2F09%2Ftags-in-teamcity%2F';
  addthis_title  = 'Tags+in+TeamCity';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
<img src="http://feeds.feedburner.com/~r/teamcity/~4/LZPgpsgy164" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/teamcity/2010/03/09/tags-in-teamcity/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.jetbrains.com/teamcity/2010/03/09/tags-in-teamcity/</feedburner:origLink></item>
		<item>
		<title>Artifact packaging with TeamCity</title>
		<link>http://feedproxy.google.com/~r/teamcity/~3/qoVWnYhYWKc/</link>
		<comments>http://blogs.jetbrains.com/teamcity/2010/02/26/artifact-packaging-with-teamcity/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 16:01:32 +0000</pubDate>
		<dc:creator>KIR</dc:creator>
		
		<category><![CDATA[Features]]></category>

		<category><![CDATA[artifacts]]></category>

		<category><![CDATA[custom reports]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/teamcity/?p=652</guid>
		<description><![CDATA[In the upcoming TeamCity 5.1 we&#8217;ve added an often requested feature - artifact packaging.
As you probably already know, in TeamCity you can easily configure artifact upload to the server. Later, from a build page, you can download all artifacts of the build. You can specify both directories and individual files as artifacts. The syntax for [...]]]></description>
			<content:encoded><![CDATA[<p>In the upcoming TeamCity 5.1 we&#8217;ve added an often requested feature - <a href="http://youtrack.jetbrains.net/issue/TW-3277">artifact packaging</a>.</p>
<p>As you probably already know, in TeamCity you can easily configure artifact upload to the server. Later, from a build page, you can download all artifacts of the build. You can specify both directories and individual files as artifacts. The syntax for this is rather <a href="http://confluence.jetbrains.net/display/TCD5/Build+Artifact">simple</a>.</p>
<p>Build artifacts enable another really popular feature - <a href="http://confluence.jetbrains.net/display/TCD5/Including+Third-Party+Reports+in+the+Build+Results">custom reports</a>. The essence of the feature is that if your build produces a report, viewable in a browser (any HTML/Text/Image/PDF), you can integrate this build report into the TeamCity interface. Report files are sent to TeamCity as artifacts, and you <a href="http://confluence.jetbrains.net/display/TCD5/Report+Tabs">configure the report view</a> in the TeamCity UI. One of the interesting things about custom reporting is that TeamCity can extract individual report files from ZIP-packaged archives. So if your report is a big directory with hundreds of files, you better zip them first before sending (to speedup the upload process).</p>
<p>Before TeamCity 5.1, you needed to zip the files in your build script. This required writing an Ant or NAnt task which prepared corresponding archive file. Unfortunately, not all build runners allow creating zip files.</p>
<p>In TeamCity 5.1, artifacts can be packed without modification of your build scripts. Just use archive suffix in your target path, and that&#8217;s it:</p>
<pre>  testng-report =&gt; testng.zip
  **/src/**/*.java =&gt; sources/all-java-files.tgz</pre>
<p>You can use suffixes <strong>zip</strong>, <strong>jar</strong>, <strong>war</strong>, <strong>tgz</strong>, <strong>tar.gz</strong> to specify type of the archive. For jar and war archives, the file format is just <strong>zip</strong>.</p>
<p>And as you would have expected, if you use tar/gz packaging on a UNIX system, TeamCity preserves file mode of the files, username, and group.</p>
<p>You can try artifact packaging in the just opened <a href="http://confluence.jetbrains.net/display/TW/TeamCity+EAP">TeamCity 5.1 EAP</a> builds.</p>
<p>Hope you&#8217;ll like these bits of syntax-sugar, and please share your <a href="http://www.jetbrains.net/devnet/community/teamcity/teamcity">feedback</a>!<br />
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fteamcity%2F2010%2F02%2F26%2Fartifact-packaging-with-teamcity%2F';
  addthis_title  = 'Artifact+packaging+with+TeamCity';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
<img src="http://feeds.feedburner.com/~r/teamcity/~4/qoVWnYhYWKc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/teamcity/2010/02/26/artifact-packaging-with-teamcity/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.jetbrains.com/teamcity/2010/02/26/artifact-packaging-with-teamcity/</feedburner:origLink></item>
		<item>
		<title>Opening TeamCity 5.1 EAP</title>
		<link>http://feedproxy.google.com/~r/teamcity/~3/9FqlS_j11Po/</link>
		<comments>http://blogs.jetbrains.com/teamcity/2010/02/25/opening-teamcity-51-eap/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 15:31:49 +0000</pubDate>
		<dc:creator>Khalusova</dc:creator>
		
		<category><![CDATA[EAP]]></category>

		<category><![CDATA[FYI]]></category>

		<category><![CDATA[Features]]></category>

		<category><![CDATA[TeamCity]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/teamcity/?p=680</guid>
		<description><![CDATA[We are glad to announce, that we’ve just opened an Early Access Program for TeamCity 5.1.
Here&#8217;s the short list of only some of the improvements and features that today’s EAP brings:

Customizable email notifications &#8212; now you can use FreeMarker templates to create your custom notification messages.
Several UI improvements, such as collapsible projects on overview page [...]]]></description>
			<content:encoded><![CDATA[<p>We are glad to announce, that we’ve just opened an Early Access Program for <strong>TeamCity 5.1</strong>.</p>
<p>Here&#8217;s the short list of only some of the improvements and features that today’s EAP brings:</p>
<ul>
<li>Customizable email notifications &mdash; now you can use FreeMarker templates to create your custom notification messages.</li>
<li>Several UI improvements, such as collapsible projects on overview page and the most voted one &mdash; the ability to specify time zone, which is handy for geographically dispersed teams.</li>
<li>New <strong>Current problems</strong> tab is added for a project, that shows which tests are currently failing in this project and which configurations are red.</li>
<li>Support for .NET 4.0, and not yet released Visual Studio 2010 and TFS 2010.</li>
<li>Improved support for .NET test frameworks.</li>
<li>Code coverage support for Maven runner.</li>
<li>Ability to produce zip and tar.gz artifacts from a bunch of files.</li>
<li>IDE integration plugins improved.</li>
<li><a href="http://confluence.jetbrains.net/display/TW/Darjeeling+5.1+EAP+(build+13130)+Release+Notes">read more&hellip;</a></li>
</ul>
<p><br/>View the detailed <a href="http://youtrack.jetbrains.net/releaseNotes/TW?q=fix+for%3A+%7BDarjeeling+5.1+EAP+%2813130%29%7D">release notes</a>, <a href="http://confluence.jetbrains.net/display/TW/Download+Latest">download</a> the build and stay tuned &mdash; TeamCity 5.1 won’t take long to appear.</p>
<p>By tradition, we remind you to back up your data before upgrade.</p>
<p>Looking forward to your <a href="http://www.jetbrains.net/devnet/community/teamcity">feedback</a>!</p>
<p>Sincerely,<br />
JetBrains TeamCity team.<br /><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fteamcity%2F2010%2F02%2F25%2Fopening-teamcity-51-eap%2F';
  addthis_title  = 'Opening+TeamCity+5.1+EAP';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
<img src="http://feeds.feedburner.com/~r/teamcity/~4/9FqlS_j11Po" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/teamcity/2010/02/25/opening-teamcity-51-eap/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.jetbrains.com/teamcity/2010/02/25/opening-teamcity-51-eap/</feedburner:origLink></item>
		<item>
		<title>.NET Code Coverage in Two Clicks</title>
		<link>http://feedproxy.google.com/~r/teamcity/~3/SfxJUfGqa2Q/</link>
		<comments>http://blogs.jetbrains.com/teamcity/2010/02/19/net-code-coverage-in-two-clicks/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 08:27:46 +0000</pubDate>
		<dc:creator>Khalusova</dc:creator>
		
		<category><![CDATA[FYI]]></category>

		<category><![CDATA[Features]]></category>

		<category><![CDATA[How-To's]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/teamcity/?p=660</guid>
		<description><![CDATA[If you have ever dealt with .NET code coverage for NUnit tests, you surely know that it is quite a tricky thing to configure: you need to read docs to properly set up launching a command line coverage tool in your build script; read more docs and configure how reports should be gathered; then read [...]]]></description>
			<content:encoded><![CDATA[<p>If you have ever dealt with .NET code coverage for NUnit tests, you surely know that it is quite a tricky thing to configure: you need to read docs to properly set up launching a command line coverage tool in your build script; read more docs and configure how reports should be gathered; then read docs again and specify all the needed arguments to be passed… well, not a task anyone would like to deal with.</p>
<p>Now imagine that you can forget all that tangled routine and spend more time doing whatever you like. That’s because starting with <a href="http://www.jetbrains.com/teamcity/">TeamCity 5.0</a> configuring coverage execution with <strong>NUnit</strong> becomes easy as pie.</p>
<p>All you need to do is to select the preferred coverage tool when creating or editing <strong>Build Configuration</strong> — <strong>NCover</strong> and <strong>PartCover</strong> are at your disposal; and specify its parameters. That’s it!</p>
<p>Just a few clicks to make TeamCity automatically add necessary arguments to NUnit tests, and ensure you’ll be able to view the results in the TeamCity. Enjoy!</p>
<p><div id="attachment_656" class="wp-caption alignleft" style="width: 160px"><a href="http://blogs.jetbrains.com/teamcity/wp-content/uploads/2010/02/ncoverresults.png"><img class="size-thumbnail wp-image-656" title="NCover results" src="http://blogs.jetbrains.com/teamcity/wp-content/uploads/2010/02/ncoverresults-150x150.png" alt="Code Coverage Results" width="150" height="150" /></a><p class="wp-caption-text">Code Coverage Results</p></div><div id="attachment_657" class="wp-caption alignleft" style="width: 160px"><a href="http://blogs.jetbrains.com/teamcity/wp-content/uploads/2010/02/ncoversummary.png"><img class="size-thumbnail wp-image-657" title="NCover summary" src="http://blogs.jetbrains.com/teamcity/wp-content/uploads/2010/02/ncoversummary-150x150.png" alt="Code Coverage Summary" width="150" height="150" /></a><p class="wp-caption-text">Code Coverage Summary</p></div><div id="attachment_658" class="wp-caption alignleft" style="width: 160px"><a href="http://blogs.jetbrains.com/teamcity/wp-content/uploads/2010/02/coveragegraph.png"><img class="size-thumbnail wp-image-658" title="Coverage Graph" src="http://blogs.jetbrains.com/teamcity/wp-content/uploads/2010/02/coveragegraph-150x150.png" alt="Coverage Graph" width="150" height="150" /></a><p class="wp-caption-text">Coverage Graph</p></div><br />
<br/><br/><br/><br/><br/><br/><br/><br />
<br/>Sincerely, <br/>JetBrains TeamCity team.</p>
<p style="margin-top: 25px; font-size: 10px">Technorati tags: <a rel="tag" href="http://www.technorati.com/tag/TeamCity">TeamCity</a>, <a rel="tag" href="http://www.technorati.com/tag/JetBrains">JetBrains</a>, <a rel="tag" href="http://www.technorati.com/tag/continuous+integration">continuous integration</a>,  <a rel="tag" href="http://www.technorati.com/tag/build+management">build management</a>, <a rel="tag" href="http://www.technorati.com/tag/NCover">NCover</a>, <a rel="tag" href="http://www.technorati.com/tag/PartCover">PartCover</a>, <a rel="tag" href="http://www.technorati.com/tag/NUnit">NUnit</a>, <a rel="tag" href="http://www.technorati.com/tag/agile+development">agile development</a></p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fteamcity%2F2010%2F02%2F19%2Fnet-code-coverage-in-two-clicks%2F';
  addthis_title  = '.NET+Code+Coverage+in+Two+Clicks';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
<img src="http://feeds.feedburner.com/~r/teamcity/~4/SfxJUfGqa2Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/teamcity/2010/02/19/net-code-coverage-in-two-clicks/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.jetbrains.com/teamcity/2010/02/19/net-code-coverage-in-two-clicks/</feedburner:origLink></item>
		<item>
		<title>TeamCity 5.0.2 is Now Available!</title>
		<link>http://feedproxy.google.com/~r/teamcity/~3/FmuQtAi2siI/</link>
		<comments>http://blogs.jetbrains.com/teamcity/2010/02/05/teamcity-502-is-now-available/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 10:14:34 +0000</pubDate>
		<dc:creator>Khalusova</dc:creator>
		
		<category><![CDATA[FYI]]></category>

		<category><![CDATA[News &amp; Events]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/teamcity/?p=644</guid>
		<description><![CDATA[Great news for all TeamCity users!We are glad to announce the fresh from the oven update – TeamCity 5.0.2, which brings a number of fixes you might find tasty.Check the release notes for the complete list of included changes and download the build.As usual, we recommend backing up your TeamCity data before upgrading to a [...]]]></description>
			<content:encoded><![CDATA[<p>Great news for all TeamCity users!<br/>We are glad to announce the fresh from the oven update – TeamCity 5.0.2, which brings a number of fixes you might find tasty.<br/><br/>Check the <a href="http://youtrack.jetbrains.net/releaseNotes/TW?q=fixed+in%3A+{Darjeeling+5.0.2+%2810784%29}&#038;title=TeamCity+5.0.2+Release+Notes">release notes</a> for the complete list of included changes and <a href="http://www.jetbrains.com/teamcity/download/index.html?utm_source=TeamCityBlog&#038;utm_medium=post&#038;utm_campaign=teamcity50">download</a> the build.<br/>As usual, we recommend backing up your TeamCity data before upgrading to a new version.<br/><br/>Looking forward to your <a href="http://www.jetbrains.net/devnet/community/teamcity">feedback</a>!<br/>Sincerely, <br/>JetBrains TeamCity team.
</p>
<p style="margin-top: 25px; font-size: 10px">Technorati tags: <a rel="tag" href="http://www.technorati.com/tag/TeamCity">TeamCity</a>, <a rel="tag" href="http://www.technorati.com/tag/JetBrains">JetBrains</a>, <a rel="tag" href="http://www.technorati.com/tag/continuous+integration">continuous integration</a>,  <a rel="tag" href="http://www.technorati.com/tag/build+management">build management</a>, <a rel="tag" href="http://www.technorati.com/tag/agile+development">agile development</a></p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fteamcity%2F2010%2F02%2F05%2Fteamcity-502-is-now-available%2F';
  addthis_title  = 'TeamCity+5.0.2+is+Now+Available%21';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
<img src="http://feeds.feedburner.com/~r/teamcity/~4/FmuQtAi2siI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/teamcity/2010/02/05/teamcity-502-is-now-available/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.jetbrains.com/teamcity/2010/02/05/teamcity-502-is-now-available/</feedburner:origLink></item>
		<item>
		<title>Merry Christmas with TeamCity 5.0.1!</title>
		<link>http://feedproxy.google.com/~r/teamcity/~3/wmc4lkYTCbk/</link>
		<comments>http://blogs.jetbrains.com/teamcity/2009/12/23/merry-christmas-with-teamcity-501/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 17:26:16 +0000</pubDate>
		<dc:creator>Ekaterina</dc:creator>
		
		<category><![CDATA[News &amp; Events]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/teamcity/?p=634</guid>
		<description><![CDATA[Ho-ho-ho! Christmas presents are here! Look in your Christmas stockings for a fresh TeamCity 5.0.1 build with lots of fixes and enhancements.
See the complete Release notes for details and unwrap the present &#8212; download TeamCity 5.0.1.
As always we&#8217;ll be glad to get your feedback! 
Just to be on the safe side, you might want to [...]]]></description>
			<content:encoded><![CDATA[<p>Ho-ho-ho! Christmas presents are here! Look in your Christmas stockings for a fresh TeamCity 5.0.1 build with lots of fixes and enhancements.</p>
<p>See the complete <a href="http://youtrack.jetbrains.net/releaseNotes/TW?q=%23Resolved+fix+for%3A+{Darjeeling+5.0.1+%2810715%29}">Release notes</a> for details and unwrap the present &#8212; <a href="http://www.jetbrains.com/teamcity/download/index.html?utm_source=TeamCityBlog&#038;utm_medium=post&#038;utm_campaign=teamcity50">download TeamCity 5.0.1</a>.<br />
As always we&#8217;ll be glad to get your <a href="http://www.jetbrains.net/devnet/community/teamcity">feedback</a>! </p>
<p>Just to be on the safe side, you might want to back up your data before upgrading.</p>
<p></p>
<p><em>Merry Christmas and Happy Building to all!</em><br />
<em>JetBrains TeamCity Team</em></p>
<p style="margin-top: 25px; font-size: 10px">Technorati tags: <a rel="tag" href="http://www.technorati.com/tag/TeamCity">TeamCity</a>, <a rel="tag" href="http://www.technorati.com/tag/pre-tested+commit">pre-tested commit</a>, <a rel="tag" href="http://www.technorati.com/tag/personal+build">personal build</a>, <a rel="tag" href="http://www.technorati.com/tag/remote+run">remote run</a>, <a rel="tag" href="http://www.technorati.com/tag/JetBrains">JetBrains</a>, <a rel="tag" href="http://www.technorati.com/tag/continuous+integration">continuous integration</a>,  <a rel="tag" href="http://www.technorati.com/tag/build+management">build management</a>, <a rel="tag" href="http://www.technorati.com/tag/agile+development">agile development</a>, <a rel="tag" href="http://www.technorati.com/tag/amazon+ec2">Amazon EC2</a>, <a rel="tag" href="http://www.technorati.com/tag/rake">Rake</a>, <a rel="tag" href="http://www.technorati.com/tag/maven">Maven</a>, <a rel="tag" href="http://www.technorati.com/tag/code+coverage">Code Coverage</a>, <a rel="tag" href="http://www.technorati.com/tag/visual+studio">Visual Studio</a>, <a rel="tag" href="http://www.technorati.com/tag/eclipse">Eclipse</a>, <a rel="tag" href="http://www.technorati.com/tag/git">Git</a>, <a rel="tag" href="http://www.technorati.com/tag/YouTrack">YouTrack</a>, <a rel="tag" href="http://www.technorati.com/tag/issue+tracker+integration">Issue tracker integration</a></p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fteamcity%2F2009%2F12%2F23%2Fmerry-christmas-with-teamcity-501%2F';
  addthis_title  = 'Merry+Christmas+with+TeamCity+5.0.1%21';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
<img src="http://feeds.feedburner.com/~r/teamcity/~4/wmc4lkYTCbk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/teamcity/2009/12/23/merry-christmas-with-teamcity-501/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.jetbrains.com/teamcity/2009/12/23/merry-christmas-with-teamcity-501/</feedburner:origLink></item>
		<item>
		<title>Update for TeamCity 4.x Users</title>
		<link>http://feedproxy.google.com/~r/teamcity/~3/g44th580WBc/</link>
		<comments>http://blogs.jetbrains.com/teamcity/2009/12/10/update-for-teamcity-4x-users/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 14:55:19 +0000</pubDate>
		<dc:creator>Ekaterina</dc:creator>
		
		<category><![CDATA[FYI]]></category>

		<category><![CDATA[News &amp; Events]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/teamcity/?p=622</guid>
		<description><![CDATA[Only a week ago we released TeamCity 5.0, but here we are again with news for those who use TeamCity 4.x and, for some reason or other, do not upgrade to the latest version. 
We just released the TeamCity 4.5.6 with a couple of fixes and with a serious improvement: support for IntelliJ IDEA 9 [...]]]></description>
			<content:encoded><![CDATA[<p>Only a week ago we <a href="http://blogs.jetbrains.com/teamcity/2009/12/03/teamcity-50-released/">released TeamCity 5.0</a>, but here we are again with news for those who use TeamCity 4.x and, for some reason or other, do not upgrade to the latest version. </p>
<p>We just released the TeamCity 4.5.6 with a couple of fixes and with a serious improvement: support for IntelliJ IDEA 9 (both Ultimate and Community editions) and RubyMine in the TeamCity&#8217;s plug-in for IDEA platform.</p>
<p>Check the complete <a href="http://youtrack.jetbrains.net/releaseNotes/TW?q=fixed+in%3A+{Calcutta+4.5.6+%289140%29}">Release notes</a> and <a href="http://www.jetbrains.net/confluence/display/TW/Latest+4.5.x+Release">download the build</a>. Please don&#8217;t forget to backup your data before upgrading.</p>
<p>By the way, now you can download any previous 4.x release build from <a href="http://www.jetbrains.net/confluence/display/TW/Previous+Releases+Downloads">here</a>. </p>
<p></p>
<p><em>Build safe!</em><br />
JetBrains TeamCity Team</p>
<p style="margin-top: 25px; font-size: 10px">Technorati tags: <a href="http://www.technorati.com/tag/TeamCity" rel="tag">TeamCity</a>, <a href="http://www.technorati.com/tag/pre-tested+commit" rel="tag">pre-tested commit</a>, <a href="http://www.technorati.com/tag/personal+build" rel="tag">personal build</a>, <a href="http://www.technorati.com/tag/remote+run" rel="tag">remote run</a>, <a href="http://www.technorati.com/tag/JetBrains" rel="tag">JetBrains</a>, <a href="http://www.technorati.com/tag/continuous+integration" rel="tag">continuous integration</a>,  <a href="http://www.technorati.com/tag/build+management" rel="tag">build management</a>, <a href="http://www.technorati.com/tag/agile+development" rel="tag">agile development</a>, <a href="http://www.technorati.com/tag/rubymine" rel="tag">RubyMine</a>, <a href="http://www.technorati.com/tag/idea+9" rel="tag">IntelliJ IDEA 9</a></p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fteamcity%2F2009%2F12%2F10%2Fupdate-for-teamcity-4x-users%2F';
  addthis_title  = 'Update+for+TeamCity+4.x+Users';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
<img src="http://feeds.feedburner.com/~r/teamcity/~4/g44th580WBc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/teamcity/2009/12/10/update-for-teamcity-4x-users/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.jetbrains.com/teamcity/2009/12/10/update-for-teamcity-4x-users/</feedburner:origLink></item>
		<item>
		<title>TeamCity 5.0 Released!</title>
		<link>http://feedproxy.google.com/~r/teamcity/~3/OlWvNwwqy_A/</link>
		<comments>http://blogs.jetbrains.com/teamcity/2009/12/03/teamcity-50-released/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 12:23:27 +0000</pubDate>
		<dc:creator>mfeldman</dc:creator>
		
		<category><![CDATA[FYI]]></category>

		<category><![CDATA[News &amp; Events]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/teamcity/?p=606</guid>
		<description><![CDATA[The wait is over, ladies and gentlemen! The release build is baked, tested, and put on the shelf. Tastes good, so go and grab it now!
Let us write down a short summary of what was accomplished since the TeamCity 4.5 release.
First of all, here&#8217;s the list of most noteworthy features:

Support for Amazon EC2: Take advantage of [...]]]></description>
			<content:encoded><![CDATA[<p>The wait is over, ladies and gentlemen! The release build is baked, tested, and put on the shelf. Tastes good, so go and <a href="http://www.jetbrains.com/teamcity/download/index.html">grab it now</a>!</p>
<p>Let us write down a short summary of what was accomplished since the TeamCity 4.5 release.</p>
<p>First of all, here&#8217;s the list of most noteworthy features:</p>
<ul>
<li><strong>Support for Amazon EC2</strong>: Take advantage of cloud computing with TeamCity by putting build agents on Amazon EC2 cloud with on-demand image starting and on-idle stopping.</li>
<li><strong>Issue tracker integration with JetBrains YouTrack, JIRA and Bugzilla</strong> - out of the <span class="diffaddedchars">box, plus an API for the integration plugins for</span> other <span class="diffaddedchars">systems.</span></li>
<li><strong>Maven support improvements</strong>, including simplified build configuration creation from POM file, and build triggering on Maven artifacts change.</li>
<li><strong>Build configuration templates</strong> for eliminating redundancy in build configurations settings.</li>
<li><strong>Project archiving</strong> for putting no-longer-active projects out of sight.</li>
<li><strong>Command line tool for running Personal builds</strong> on server without IDE integration.</li>
<li><strong>Backup &amp; Restore</strong> were added to simplify TeamCity maintenance. Also, migration tool was re-implemented.</li>
</ul>
<p>Other improvements:</p>
<ul>
<li>Now you can <strong>view the status of a change</strong> across all build configurations on a single page.</li>
<li><strong>Failure responsibility</strong> feature has been advanced to cover not only builds, but also individual test failures.</li>
<li>Various actions performed by TeamCity users are now stored in the <strong>Audit log</strong>, which can be browsed from the web UI.</li>
<li><strong>Code coverage</strong> analysis has been significantly improved for both Java (based on IntelliJ IDEA coverage engine) and .NET (support for NCover and PartCover).</li>
<li>And many more</li>
</ul>
<p>New and improved integrations:</p>
<ul>
<li>Git &amp; Mercurial support are now bundled with TeamCity.</li>
<li>Remote Run now works for Git from IntelliJ IDEA &amp; Eclipse.</li>
<li>New support for Cucumber, Shoulda, Test-Spec in Rake runner.</li>
<li>TeamCity IntelliJ IDEA plugin now works with IntelliJ IDEA Community Edition and RubyMine 2.0.</li>
</ul>
<p>Of course, this is not an exhaustive list, so check <a href="http://www.jetbrains.net/confluence/display/TCD5/What%27s+New+in+TeamCity+5.0">What&#8217;s New</a> to get a full overview of new features and improvements.</p>
<p>As always, <strong>TeamCity 5.0 Professional</strong> is available for <strong>FREE</strong> for all small- and middle-sized development teams and can be downloaded at <a rel="nofollow" href="http://www.jetbrains.com/teamcity/download/?utm_source=pr&amp;utm_medium=press-release&amp;utm_campaign=teamcity50">http://www.jetbrains.com/teamcity/download</a>.</p>
<p><strong>TeamCity 5.0 Enterprise</strong> is available for a <strong>60-day free trial</strong> download at <a rel="nofollow" href="http://www.jetbrains.com/teamcity/download/?utm_source=pr&amp;utm_medium=press-release&amp;utm_campaign=teamcity50">http://www.jetbrains.com/teamcity/download</a>.</p>
<p>New customers can purchase TeamCity 5.0 online at <a rel="nofollow" href="http://www.jetbrains.com/teamcity/buy/?utm_source=pr&amp;utm_medium=press-release&amp;utm_campaign=teamcity50">http://www.jetbrains.com/teamcity/buy/</a>.</p>
<p>Existing customers can upgrade to version 5.0 after purchasing a 1-year subscription for software updates at <a rel="nofollow" href="http://www.jetbrains.com/teamcity/buy/?utm_source=pr&amp;utm_medium=press-release&amp;utm_campaign=teamcity50">http://www.jetbrains.com/teamcity/buy/</a>.</p>
<p>TeamCity licenses bought after October 1, 2009, receive a 1-year subscription for software updates for free, and therefore will work fine with TeamCity version 5.0. If you have such licenses, you will soon receive an e-mail with the new keys and certificates.</p>
<p><em>Build safe!</em></p>
<p>The JetBrains TeamCity Team</p>
<p style="margin-top: 25px; font-size: 10px">Technorati tags: <a rel="tag" href="http://www.technorati.com/tag/TeamCity">TeamCity</a>, <a rel="tag" href="http://www.technorati.com/tag/pre-tested+commit">pre-tested commit</a>, <a rel="tag" href="http://www.technorati.com/tag/personal+build">personal build</a>, <a rel="tag" href="http://www.technorati.com/tag/remote+run">remote run</a>, <a rel="tag" href="http://www.technorati.com/tag/JetBrains">JetBrains</a>, <a rel="tag" href="http://www.technorati.com/tag/continuous+integration">continuous integration</a>,  <a rel="tag" href="http://www.technorati.com/tag/build+management">build management</a>, <a rel="tag" href="http://www.technorati.com/tag/agile+development">agile development</a>, <a rel="tag" href="http://www.technorati.com/tag/amazon+ec2">Amazon EC2</a>, <a rel="tag" href="http://www.technorati.com/tag/rake">Rake</a>, <a rel="tag" href="http://www.technorati.com/tag/maven">Maven</a>, <a rel="tag" href="http://www.technorati.com/tag/code+coverage">Code Coverage</a>, <a rel="tag" href="http://www.technorati.com/tag/visual+studio">Visual Studio</a>, <a rel="tag" href="http://www.technorati.com/tag/eclipse">Eclipse</a>, <a rel="tag" href="http://www.technorati.com/tag/git">Git</a>, <a rel="tag" href="http://www.technorati.com/tag/cucumber">Cucumber</a>, <a rel="tag" href="http://www.technorati.com/tag/shoulda">Shoulda</a>, <a rel="tag" href="http://www.technorati.com/tag/test+spec">Test Spec</a>, <a rel="tag" href="http://www.technorati.com/tag/bugzilla">Bugzilla</a>, <a rel="tag" href="http://www.technorati.com/tag/jira">Jira</a>, <a rel="tag" href="http://www.technorati.com/tag/YouTrack">YouTrack</a>, <a rel="tag" href="http://www.technorati.com/tag/issue+tracker+integration">Issue tracker integration</a>, <a rel="tag" href="http://www.technorati.com/tag/ncover">NCover</a>, <a rel="tag" href="http://www.technorati.com/tag/partcover">PartCover</a></p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fteamcity%2F2009%2F12%2F03%2Fteamcity-50-released%2F';
  addthis_title  = 'TeamCity+5.0+Released%21';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
<img src="http://feeds.feedburner.com/~r/teamcity/~4/OlWvNwwqy_A" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/teamcity/2009/12/03/teamcity-50-released/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.jetbrains.com/teamcity/2009/12/03/teamcity-50-released/</feedburner:origLink></item>
		<item>
		<title>Here Comes TeamCity 5.0 RC!</title>
		<link>http://feedproxy.google.com/~r/teamcity/~3/o33-IRB6SxE/</link>
		<comments>http://blogs.jetbrains.com/teamcity/2009/11/27/here-comes-teamcity-50-rc/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 21:00:06 +0000</pubDate>
		<dc:creator>Ekaterina</dc:creator>
		
		<category><![CDATA[EAP]]></category>

		<category><![CDATA[FYI]]></category>

		<category><![CDATA[News &amp; Events]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/teamcity/?p=596</guid>
		<description><![CDATA[Great news, everyone &#8212; we&#8217;ve just published TeamCity 5.0 Release Candidate! And it means that TeamCity 5.0 is almost at your doorstep! 
So, don&apos;t hesitate and download TeamCity 5.0 RC, and, of course, do not forget to backup your TeamCity data before upgrading.
As always, your feedback will be highly appreciated.
Stay tuned, the big day&#8217;s coming! [...]]]></description>
			<content:encoded><![CDATA[<p>Great news, everyone &#8212; we&#8217;ve just published TeamCity 5.0 Release Candidate! And it means that TeamCity 5.0 is almost at your doorstep! </p>
<p>So, don&apos;t hesitate and <a href="http://www.jetbrains.net/confluence/display/TW/TeamCity+EAP+(Latest)">download TeamCity 5.0 RC</a>, and, of course, do not forget to backup your TeamCity data before upgrading.<br />
As always, your feedback will be highly appreciated.</p>
<p>Stay tuned, the big day&#8217;s coming! </p>
<p><br/><br />
Develop with pleasure!<br />
The JetBrains TeamCity Team </p>
<p style="margin-top: 25px; font-size: 10px">Technorati tags:  <a href="http://www.technorati.com/tag/TeamCity" rel="tag">TeamCity</a>, <a href="http://www.technorati.com/tag/pre-tested+commit" rel="tag">pre-tested commit</a>, <a href="http://www.technorati.com/tag/JetBrains" rel="tag">JetBrains</a>,<a href="http://www.technorati.com/tag/intellij+idea" rel="tag"> IntelliJ IDEA</a>,  <a href="http://www.technorati.com/tag/eclipse" rel="tag">Eclipse</a>, <a href="http://www.technorati.com/tag/continuous+integration" rel="tag">continuous integration</a>,  <a href="http://www.technorati.com/tag/build+management" rel="tag">build management</a>, <a href="http://www.technorati.com/tag/agile+development" rel="tag">agile development</a>, <a href="http://www.technorati.com/tag/release+candidate" rel="tag">Release Candidate</a></p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fteamcity%2F2009%2F11%2F27%2Fhere-comes-teamcity-50-rc%2F';
  addthis_title  = 'Here+Comes+TeamCity+5.0+RC%21';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
<img src="http://feeds.feedburner.com/~r/teamcity/~4/o33-IRB6SxE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/teamcity/2009/11/27/here-comes-teamcity-50-rc/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.jetbrains.com/teamcity/2009/11/27/here-comes-teamcity-50-rc/</feedburner:origLink></item>
		<item>
		<title>Still Closer to TeamCity 5.0: New EAP Build</title>
		<link>http://feedproxy.google.com/~r/teamcity/~3/P5HPAxhMsDk/</link>
		<comments>http://blogs.jetbrains.com/teamcity/2009/11/24/still-closer-to-teamcity-50-new-eap-build/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 18:01:33 +0000</pubDate>
		<dc:creator>Ekaterina</dc:creator>
		
		<category><![CDATA[EAP]]></category>

		<category><![CDATA[FYI]]></category>

		<category><![CDATA[News &amp; Events]]></category>

		<guid isPermaLink="false">http://blogs.jetbrains.com/teamcity/?p=589</guid>
		<description><![CDATA[Hooray! Here it is, the new EAP build with more fixes and enhancements! Download it and check the complete list of included changes.
Stay tuned &#8212; TeamCity 5.0 is just around the corner. 

Develop with pleasure!
JetBrains TeamCity Team
Technorati tags: TeamCity, pre-tested commit, personal build, remote run, JetBrains, continuous integration,  build management, agile development

  addthis_url [...]]]></description>
			<content:encoded><![CDATA[<p>Hooray! Here it is, the new EAP build with more fixes and enhancements! <a href="http://www.jetbrains.net/confluence/display/TW/Download+Latest">Download it</a> and check the <a href="http://youtrack.jetbrains.net/issues/TW?q=fix+for%3A+%7BDarjeeling+5.0+EAP+%2810626%29%7D">complete list of included changes</a>.</p>
<p>Stay tuned &#8212; TeamCity 5.0 is just around the corner. <img src='http://blogs.jetbrains.com/teamcity/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
</p>
<p>Develop with pleasure!</p>
<p>JetBrains TeamCity Team</p>
<p style="margin-top: 25px; font-size: 10px">Technorati tags: <a href="http://www.technorati.com/tag/TeamCity" rel="tag">TeamCity</a>, <a href="http://www.technorati.com/tag/pre-tested+commit" rel="tag">pre-tested commit</a>, <a href="http://www.technorati.com/tag/personal+build" rel="tag">personal build</a>, <a href="http://www.technorati.com/tag/remote+run" rel="tag">remote run</a>, <a href="http://www.technorati.com/tag/JetBrains" rel="tag">JetBrains</a>, <a href="http://www.technorati.com/tag/continuous+integration" rel="tag">continuous integration</a>,  <a href="http://www.technorati.com/tag/build+management" rel="tag">build management</a>, <a href="http://www.technorati.com/tag/agile+development" rel="tag">agile development</a></p>
<p><script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblogs.jetbrains.com%2Fteamcity%2F2009%2F11%2F24%2Fstill-closer-to-teamcity-50-new-eap-build%2F';
  addthis_title  = 'Still+Closer+to+TeamCity+5.0%3A+New+EAP+Build';
  addthis_pub    = 'jetbrains';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></p>
<img src="http://feeds.feedburner.com/~r/teamcity/~4/P5HPAxhMsDk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blogs.jetbrains.com/teamcity/2009/11/24/still-closer-to-teamcity-50-new-eap-build/feed/</wfw:commentRss>
		<feedburner:origLink>http://blogs.jetbrains.com/teamcity/2009/11/24/still-closer-to-teamcity-50-new-eap-build/</feedburner:origLink></item>
	</channel>
</rss>
