<?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 on: Windows Eclipse Configuration For FDT</title>
	<atom:link href="http://blog.joa-ebert.com/2009/03/19/windows-eclipse-configuration-for-fdt/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joa-ebert.com/2009/03/19/windows-eclipse-configuration-for-fdt/</link>
	<description>Actionscript3, Flash, Scala, Java, C#, C++, Algorithms &#38; Imageprocessing</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:26:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: localToGlobal &#187; Blog Archive &#187; news review -&#62; 12th week of 2009</title>
		<link>http://blog.joa-ebert.com/2009/03/19/windows-eclipse-configuration-for-fdt/comment-page-1/#comment-166099</link>
		<dc:creator>localToGlobal &#187; Blog Archive &#187; news review -&#62; 12th week of 2009</dc:creator>
		<pubDate>Fri, 20 Mar 2009 16:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=292#comment-166099</guid>
		<description>[...] &gt; Windows Eclipse Configuration For FDT at blog.joa-ebert.com - Blog of Joa Ebert [...]</description>
		<content:encoded><![CDATA[<p>[...] &gt; Windows Eclipse Configuration For FDT at blog.joa-ebert.com &#8211; Blog of Joa Ebert [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha/hdrs</title>
		<link>http://blog.joa-ebert.com/2009/03/19/windows-eclipse-configuration-for-fdt/comment-page-1/#comment-166088</link>
		<dc:creator>sascha/hdrs</dc:creator>
		<pubDate>Fri, 20 Mar 2009 05:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=292#comment-166088</guid>
		<description>Seems that there is no relation to compile time after all. On a second run the same project took 17s(!!) to compile ...

[flextasks.mxmlc] Loading configuration file C:\Program Files (x86)\Adobe\Flex SDK\3.2.0\frameworks\flex-config.xml
[flextasks.mxmlc] Initial setup: 27ms
[flextasks.mxmlc] Loaded 12 SWCs: 1089ms
[flextasks.mxmlc] Files: 868 Time: 12546ms
[flextasks.mxmlc] Linking... 30ms
[flextasks.mxmlc] Optimizing... 2049ms
[flextasks.mxmlc] SWF Encoding... 720ms
[flextasks.mxmlc] C:\Users\sascha\Documents\Eclipse\foo\bin\app.swf (885610 bytes)
[flextasks.mxmlc] Total time: 16465ms
[flextasks.mxmlc] Peak memory usage: 448 MB (Heap: 309, Non-Heap: 139)

Launch Debug:
        [echo] Opening app.swf in Flash Player (Debug) ...
BUILD SUCCESSFUL
Total time: 17 seconds


... This is horrendous! I&#039;d love to know how to get compile times faster with MXMLC when using an Ant build file! In case anyone has any tricks up the sleeve!</description>
		<content:encoded><![CDATA[<p>Seems that there is no relation to compile time after all. On a second run the same project took 17s(!!) to compile &#8230;</p>
<p>[flextasks.mxmlc] Loading configuration file C:\Program Files (x86)\Adobe\Flex SDK\3.2.0\frameworks\flex-config.xml<br />
[flextasks.mxmlc] Initial setup: 27ms<br />
[flextasks.mxmlc] Loaded 12 SWCs: 1089ms<br />
[flextasks.mxmlc] Files: 868 Time: 12546ms<br />
[flextasks.mxmlc] Linking&#8230; 30ms<br />
[flextasks.mxmlc] Optimizing&#8230; 2049ms<br />
[flextasks.mxmlc] SWF Encoding&#8230; 720ms<br />
[flextasks.mxmlc] C:\Users\sascha\Documents\Eclipse\foo\bin\app.swf (885610 bytes)<br />
[flextasks.mxmlc] Total time: 16465ms<br />
[flextasks.mxmlc] Peak memory usage: 448 MB (Heap: 309, Non-Heap: 139)</p>
<p>Launch Debug:<br />
        [echo] Opening app.swf in Flash Player (Debug) &#8230;<br />
BUILD SUCCESSFUL<br />
Total time: 17 seconds</p>
<p>&#8230; This is horrendous! I&#8217;d love to know how to get compile times faster with MXMLC when using an Ant build file! In case anyone has any tricks up the sleeve!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha/hdrs</title>
		<link>http://blog.joa-ebert.com/2009/03/19/windows-eclipse-configuration-for-fdt/comment-page-1/#comment-166087</link>
		<dc:creator>sascha/hdrs</dc:creator>
		<pubDate>Fri, 20 Mar 2009 05:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=292#comment-166087</guid>
		<description>Great tip, thanks! I&#039;ve installed JRockit (after the annoying registration at the Oracle website) and it feels faster now to use Eclipse/FDT! Do you use the 32bit or 64bit version?

This optimization decreased build time with Ant/MXMLC on a standard Flex project from 7 seconds to 5-6 seconds. Still slow but a step forward.

Giving Eclipse 1GB is quite a lot IMHO. I&#039;m wondering what does it even need 512MB for but I guess that&#039;s the big minus with Java! It&#039;s a memory hog en gross!</description>
		<content:encoded><![CDATA[<p>Great tip, thanks! I&#8217;ve installed JRockit (after the annoying registration at the Oracle website) and it feels faster now to use Eclipse/FDT! Do you use the 32bit or 64bit version?</p>
<p>This optimization decreased build time with Ant/MXMLC on a standard Flex project from 7 seconds to 5-6 seconds. Still slow but a step forward.</p>
<p>Giving Eclipse 1GB is quite a lot IMHO. I&#8217;m wondering what does it even need 512MB for but I guess that&#8217;s the big minus with Java! It&#8217;s a memory hog en gross!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francis</title>
		<link>http://blog.joa-ebert.com/2009/03/19/windows-eclipse-configuration-for-fdt/comment-page-1/#comment-166083</link>
		<dc:creator>Francis</dc:creator>
		<pubDate>Fri, 20 Mar 2009 01:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=292#comment-166083</guid>
		<description>execuse me, i am new user of wiiflash server
i had try the demo on the flash cs3
but i dont know how to get led ir value?
can you teach me?
thank you very much</description>
		<content:encoded><![CDATA[<p>execuse me, i am new user of wiiflash server<br />
i had try the demo on the flash cs3<br />
but i dont know how to get led ir value?<br />
can you teach me?<br />
thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2009/03/19/windows-eclipse-configuration-for-fdt/comment-page-1/#comment-166078</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Thu, 19 Mar 2009 21:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=292#comment-166078</guid>
		<description>You should definitly change the GC by using -XX:+UseParallelGC. That makes sense even without using JRockit.</description>
		<content:encoded><![CDATA[<p>You should definitly change the GC by using -XX:+UseParallelGC. That makes sense even without using JRockit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Taylor</title>
		<link>http://blog.joa-ebert.com/2009/03/19/windows-eclipse-configuration-for-fdt/comment-page-1/#comment-166077</link>
		<dc:creator>Ryan Taylor</dc:creator>
		<pubDate>Thu, 19 Mar 2009 21:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=292#comment-166077</guid>
		<description>Yeah...after having Ant builds fail on some larger projects, I changed my settings to the following:

-Xms256m
-Xmx512m
-XX:MaxPermSize=512m
-XX:PermSize=256m

I haven&#039;t had any problems since. Thanks for the tip on JRockit though; I will give that a try.</description>
		<content:encoded><![CDATA[<p>Yeah&#8230;after having Ant builds fail on some larger projects, I changed my settings to the following:</p>
<p>-Xms256m<br />
-Xmx512m<br />
-XX:MaxPermSize=512m<br />
-XX:PermSize=256m</p>
<p>I haven&#8217;t had any problems since. Thanks for the tip on JRockit though; I will give that a try.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

