<?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: Build Systems</title>
	<atom:link href="http://innovatian.com/2010/05/build-systems/feed/" rel="self" type="application/rss+xml" />
	<link>http://innovatian.com/2010/05/build-systems/</link>
	<description></description>
	<lastBuildDate>Tue, 20 Dec 2011 21:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: derickbailey</title>
		<link>http://innovatian.com/2010/05/build-systems/comment-page-1/#comment-42</link>
		<dc:creator>derickbailey</dc:creator>
		<pubDate>Tue, 11 May 2010 05:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://innovatian.com/?p=396#comment-42</guid>
		<description>ok, so i missed your point, then. :) d&#039;oh!</description>
		<content:encoded><![CDATA[<p>ok, so i missed your point, then. <img src='http://innovatian.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  d&#39;oh!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: innovatian</title>
		<link>http://innovatian.com/2010/05/build-systems/comment-page-1/#comment-40</link>
		<dc:creator>innovatian</dc:creator>
		<pubDate>Tue, 11 May 2010 04:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://innovatian.com/?p=396#comment-40</guid>
		<description>Thanks for the heads up, I will take a look.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up, I will take a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: innovatian</title>
		<link>http://innovatian.com/2010/05/build-systems/comment-page-1/#comment-41</link>
		<dc:creator>innovatian</dc:creator>
		<pubDate>Tue, 11 May 2010 04:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://innovatian.com/?p=396#comment-41</guid>
		<description>I don&#039;t think I miss the point. I believe my terminology may be loose, which I am often guilty of, but it is the xml configuration that I am referring to in msbuild and nant leading to the inability to debug them as you would a true script. I believe that the nant and msbuild files are valuable as they give us a data model to base the new tools on.</description>
		<content:encoded><![CDATA[<p>I don&#39;t think I miss the point. I believe my terminology may be loose, which I am often guilty of, but it is the xml configuration that I am referring to in msbuild and nant leading to the inability to debug them as you would a true script. I believe that the nant and msbuild files are valuable as they give us a data model to base the new tools on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derickbailey</title>
		<link>http://innovatian.com/2010/05/build-systems/comment-page-1/#comment-39</link>
		<dc:creator>derickbailey</dc:creator>
		<pubDate>Tue, 11 May 2010 02:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://innovatian.com/?p=396#comment-39</guid>
		<description>FWIW: you don&#039;t have to install ruby on a machine to use it. you can xcopy the runtime around and it works just fine. i&#039;ve got a blog post on this and there&#039;s a link in the comments from alexander gross that shows how he stripped the ruby runtime down to only a couple of megs in file size.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.lostechies.com/blogs/derickbailey/archive/2010/03/23/running-ruby-and-rake-and-albacore-without-installing-them.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.lostechies.com/blogs/derickbailey/ar...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>FWIW: you don&#39;t have to install ruby on a machine to use it. you can xcopy the runtime around and it works just fine. i&#39;ve got a blog post on this and there&#39;s a link in the comments from alexander gross that shows how he stripped the ruby runtime down to only a couple of megs in file size.</p>
<p><a href="http://www.lostechies.com/blogs/derickbailey/archive/2010/03/23/running-ruby-and-rake-and-albacore-without-installing-them.aspx" rel="nofollow">http://www.lostechies.com/blogs/derickbailey/ar&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derickbailey</title>
		<link>http://innovatian.com/2010/05/build-systems/comment-page-1/#comment-37</link>
		<dc:creator>derickbailey</dc:creator>
		<pubDate>Tue, 11 May 2010 02:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://innovatian.com/?p=396#comment-37</guid>
		<description>you may have missed the point of what we&#039;re trying to get away from with psake, rake, bake, etc... msbuild itself is not evil... it&#039;s the .msbuild files and their xml configuration that is evil. :)&lt;br&gt;&lt;br&gt;that being said... i am currently working on some csc.exe stuff for my albacore framework. i would really like to get away from msbuild entirely. &lt;br&gt;&lt;br&gt;the problem is not the msbuild.exe tool, the problem is xml configuration of build steps. if you&#039;re using visual studio to code, you don&#039;t have to deal with the underlying xml in the solution or project files and msbuild is just another command line tool to get your projects built. it&#039;s only when you start defining custom steps and processing in a .msbuild file that you have to start using xml and get into that ugly mess.</description>
		<content:encoded><![CDATA[<p>you may have missed the point of what we&#39;re trying to get away from with psake, rake, bake, etc&#8230; msbuild itself is not evil&#8230; it&#39;s the .msbuild files and their xml configuration that is evil. <img src='http://innovatian.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>that being said&#8230; i am currently working on some csc.exe stuff for my albacore framework. i would really like to get away from msbuild entirely. </p>
<p>the problem is not the msbuild.exe tool, the problem is xml configuration of build steps. if you&#39;re using visual studio to code, you don&#39;t have to deal with the underlying xml in the solution or project files and msbuild is just another command line tool to get your projects built. it&#39;s only when you start defining custom steps and processing in a .msbuild file that you have to start using xml and get into that ugly mess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: innovatian</title>
		<link>http://innovatian.com/2010/05/build-systems/comment-page-1/#comment-36</link>
		<dc:creator>innovatian</dc:creator>
		<pubDate>Mon, 10 May 2010 18:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://innovatian.com/?p=396#comment-36</guid>
		<description>Funny. I cringe when I see rake or psake calling out to nant and msbuild build files. It feels like the author forgot what they were trying to get away from in the first place. Yes, they could be migrating or refactoring to another tool, but it feels plain wrong.</description>
		<content:encoded><![CDATA[<p>Funny. I cringe when I see rake or psake calling out to nant and msbuild build files. It feels like the author forgot what they were trying to get away from in the first place. Yes, they could be migrating or refactoring to another tool, but it feels plain wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robertmassa</title>
		<link>http://innovatian.com/2010/05/build-systems/comment-page-1/#comment-35</link>
		<dc:creator>robertmassa</dc:creator>
		<pubDate>Mon, 10 May 2010 17:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://innovatian.com/?p=396#comment-35</guid>
		<description>I read this this morning, and now this post appears on Los Techies, funny :-)&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.lostechies.com/blogs/derickbailey/archive/2010/05/10/build-tools-for-net-systems-it-s-no-longer-a-question-of-features.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.lostechies.com/blogs/derickbailey/ar...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I read this this morning, and now this post appears on Los Techies, funny <img src='http://innovatian.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://www.lostechies.com/blogs/derickbailey/archive/2010/05/10/build-tools-for-net-systems-it-s-no-longer-a-question-of-features.aspx" rel="nofollow">http://www.lostechies.com/blogs/derickbailey/ar&#8230;</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

