<?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 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>
	<lastBuildDate>Thu, 09 Sep 2010 14:56:27 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Automating the build with MSBuild by Khanh</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-7803</link>
		<dc:creator>Khanh</dc:creator>
		<pubDate>Thu, 09 Sep 2010 14:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-7803</guid>
		<description>Hi, thanks for the tutorial. When I ran

msbuild Build.xml /t:Compile

it said

The project file &quot;BuildDemoSite.csproj&quot;
was not found.
Done Building Project &quot;C:\Documents and Settings\Do_K\My Documents\Visual Studi
o 2008\WebSites\BuildDemoSite\Build.xml&quot; (Compile target(s)) -- FAILED.


Build FAILED.

can you help me? I am a beginner. Thanks</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the tutorial. When I ran</p>
<p>msbuild Build.xml /t:Compile</p>
<p>it said</p>
<p>The project file &#8220;BuildDemoSite.csproj&#8221;<br />
was not found.<br />
Done Building Project &#8220;C:\Documents and Settings\Do_K\My Documents\Visual Studi<br />
o 2008\WebSites\BuildDemoSite\Build.xml&#8221; (Compile target(s)) &#8212; FAILED.</p>
<p>Build FAILED.</p>
<p>can you help me? I am a beginner. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild (part three) by The Earl</title>
		<link>http://codingcockerel.co.uk/2008/05/05/automating-the-build-with-msbuild-part-three/comment-page-1/#comment-7730</link>
		<dc:creator>The Earl</dc:creator>
		<pubDate>Mon, 23 Aug 2010 16:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=13#comment-7730</guid>
		<description>You can emulate the publish web project menu command by calling the built in ‘PipelinePreDeployCopyAllFilesToOneFolder’ target.

MSBuild [web project.csproj] /T:Clean;Build;PipelinePreDeployCopyAllFilesToOneFolder
/p:_PackageTempDir=[publish folder];Configuration=Release

