<?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: Quick tips to speed up your Ant build</title>
	<atom:link href="http://blog.iconara.net/2008/02/22/quick-tips-to-speed-up-your-ant-build/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.iconara.net/2008/02/22/quick-tips-to-speed-up-your-ant-build/</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 13:44:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Theo</title>
		<link>http://blog.iconara.net/2008/02/22/quick-tips-to-speed-up-your-ant-build/#comment-5776</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Fri, 22 Feb 2008 16:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iconara.net/2008/02/22/quick-tips-to-speed-up-your-ant-build/#comment-5776</guid>
		<description>&lt;p&gt;The incremental flag is for recompiling only that which has changed, but I don't think it skips the compilation if nothing has changed, at least not when I have tried. I think the problem with incremental is that if class A has changed it still compiles the classes that class A uses, and then the classes that those classes use and so on... so in reality the benefit quickly approaches zero (but I could be wrong, I'm not sure if it's actually that dumb).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The incremental flag is for recompiling only that which has changed, but I don&#8217;t think it skips the compilation if nothing has changed, at least not when I have tried. I think the problem with incremental is that if class A has changed it still compiles the classes that class A uses, and then the classes that those classes use and so on&#8230; so in reality the benefit quickly approaches zero (but I could be wrong, I&#8217;m not sure if it&#8217;s actually that dumb).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Maz</title>
		<link>http://blog.iconara.net/2008/02/22/quick-tips-to-speed-up-your-ant-build/#comment-5775</link>
		<dc:creator>Maz</dc:creator>
		<pubDate>Fri, 22 Feb 2008 15:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iconara.net/2008/02/22/quick-tips-to-speed-up-your-ant-build/#comment-5775</guid>
		<description>&lt;p&gt;That's a great tip indeed !&lt;/p&gt;

&lt;p&gt;Do you know the "incremental" command-line argument of mxmlc ? It is supposed to do quite the same job, but it never works for me...&lt;/p&gt;

&lt;p&gt;Thanks for sharing&lt;/p&gt;

&lt;p&gt;{Maz}&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That&#8217;s a great tip indeed !</p>

<p>Do you know the &#8220;incremental&#8221; command-line argument of mxmlc ? It is supposed to do quite the same job, but it never works for me&#8230;</p>

<p>Thanks for sharing</p>

<p>{Maz}</p>]]></content:encoded>
	</item>
</channel>
</rss>
