<?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: rake-dotnet 0.1.9</title>
	<atom:link href="http://blog.neverrunwithscissors.com/2009/07/07/rake-dotnet-0-1-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.neverrunwithscissors.com/2009/07/07/rake-dotnet-0-1-9/</link>
	<description>&#34;Inspiration?  Inspiration is the momentary cessation of stupidity&#34;</description>
	<lastBuildDate>Wed, 25 Aug 2010 15:04:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Pete</title>
		<link>http://blog.neverrunwithscissors.com/2009/07/07/rake-dotnet-0-1-9/comment-page-1/#comment-223</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sat, 12 Sep 2009 17:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neverrunwithscissors.com/?p=238#comment-223</guid>
		<description>That&#039;s right, msbuild will consider all the projects touched.  rake has the same kind of incremental build as msbuild does with a solution file - only building those parts that have source files that are newer than the file-created of the output DLL.

At present, rake-dotnet doesn&#039;t support taking the source-control revision from anywhere other than the directory that rake is being run from.  This assumption works for me, because I&#039;ve assumed that all code lives in the same repository.  I think it ought to be possible to get rdn to take the revision from each project-directory instead, when generating the AssemblyInfo files - would that meet your need?  If so, I&#039;ll open a github issue (or you could, if I&#039;ve missed what you meant?).</description>
		<content:encoded><![CDATA[<p>That&#8217;s right, msbuild will consider all the projects touched.  rake has the same kind of incremental build as msbuild does with a solution file &#8211; only building those parts that have source files that are newer than the file-created of the output DLL.</p>
<p>At present, rake-dotnet doesn&#8217;t support taking the source-control revision from anywhere other than the directory that rake is being run from.  This assumption works for me, because I&#8217;ve assumed that all code lives in the same repository.  I think it ought to be possible to get rdn to take the revision from each project-directory instead, when generating the AssemblyInfo files &#8211; would that meet your need?  If so, I&#8217;ll open a github issue (or you could, if I&#8217;ve missed what you meant?).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronny Hanssen</title>
		<link>http://blog.neverrunwithscissors.com/2009/07/07/rake-dotnet-0-1-9/comment-page-1/#comment-217</link>
		<dc:creator>Ronny Hanssen</dc:creator>
		<pubDate>Wed, 09 Sep 2009 10:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.neverrunwithscissors.com/?p=238#comment-217</guid>
		<description>Nice.

I have a question though. I need to write incremental builds, where I only build and update the assemblyinfo-file for the actual projects being built.

I need to have a clean version built, specifically for testing (is everything still working if we have to build everything from scratch), but I also need my application&#039;s different dll&#039;s to have independent versioning. Do you know how to get this done?

I know that MSBuild can take a solution-file and then only build the projects that needs building, and in correct dependency-order. But, if I use your method and update all assemblyInfo-files surely MSBuild will consider all projects &quot;touched&quot;, wouldn&#039;t it? 

Thanks,
Ronny</description>
		<content:encoded><![CDATA[<p>Nice.</p>
<p>I have a question though. I need to write incremental builds, where I only build and update the assemblyinfo-file for the actual projects being built.</p>
<p>I need to have a clean version built, specifically for testing (is everything still working if we have to build everything from scratch), but I also need my application&#8217;s different dll&#8217;s to have independent versioning. Do you know how to get this done?</p>
<p>I know that MSBuild can take a solution-file and then only build the projects that needs building, and in correct dependency-order. But, if I use your method and update all assemblyInfo-files surely MSBuild will consider all projects &#8220;touched&#8221;, wouldn&#8217;t it? </p>
<p>Thanks,<br />
Ronny</p>
]]></content:encoded>
	</item>
</channel>
</rss>
