<?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: Continuous Integration resources</title>
	<atom:link href="http://www.ademiller.com/blogs/tech/2008/05/continuous-integration-resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ademiller.com/blogs/tech/2008/05/continuous-integration-resources/</link>
	<description>Thinking about agile (small 'a') software development, patterns and practices for building Microsoft .NET applications.</description>
	<lastBuildDate>Mon, 06 Sep 2010 05:05:31 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ade</title>
		<link>http://www.ademiller.com/blogs/tech/2008/05/continuous-integration-resources/comment-page-1/#comment-203</link>
		<dc:creator>Ade</dc:creator>
		<pubDate>Fri, 16 May 2008 21:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/?p=163#comment-203</guid>
		<description>Karl,

Just to be clear we&#039;re currently using CC.NET but are evaluating moving to VSTS 2008&#039;s Team Build as we spin up new projects on 2008.

There are some features I&#039;d really like to try out, notably the drop management features.

Thanks,

Ade</description>
		<content:encoded><![CDATA[<p>Karl,</p>
<p>Just to be clear we&#8217;re currently using CC.NET but are evaluating moving to VSTS 2008&#8217;s Team Build as we spin up new projects on 2008.</p>
<p>There are some features I&#8217;d really like to try out, notably the drop management features.</p>
<p>Thanks,</p>
<p>Ade</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Metivier</title>
		<link>http://www.ademiller.com/blogs/tech/2008/05/continuous-integration-resources/comment-page-1/#comment-202</link>
		<dc:creator>Karl Metivier</dc:creator>
		<pubDate>Fri, 16 May 2008 19:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/?p=163#comment-202</guid>
		<description>I find very interesting that you, as a Microsoft dev team, choose CC.Net for small projects rather than VSTS. As you point out, VSTS may be more useful for a larger project.

Do you know that the ThoughtWorks team did a CruiseControl in Ruby. It seems very easy to configure your build script that way than in XML. Here is the link:
http://cruisecontrolrb.thoughtworks.com/


Also, thank you for your speeches in Quebec; they were very good and inspiring!</description>
		<content:encoded><![CDATA[<p>I find very interesting that you, as a Microsoft dev team, choose CC.Net for small projects rather than VSTS. As you point out, VSTS may be more useful for a larger project.</p>
<p>Do you know that the ThoughtWorks team did a CruiseControl in Ruby. It seems very easy to configure your build script that way than in XML. Here is the link:<br />
<a href="http://cruisecontrolrb.thoughtworks.com/" rel="nofollow">http://cruisecontrolrb.thoughtworks.com/</a></p>
<p>Also, thank you for your speeches in Quebec; they were very good and inspiring!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ade</title>
		<link>http://www.ademiller.com/blogs/tech/2008/05/continuous-integration-resources/comment-page-1/#comment-199</link>
		<dc:creator>Ade</dc:creator>
		<pubDate>Wed, 14 May 2008 18:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/?p=163#comment-199</guid>
		<description>I have looked at CI factory briefly. We&#039;ve not used it at p&amp;p largely because we sort of have an out of the box CI story already. I&#039;ve heard good things about it though.</description>
		<content:encoded><![CDATA[<p>I have looked at CI factory briefly. We&#8217;ve not used it at p&#038;p largely because we sort of have an out of the box CI story already. I&#8217;ve heard good things about it though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Anthony</title>
		<link>http://www.ademiller.com/blogs/tech/2008/05/continuous-integration-resources/comment-page-1/#comment-197</link>
		<dc:creator>Ryan Anthony</dc:creator>
		<pubDate>Wed, 14 May 2008 16:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/?p=163#comment-197</guid>
		<description>If you haven&#039;t seen CI Factory by Jay Flowers (http://www.cifactory.org/joomla/) then you definitely need to take a look.  It makes CC.NET installation, configuration, and integration with supporting tools incredibly easy.</description>
		<content:encoded><![CDATA[<p>If you haven&#8217;t seen CI Factory by Jay Flowers (<a href="http://www.cifactory.org/joomla/" rel="nofollow">http://www.cifactory.org/joomla/</a>) then you definitely need to take a look.  It makes CC.NET installation, configuration, and integration with supporting tools incredibly easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redsolo</title>
		<link>http://www.ademiller.com/blogs/tech/2008/05/continuous-integration-resources/comment-page-1/#comment-196</link>
		<dc:creator>redsolo</dc:creator>
		<pubDate>Wed, 14 May 2008 15:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/?p=163#comment-196</guid>
		<description>I have a guide on how to do continuous integration with C# projects using Hudson. Hudson is a very easy to configure and use CI server.

http://redsolo.blogspot.com/2008/04/guide-to-building-net-projects-using.html</description>
		<content:encoded><![CDATA[<p>I have a guide on how to do continuous integration with C# projects using Hudson. Hudson is a very easy to configure and use CI server.</p>
<p><a href="http://redsolo.blogspot.com/2008/04/guide-to-building-net-projects-using.html" rel="nofollow">http://redsolo.blogspot.com/2008/04/guide-to-building-net-projects-using.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Conrad</title>
		<link>http://www.ademiller.com/blogs/tech/2008/05/continuous-integration-resources/comment-page-1/#comment-194</link>
		<dc:creator>Ryan Conrad</dc:creator>
		<pubDate>Tue, 13 May 2008 16:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/?p=163#comment-194</guid>
		<description>A lot of useful information, thank you. 

I would also like to point out a useful configuration editor for CruiseControl.NET that can make set up even easier. http://codeplex.com/ccnetconfig</description>
		<content:encoded><![CDATA[<p>A lot of useful information, thank you. </p>
<p>I would also like to point out a useful configuration editor for CruiseControl.NET that can make set up even easier. <a href="http://codeplex.com/ccnetconfig" rel="nofollow">http://codeplex.com/ccnetconfig</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
