<?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"
	>
<channel>
	<title>Comments for Coding Cockerel</title>
	<atom:link href="http://codingcockerel.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://codingcockerel.co.uk</link>
	<description>Getting the job done with .NET</description>
	<pubDate>Fri, 21 Nov 2008 17:38:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on How to publish a web site with MSBuild by Codepolice.net &#187; Blog Archive &#187; Finally have Subversion + CruiseControl.NET + MSBuild running</title>
		<link>http://codingcockerel.co.uk/2008/05/18/how-to-publish-a-web-site-with-msbuild/#comment-404</link>
		<dc:creator>Codepolice.net &#187; Blog Archive &#187; Finally have Subversion + CruiseControl.NET + MSBuild running</dc:creator>
		<pubDate>Thu, 06 Nov 2008 16:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=15#comment-404</guid>
		<description>[...] i started to look at MSBuild and see if it could handle my Publish task and i found this great article. It explains how to make a build file that build your project and then also simulate the publish [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] i started to look at MSBuild and see if it could handle my Publish task and i found this great article. It explains how to make a build file that build your project and then also simulate the publish [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom routing for ASP .NET MVC by Ross</title>
		<link>http://codingcockerel.co.uk/2008/05/26/custom-routing-for-asp-net-mvc/#comment-394</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Tue, 04 Nov 2008 16:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=20#comment-394</guid>
		<description>Nice. Will be giving this a blast.</description>
		<content:encoded><![CDATA[<p>Nice. Will be giving this a blast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild (part three) by codingcockerel</title>
		<link>http://codingcockerel.co.uk/2008/05/05/automating-the-build-with-msbuild-part-three/#comment-332</link>
		<dc:creator>codingcockerel</dc:creator>
		<pubDate>Wed, 22 Oct 2008 20:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=13#comment-332</guid>
		<description>@Dan F,

Thanks for the feedback, it sounds like you've got quite a build server coming on there! And BTW, nice hat ;-)</description>
		<content:encoded><![CDATA[<p>@Dan F,</p>
<p>Thanks for the feedback, it sounds like you&#8217;ve got quite a build server coming on there! And BTW, nice hat <img src='http://codingcockerel.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild by codingcockerel</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/#comment-331</link>
		<dc:creator>codingcockerel</dc:creator>
		<pubDate>Wed, 22 Oct 2008 20:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-331</guid>
		<description>@Mike,

I just tried running the build script at work and reproduced your problem. You need to use Visual Studio 2008 and the .NET framework 3.5's version of MSBuild.</description>
		<content:encoded><![CDATA[<p>@Mike,</p>
<p>I just tried running the build script at work and reproduced your problem. You need to use Visual Studio 2008 and the .NET framework 3.5&#8217;s version of MSBuild.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild (part three) by Dan F</title>
		<link>http://codingcockerel.co.uk/2008/05/05/automating-the-build-with-msbuild-part-three/#comment-323</link>
		<dc:creator>Dan F</dc:creator>
		<pubDate>Tue, 21 Oct 2008 08:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=13#comment-323</guid>
		<description>Dude! Awesome series. I've been going around in circles this afternoon getting my head around Cruise Control, Nant, MSBuild, the community tasks, etc. Your series has helped cement a few things in my head. Ta!</description>
		<content:encoded><![CDATA[<p>Dude! Awesome series. I&#8217;ve been going around in circles this afternoon getting my head around Cruise Control, Nant, MSBuild, the community tasks, etc. Your series has helped cement a few things in my head. Ta!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild by codingcockerel</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/#comment-307</link>
		<dc:creator>codingcockerel</dc:creator>
		<pubDate>Thu, 16 Oct 2008 12:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-307</guid>
		<description>Mike,

This is strange, I've not encountered any issues like this before.

Could you clarify what you mean by

"The VS2005 product proclaims this when it is coded, in fact."

Ross</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>This is strange, I&#8217;ve not encountered any issues like this before.</p>
<p>Could you clarify what you mean by</p>
<p>&#8220;The VS2005 product proclaims this when it is coded, in fact.&#8221;</p>
<p>Ross</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild by Mike Clark</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/#comment-301</link>
		<dc:creator>Mike Clark</dc:creator>
		<pubDate>Tue, 14 Oct 2008 22:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-301</guid>
		<description>With respect, I am not finding that things work as you are saying.  If I run the "Clean" target as you show above, I get an error: "The element  beneath element  is unrecognized."  The VS2005 product proclaims this when it is coded, in fact.  Oddly enough, if I move the ItemGroup to directly under the Project node, it runs successfully, even though VS2005 it says "BinFiles" is an invalid element.

Hmmm.</description>
		<content:encoded><![CDATA[<p>With respect, I am not finding that things work as you are saying.  If I run the &#8220;Clean&#8221; target as you show above, I get an error: &#8220;The element  beneath element  is unrecognized.&#8221;  The VS2005 product proclaims this when it is coded, in fact.  Oddly enough, if I move the ItemGroup to directly under the Project node, it runs successfully, even though VS2005 it says &#8220;BinFiles&#8221; is an invalid element.</p>
<p>Hmmm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild (part three) by codingcockerel</title>
		<link>http://codingcockerel.co.uk/2008/05/05/automating-the-build-with-msbuild-part-three/#comment-172</link>
		<dc:creator>codingcockerel</dc:creator>
		<pubDate>Wed, 10 Sep 2008 08:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=13#comment-172</guid>
		<description>Martijn,

I have not tested the build script on Vista as I still use XP at home. However I have now got Vista at work so I will try to run it there and see if I can reproduce your error.

I hope to get back to you in the next couple of days.</description>
		<content:encoded><![CDATA[<p>Martijn,</p>
<p>I have not tested the build script on Vista as I still use XP at home. However I have now got Vista at work so I will try to run it there and see if I can reproduce your error.</p>
<p>I hope to get back to you in the next couple of days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild (part three) by Martijn</title>
		<link>http://codingcockerel.co.uk/2008/05/05/automating-the-build-with-msbuild-part-three/#comment-168</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Tue, 09 Sep 2008 13:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=13#comment-168</guid>
		<description>Hi,

I did like you said (yes, I use Vista) but get an HRESULT error.
I guess it's not working for IIS7 yet?

best regards,
Martijn</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I did like you said (yes, I use Vista) but get an HRESULT error.<br />
I guess it&#8217;s not working for IIS7 yet?</p>
<p>best regards,<br />
Martijn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild (part three) by codingcockerel</title>
		<link>http://codingcockerel.co.uk/2008/05/05/automating-the-build-with-msbuild-part-three/#comment-137</link>
		<dc:creator>codingcockerel</dc:creator>
		<pubDate>Wed, 03 Sep 2008 12:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=13#comment-137</guid>
		<description>Martijn,

Sounds like the account under which the build script is running may not have privileges to create and delete virtual directories.

Are you using Vista? If so try opening the command window with the "Run as Administator" option before executing the build script. It might be that your own account is not permitted to modify virtual directories.

Let me know how you get on, and thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>Martijn,</p>
<p>Sounds like the account under which the build script is running may not have privileges to create and delete virtual directories.</p>
<p>Are you using Vista? If so try opening the command window with the &#8220;Run as Administator&#8221; option before executing the build script. It might be that your own account is not permitted to modify virtual directories.</p>
<p>Let me know how you get on, and thanks for the feedback.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
