<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Monkey patching rake for use with TeamCity</title>
	<atom:link href="http://lostechies.com/joshuaflanagan/2008/09/10/monkey-patching-rake-for-use-with-teamcity/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/joshuaflanagan/2008/09/10/monkey-patching-rake-for-use-with-teamcity/</link>
	<description></description>
	<lastBuildDate>Thu, 14 Mar 2013 03:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Kirill Maximov</title>
		<link>http://lostechies.com/joshuaflanagan/2008/09/10/monkey-patching-rake-for-use-with-teamcity/#comment-7</link>
		<dc:creator>Kirill Maximov</dc:creator>
		<pubDate>Tue, 09 Dec 2008 15:50:15 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2008/09/10/monkey-patching-rake-for-use-with-teamcity.aspx#comment-7</guid>
		<description>TeamCity 4.0 supports Rake runner out of the box. 
You may see a demo at http://teamcitydev.blogspot.com/2008/11/most-advanced-continuous-integration.html

Kind regards,
KIR</description>
		<content:encoded><![CDATA[<p>TeamCity 4.0 supports Rake runner out of the box.<br />
You may see a demo at <a href="http://teamcitydev.blogspot.com/2008/11/most-advanced-continuous-integration.html" rel="nofollow">http://teamcitydev.blogspot.com/2008/11/most-advanced-continuous-integration.html</a></p>
<p>Kind regards,<br />
KIR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Flanagan</title>
		<link>http://lostechies.com/joshuaflanagan/2008/09/10/monkey-patching-rake-for-use-with-teamcity/#comment-6</link>
		<dc:creator>Joshua Flanagan</dc:creator>
		<pubDate>Wed, 03 Dec 2008 20:37:01 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2008/09/10/monkey-patching-rake-for-use-with-teamcity.aspx#comment-6</guid>
		<description>Ryan - I&#039;d be happy to provide more details, but I&#039;m not sure which command line you are referring to. If you want the Team City build runner command line, ours is:
c:\ruby\bin\rake.bat
with command parameter: &quot;cruise&quot; (which is our the name of the rake target we want our CI build to run)

</description>
		<content:encoded><![CDATA[<p>Ryan &#8211; I&#8217;d be happy to provide more details, but I&#8217;m not sure which command line you are referring to. If you want the Team City build runner command line, ours is:<br />
c:\ruby\bin\rake.bat<br />
with command parameter: &#8220;cruise&#8221; (which is our the name of the rake target we want our CI build to run)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Kelley</title>
		<link>http://lostechies.com/joshuaflanagan/2008/09/10/monkey-patching-rake-for-use-with-teamcity/#comment-5</link>
		<dc:creator>Ryan Kelley</dc:creator>
		<pubDate>Fri, 28 Nov 2008 15:39:12 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2008/09/10/monkey-patching-rake-for-use-with-teamcity.aspx#comment-5</guid>
		<description>Josh can you post your actual command line text? I am having issues getting this to work on my TeamCity install.</description>
		<content:encoded><![CDATA[<p>Josh can you post your actual command line text? I am having issues getting this to work on my TeamCity install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Flanagan</title>
		<link>http://lostechies.com/joshuaflanagan/2008/09/10/monkey-patching-rake-for-use-with-teamcity/#comment-4</link>
		<dc:creator>Joshua Flanagan</dc:creator>
		<pubDate>Thu, 11 Sep 2008 01:28:08 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2008/09/10/monkey-patching-rake-for-use-with-teamcity.aspx#comment-4</guid>
		<description>We were using TeamCity&#039;s nunit runner, but started to have some issues with it when using WatiN and other NUnit addins. We&#039;ve switched to using the TeamCity NUnit addin which allows us to use the normal nunit-console.exe, while still getting all of the test reporting goodness. I don&#039;t think it is well publicized (I stumbled upon it), so I think I may be able to get a blog post out of it.</description>
		<content:encoded><![CDATA[<p>We were using TeamCity&#8217;s nunit runner, but started to have some issues with it when using WatiN and other NUnit addins. We&#8217;ve switched to using the TeamCity NUnit addin which allows us to use the normal nunit-console.exe, while still getting all of the test reporting goodness. I don&#8217;t think it is well publicized (I stumbled upon it), so I think I may be able to get a blog post out of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Thigpen</title>
		<link>http://lostechies.com/joshuaflanagan/2008/09/10/monkey-patching-rake-for-use-with-teamcity/#comment-3</link>
		<dc:creator>James Thigpen</dc:creator>
		<pubDate>Wed, 10 Sep 2008 23:42:15 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2008/09/10/monkey-patching-rake-for-use-with-teamcity.aspx#comment-3</guid>
		<description>That&#039;s pretty schwanky.  I think I&#039;ll try that out soon.

How are you handling unit test reporting?  I notice the api is similarly simple. Or are you just calling teamcity&#039;s nunit runner?  (assuming you&#039;re using nunit... which may not be the case...)</description>
		<content:encoded><![CDATA[<p>That&#8217;s pretty schwanky.  I think I&#8217;ll try that out soon.</p>
<p>How are you handling unit test reporting?  I notice the api is similarly simple. Or are you just calling teamcity&#8217;s nunit runner?  (assuming you&#8217;re using nunit&#8230; which may not be the case&#8230;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