I lost days of my life looking for that one :(</description>
		<content:encoded><![CDATA[<p>You can emulate the publish web project menu command by calling the built in ‘PipelinePreDeployCopyAllFilesToOneFolder’ target.</p>
<p>MSBuild [web project.csproj] /T:Clean;Build;PipelinePreDeployCopyAllFilesToOneFolder<br />
/p:_PackageTempDir=[publish folder];Configuration=Release</p>
<p>I lost days of my life looking for that one <img src='http://codingcockerel.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to publish a web site with MSBuild by The Earl</title>
		<link>http://codingcockerel.co.uk/2008/05/18/how-to-publish-a-web-site-with-msbuild/comment-page-1/#comment-7729</link>
		<dc:creator>The Earl</dc:creator>
		<pubDate>Mon, 23 Aug 2010 16:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=15#comment-7729</guid>
		<description>You can emulate the publish web project menu command by calling the built in &#039;PipelinePreDeployCopyAllFilesToOneFolder&#039; target. 

MSBuild  /T:Clean;Build;PipelinePreDeployCopyAllFilesToOneFolder 
/p:_PackageTempDir=;Configuration=Release

I lost days of my life looking for that one :(</description>
		<content:encoded><![CDATA[<p>You can emulate the publish web project menu command by calling the built in &#8216;PipelinePreDeployCopyAllFilesToOneFolder&#8217; target. </p>
<p>MSBuild  /T:Clean;Build;PipelinePreDeployCopyAllFilesToOneFolder<br />
/p:_PackageTempDir=;Configuration=Release</p>
<p>I lost days of my life looking for that one <img src='http://codingcockerel.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom routing for ASP .NET MVC by Mike</title>
		<link>http://codingcockerel.co.uk/2008/05/26/custom-routing-for-asp-net-mvc/comment-page-1/#comment-7612</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 30 Jul 2010 05:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=20#comment-7612</guid>
		<description>There is another good way of routing customization that allows to pass Controller/Action/View names inside JSON data
http://vitana-group.com/article/microsoft-.net/route-handling</description>
		<content:encoded><![CDATA[<p>There is another good way of routing customization that allows to pass Controller/Action/View names inside JSON data<br />
<a href="http://vitana-group.com/article/microsoft-.net/route-handling" rel="nofollow">http://vitana-group.com/article/microsoft-.net/route-handling</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild by Shaw</title>
		<link>http://codingcockerel.co.uk/2008/04/15/automating-the-build-with-msbuild/comment-page-1/#comment-7569</link>
		<dc:creator>Shaw</dc:creator>
		<pubDate>Wed, 14 Jul 2010 20:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.wordpress.com/?p=3#comment-7569</guid>
		<description>Thanks! This is great.</description>
		<content:encoded><![CDATA[<p>Thanks! This is great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating the build with MSBuild (part three) by CSharpGuru</title>
		<link>http://codingcockerel.co.uk/2008/05/05/automating-the-build-with-msbuild-part-three/comment-page-1/#comment-7451</link>
		<dc:creator>CSharpGuru</dc:creator>
		<pubDate>Mon, 21 Jun 2010 22:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=13#comment-7451</guid>
		<description>Thank you so much for your post. It saved me lots of headaches in a new job trying to set up automated builds in a pretty complex environment...kudos!</description>
		<content:encoded><![CDATA[<p>Thank you so much for your post. It saved me lots of headaches in a new job trying to set up automated builds in a pretty complex environment&#8230;kudos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to publish a web site with MSBuild by Dyadenka</title>
		<link>http://codingcockerel.co.uk/2008/05/18/how-to-publish-a-web-site-with-msbuild/comment-page-1/#comment-7269</link>
		<dc:creator>Dyadenka</dc:creator>
		<pubDate>Mon, 17 May 2010 16:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=15#comment-7269</guid>
		<description>Sounds quite familiar, usually there is never enough time to catch up with all things :). Just a small correction  - seems like it&#039;s not _CopyWebApplication target that is buggy but rather ResolveReferences one.</description>
		<content:encoded><![CDATA[<p>Sounds quite familiar, usually there is never enough time to catch up with all things <img src='http://codingcockerel.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Just a small correction  &#8211; seems like it&#8217;s not _CopyWebApplication target that is buggy but rather ResolveReferences one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to publish a web site with MSBuild by codingcockerel</title>
		<link>http://codingcockerel.co.uk/2008/05/18/how-to-publish-a-web-site-with-msbuild/comment-page-1/#comment-7267</link>
		<dc:creator>codingcockerel</dc:creator>
		<pubDate>Mon, 17 May 2010 13:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=15#comment-7267</guid>
		<description>hi Dyadenka, yes you&#039;re right the article is a bit out of date. One of these days I will get time to rewrite it using the latest tools, and all the useful comments people have provided over the last two years.</description>
		<content:encoded><![CDATA[<p>hi Dyadenka, yes you&#8217;re right the article is a bit out of date. One of these days I will get time to rewrite it using the latest tools, and all the useful comments people have provided over the last two years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to publish a web site with MSBuild by Dyadenka</title>
		<link>http://codingcockerel.co.uk/2008/05/18/how-to-publish-a-web-site-with-msbuild/comment-page-1/#comment-7266</link>
		<dc:creator>Dyadenka</dc:creator>
		<pubDate>Mon, 17 May 2010 11:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=15#comment-7266</guid>
		<description>Hi, nice article, however you may want to update it with Ben&#039;s comment about bug in _CopyWebApplication target. I was fighting that for a few hours until I looked under the article and stumbled upon Ben&#039;s comment.

If you reference 3-rd party assembly (e.g. NHibernate.dll) which in turn depends on some other assembly (e.g. Castle.Core.dll, Iesi.Collections.dll) those third level dependency assemblies are not copied without workaround suggested in that Connect issue that Ben is referring to.</description>
		<content:encoded><![CDATA[<p>Hi, nice article, however you may want to update it with Ben&#8217;s comment about bug in _CopyWebApplication target. I was fighting that for a few hours until I looked under the article and stumbled upon Ben&#8217;s comment.</p>
<p>If you reference 3-rd party assembly (e.g. NHibernate.dll) which in turn depends on some other assembly (e.g. Castle.Core.dll, Iesi.Collections.dll) those third level dependency assemblies are not copied without workaround suggested in that Connect issue that Ben is referring to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A custom MSBuild task for merging config files by Kenny</title>
		<link>http://codingcockerel.co.uk/2008/05/11/a-custom-msbuild-task-for-merging-config-files/comment-page-1/#comment-7209</link>
		<dc:creator>Kenny</dc:creator>
		<pubDate>Tue, 11 May 2010 08:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://codingcockerel.co.uk/?p=14#comment-7209</guid>
		<description>This works great, thanks alot!</description>
		<content:encoded><![CDATA[<p>This works great, thanks alot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
