<?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: Building Web Applications With Apache Ant</title>
	<atom:link href="http://www.julienlecomte.net/blog/2007/09/16/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.julienlecomte.net/blog/2007/09/16/</link>
	<description>Web Development and Operating System Programming</description>
	<pubDate>Sun, 06 Jul 2008 19:08:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Jens Elkner</title>
		<link>http://www.julienlecomte.net/blog/2007/09/16/#comment-2904</link>
		<dc:creator>Jens Elkner</dc:creator>
		<pubDate>Wed, 23 Apr 2008 04:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/11/building-web-applications-with-apache-ant/#comment-2904</guid>
		<description>Yeep, that's a good one. However pretty inefficient ant "support" is pretty annoying. Thus I wrote a Css and Js Ant filter, which might be used e.g. in a copy task (for more info see http://iws.cs.uni-magdeburg.de/~elkner/yui/yuicompressor-2.3.5jel.readme.txt). BTW: Also improved performance by ~ factor 10 ;-).</description>
		<content:encoded><![CDATA[<p>Yeep, that&#8217;s a good one. However pretty inefficient ant &#8220;support&#8221; is pretty annoying. Thus I wrote a Css and Js Ant filter, which might be used e.g. in a copy task (for more info see <a href="http://iws.cs.uni-magdeburg.de/~elkner/yui/yuicompressor-2.3.5jel.readme.txt" rel="nofollow">http://iws.cs.uni-magdeburg.de/~elkner/yui/yuicompressor-2.3.5jel.readme.txt</a>). BTW: Also improved performance by ~ factor 10 ;-).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hiren panchal</title>
		<link>http://www.julienlecomte.net/blog/2007/09/16/#comment-2879</link>
		<dc:creator>hiren panchal</dc:creator>
		<pubDate>Thu, 17 Apr 2008 16:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/11/building-web-applications-with-apache-ant/#comment-2879</guid>
		<description>indeed great article. 

would it be possible for you to post sample ant project which minifies and concatenates js and css files?

thanks in advance</description>
		<content:encoded><![CDATA[<p>indeed great article. </p>
<p>would it be possible for you to post sample ant project which minifies and concatenates js and css files?</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitchell Cohen</title>
		<link>http://www.julienlecomte.net/blog/2007/09/16/#comment-2877</link>
		<dc:creator>Mitchell Cohen</dc:creator>
		<pubDate>Tue, 15 Apr 2008 13:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/11/building-web-applications-with-apache-ant/#comment-2877</guid>
		<description>Greate article...really.  Any chance you post your ant script?</description>
		<content:encoded><![CDATA[<p>Greate article&#8230;really.  Any chance you post your ant script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SiggeLund</title>
		<link>http://www.julienlecomte.net/blog/2007/09/16/#comment-2875</link>
		<dc:creator>SiggeLund</dc:creator>
		<pubDate>Mon, 14 Apr 2008 14:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/11/building-web-applications-with-apache-ant/#comment-2875</guid>
		<description>Excellent guide that truly helped me today. Thank you!</description>
		<content:encoded><![CDATA[<p>Excellent guide that truly helped me today. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Daniel</title>
		<link>http://www.julienlecomte.net/blog/2007/09/16/#comment-2866</link>
		<dc:creator>Jean-Daniel</dc:creator>
		<pubDate>Sat, 15 Mar 2008 19:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/11/building-web-applications-with-apache-ant/#comment-2866</guid>
		<description>Thanks for this great article.

Just a note about the CPP invocation, I suggest to had the -CC flag to avoid comments stripping. The comment stripping will be performed by yuicompressor and it will preserve conditional comments.</description>
		<content:encoded><![CDATA[<p>Thanks for this great article.</p>
<p>Just a note about the CPP invocation, I suggest to had the -CC flag to avoid comments stripping. The comment stripping will be performed by yuicompressor and it will preserve conditional comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Henke</title>
		<link>http://www.julienlecomte.net/blog/2007/09/16/#comment-2840</link>
		<dc:creator>Mike Henke</dc:creator>
		<pubDate>Mon, 11 Feb 2008 17:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/11/building-web-applications-with-apache-ant/#comment-2840</guid>
		<description>Could you update the ant example for yuicompressor.jar to the latest release 2.3.5?  Maybe that could be included in the documentaion (Readme file) so it is update for each release.  Thanks</description>
		<content:encoded><![CDATA[<p>Could you update the ant example for yuicompressor.jar to the latest release 2.3.5?  Maybe that could be included in the documentaion (Readme file) so it is update for each release.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IN MY OPINION &#187; YUI Compression tool as Ant Task</title>
		<link>http://www.julienlecomte.net/blog/2007/09/16/#comment-709</link>
		<dc:creator>IN MY OPINION &#187; YUI Compression tool as Ant Task</dc:creator>
		<pubDate>Thu, 29 Nov 2007 18:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/11/building-web-applications-with-apache-ant/#comment-709</guid>
		<description>[...] overview of the tool usage from Ant script is here. However, it is just calls to the compressor as to command-line program, which is verbose and [...]</description>
		<content:encoded><![CDATA[<p>[...] overview of the tool usage from Ant script is here. However, it is just calls to the compressor as to command-line program, which is verbose and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe Mouawad</title>
		<link>http://www.julienlecomte.net/blog/2007/09/16/#comment-652</link>
		<dc:creator>Philippe Mouawad</dc:creator>
		<pubDate>Mon, 19 Nov 2007 21:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/11/building-web-applications-with-apache-ant/#comment-652</guid>
		<description>If you are interested, I developed an ANT Task to do minification on a set of JS/CSS using ANT fileset.

For download and configuration:
http://www.ubik-ingenierie.com/ubikwiki/index.php?title=Minifying_JS/CSS

Thanks Julien for your great tool.
Philippe.</description>
		<content:encoded><![CDATA[<p>If you are interested, I developed an ANT Task to do minification on a set of JS/CSS using ANT fileset.</p>
<p>For download and configuration:<br />
<a href="http://www.ubik-ingenierie.com/ubikwiki/index.php?title=Minifying_JS/CSS" rel="nofollow">http://www.ubik-ingenierie.com/ubikwiki/index.php?title=Minifying_JS/CSS</a></p>
<p>Thanks Julien for your great tool.<br />
Philippe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Lecomte</title>
		<link>http://www.julienlecomte.net/blog/2007/09/16/#comment-623</link>
		<dc:creator>Julien Lecomte</dc:creator>
		<pubDate>Thu, 15 Nov 2007 20:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/11/building-web-applications-with-apache-ant/#comment-623</guid>
		<description>@Magnus

I just updated the blog post to make the ant target work with YUI Compressor version 2.2.x</description>
		<content:encoded><![CDATA[<p>@Magnus</p>
<p>I just updated the blog post to make the ant target work with YUI Compressor version 2.2.x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Aliwell</title>
		<link>http://www.julienlecomte.net/blog/2007/09/16/#comment-549</link>
		<dc:creator>Nick Aliwell</dc:creator>
		<pubDate>Wed, 17 Oct 2007 11:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.julienlecomte.net/blog/2007/09/11/building-web-applications-with-apache-ant/#comment-549</guid>
		<description>I tried to post a sample before but it didnt work.
heres an ant target that worked for me.
http://homepage.mac.com/nickaliwell/code.html</description>
		<content:encoded><![CDATA[<p>I tried to post a sample before but it didnt work.<br />
heres an ant target that worked for me.<br />
<a href="http://homepage.mac.com/nickaliwell/code.html" rel="nofollow">http://homepage.mac.com/nickaliwell/code.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
