<?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 on: How to create a YUI Compressor MSBuild Task</title>
	<atom:link href="http://coderjournal-backend/index.php/2008/05/how-to-create-a-yui-compressor-msbuild-task/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coderjournal.com/2008/05/how-to-create-a-yui-compressor-msbuild-task/</link>
	<description>while(!(succeed = try()));</description>
	<pubDate>Mon, 06 Oct 2008 15:15:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Nick Berardi</title>
		<link>http://www.coderjournal.com/2008/05/how-to-create-a-yui-compressor-msbuild-task/#comment-16127</link>
		<dc:creator>Nick Berardi</dc:creator>
		<pubDate>Mon, 29 Sep 2008 10:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=226#comment-16127</guid>
		<description>PK, I tried it and it didn't compress my JavaScript in the same way as the YUI compressor.  It caused a couple of errors in the JavaScript too.  I will try again in a couple of months maybe you will have the problems fixed.</description>
		<content:encoded><![CDATA[<p>PK, I tried it and it didn&#8217;t compress my JavaScript in the same way as the YUI compressor.  It caused a couple of errors in the JavaScript too.  I will try again in a couple of months maybe you will have the problems fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PK</title>
		<link>http://www.coderjournal.com/2008/05/how-to-create-a-yui-compressor-msbuild-task/#comment-16111</link>
		<dc:creator>PK</dc:creator>
		<pubDate>Mon, 29 Sep 2008 03:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=226#comment-16111</guid>
		<description>Andre -&#62; use the .dll available from: http://www.codeplex.com/YUICompressor

it does everything u want AND doesn't require java (cringe). It's all good.</description>
		<content:encoded><![CDATA[<p>Andre -&gt; use the .dll available from: <a href="http://www.codeplex.com/YUICompressor" rel="nofollow">http://www.codeplex.com/YUICompressor</a></p>
<p>it does everything u want AND doesn&#8217;t require java (cringe). It&#8217;s all good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre</title>
		<link>http://www.coderjournal.com/2008/05/how-to-create-a-yui-compressor-msbuild-task/#comment-15475</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Thu, 18 Sep 2008 16:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=226#comment-15475</guid>
		<description>Hi,

I'm trying to implement this and I'm having some trouble.  Where do I want to place the YuiCompress.cs file?  Should this be in its own project then linked into the project I need it for?  Also I'm not sure I understand the AssmeblyFile property of the UsingTask tag should be set to.

Thanks

Andre</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to implement this and I&#8217;m having some trouble.  Where do I want to place the YuiCompress.cs file?  Should this be in its own project then linked into the project I need it for?  Also I&#8217;m not sure I understand the AssmeblyFile property of the UsingTask tag should be set to.</p>
<p>Thanks</p>
<p>Andre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.coderjournal.com/2008/05/how-to-create-a-yui-compressor-msbuild-task/#comment-14700</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Fri, 05 Sep 2008 14:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=226#comment-14700</guid>
		<description>There is a port if YUI for .NET in C# on codeplex.  So far, so good.  No need for Java.

http://www.codeplex.com/YUICompressor</description>
		<content:encoded><![CDATA[<p>There is a port if YUI for .NET in C# on codeplex.  So far, so good.  No need for Java.</p>
<p><a href="http://www.codeplex.com/YUICompressor" rel="nofollow">http://www.codeplex.com/YUICompressor</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Berardi</title>
		<link>http://www.coderjournal.com/2008/05/how-to-create-a-yui-compressor-msbuild-task/#comment-11115</link>
		<dc:creator>Nick Berardi</dc:creator>
		<pubDate>Sat, 26 Jul 2008 14:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=226#comment-11115</guid>
		<description>What you need to do is open the VS Project in a text editor, and edit the necessary code as outlined above.  Or you can right click on the project, click Unload Project, then right click on the grayed out project and click edit.  This will bring up the project's XML MSBuild script, and you can edit it from there.  Or alternatively you can use this in the Microsoft Web Deployment Build Script, which is personally what I do.

http://www.microsoft.com/downloads/details.aspx?FamilyId=0AA30AE8-C73B-4BDD-BB1B-FE697256C459&#038;displaylang=en</description>
		<content:encoded><![CDATA[<p>What you need to do is open the VS Project in a text editor, and edit the necessary code as outlined above.  Or you can right click on the project, click Unload Project, then right click on the grayed out project and click edit.  This will bring up the project&#8217;s XML MSBuild script, and you can edit it from there.  Or alternatively you can use this in the Microsoft Web Deployment Build Script, which is personally what I do.</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=0AA30AE8-C73B-4BDD-BB1B-FE697256C459&#038;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyId=0AA30AE8-C73B-4BDD-BB1B-FE697256C459&#038;displaylang=en</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.coderjournal.com/2008/05/how-to-create-a-yui-compressor-msbuild-task/#comment-11036</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 25 Jul 2008 20:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=226#comment-11036</guid>
		<description>Fine great article !
How do you add this into VS Project ? Can do this be done after Publish website task ?</description>
		<content:encoded><![CDATA[<p>Fine great article !<br />
How do you add this into VS Project ? Can do this be done after Publish website task ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://www.coderjournal.com/2008/05/how-to-create-a-yui-compressor-msbuild-task/#comment-11016</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Fri, 25 Jul 2008 14:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=226#comment-11016</guid>
		<description>This got me close, but since I've never written an MSBuild script before it was just a tease.  Have no clue how to make use of this.  Scoured the internet too and found nothing very helpful about MSBuild.</description>
		<content:encoded><![CDATA[<p>This got me close, but since I&#8217;ve never written an MSBuild script before it was just a tease.  Have no clue how to make use of this.  Scoured the internet too and found nothing very helpful about MSBuild.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Ignat Blog</title>
		<link>http://www.coderjournal.com/2008/05/how-to-create-a-yui-compressor-msbuild-task/#comment-10107</link>
		<dc:creator>Andrei Ignat Blog</dc:creator>
		<pubDate>Wed, 16 Jul 2008 03:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=226#comment-10107</guid>
		<description>&lt;strong&gt;MSBuild tasks si Poor man backup...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>MSBuild tasks si Poor man backup&#8230;</strong></p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: In the Wild for May 30 &#187; Yahoo! User Interface Blog</title>
		<link>http://www.coderjournal.com/2008/05/how-to-create-a-yui-compressor-msbuild-task/#comment-6688</link>
		<dc:creator>In the Wild for May 30 &#187; Yahoo! User Interface Blog</dc:creator>
		<pubDate>Fri, 30 May 2008 17:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=226#comment-6688</guid>
		<description>[...] YUI Compressor MSBuild task: Nick Berardi at Coder Journal put together a nice tutorial on using YUI compressor as part of his MSBuild workflow. [...]</description>
		<content:encoded><![CDATA[<p>[...] YUI Compressor MSBuild task: Nick Berardi at Coder Journal put together a nice tutorial on using YUI compressor as part of his MSBuild workflow. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Berardi</title>
		<link>http://www.coderjournal.com/2008/05/how-to-create-a-yui-compressor-msbuild-task/#comment-6194</link>
		<dc:creator>Nick Berardi</dc:creator>
		<pubDate>Fri, 23 May 2008 00:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=226#comment-6194</guid>
		<description>I looked at the YUI Compressor code.  It is definitely doable in C# with out much rewriting.  But definitely more time than I wanted to spend on the thing.  However you might want to try running the Java to C# converter over the source code and see how close you get.</description>
		<content:encoded><![CDATA[<p>I looked at the YUI Compressor code.  It is definitely doable in C# with out much rewriting.  But definitely more time than I wanted to spend on the thing.  However you might want to try running the Java to C# converter over the source code and see how close you get.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
