<?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: Faster parallel MXMLC compilation using Ant</title>
	<atom:link href="http://www.betriebsraum.de/blog/2010/02/09/faster-parallel-mxmlc-compilation-using-ant/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.betriebsraum.de/blog/2010/02/09/faster-parallel-mxmlc-compilation-using-ant/</link>
	<description>Rich Internet Applications, Software Development, Human-Computer Interaction</description>
	<lastBuildDate>Tue, 15 Nov 2011 08:03:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: HC</title>
		<link>http://www.betriebsraum.de/blog/2010/02/09/faster-parallel-mxmlc-compilation-using-ant/comment-page-1/#comment-326096</link>
		<dc:creator>HC</dc:creator>
		<pubDate>Thu, 20 Oct 2011 09:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1151#comment-326096</guid>
		<description>Nice Article!

Now, i can build multiple modules using script.
My problem is with custom component.
Some of my modules use custom component (created in same project).

At the time of build, i am getting following error.

    [mxmlc] C:\FxProject\src\Module\Module1.mxml(9):  Error: Definition components:comp1 could not be found.
    [mxmlc] 		import components.comp1;

If anyone have idea, please suggest solution.</description>
		<content:encoded><![CDATA[<p>Nice Article!</p>
<p>Now, i can build multiple modules using script.<br />
My problem is with custom component.<br />
Some of my modules use custom component (created in same project).</p>
<p>At the time of build, i am getting following error.</p>
<p>    [mxmlc] C:\FxProject\src\Module\Module1.mxml(9):  Error: Definition components:comp1 could not be found.<br />
    [mxmlc] 		import components.comp1;</p>
<p>If anyone have idea, please suggest solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5kn</title>
		<link>http://www.betriebsraum.de/blog/2010/02/09/faster-parallel-mxmlc-compilation-using-ant/comment-page-1/#comment-323866</link>
		<dc:creator>5kn</dc:creator>
		<pubDate>Thu, 25 Aug 2011 13:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1151#comment-323866</guid>
		<description>Nevermind, missed that you had the parallel attribute on the for loop, though your use of sequential is still excessive. Once your in a sequential state, you stuck in until your finished.</description>
		<content:encoded><![CDATA[<p>Nevermind, missed that you had the parallel attribute on the for loop, though your use of sequential is still excessive. Once your in a sequential state, you stuck in until your finished.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5kn</title>
		<link>http://www.betriebsraum.de/blog/2010/02/09/faster-parallel-mxmlc-compilation-using-ant/comment-page-1/#comment-323865</link>
		<dc:creator>5kn</dc:creator>
		<pubDate>Thu, 25 Aug 2011 13:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1151#comment-323865</guid>
		<description>Not sure how you figure this to be running in parallel, and faster than a sequential build script. Probably worth checking how your code works beforehand or even glancing at the Ant documentation.

Your running everything in &#039;sequential&#039; blocks which according to the Ant document runs each task one after another, what you want to use is &#039;parallel&#039; which as the name suggestions runs things at the same time rather than in sequence. The way your using the &#039;sequential&#039; task is pointless, Ant is going to run things in that order anyway since your never entering a parallel state. http://ant.apache.org/manual/Tasks/sequential.html

Would also be better to use the Ant tasks provided by the Flex SDK rather than calling the jars.</description>
		<content:encoded><![CDATA[<p>Not sure how you figure this to be running in parallel, and faster than a sequential build script. Probably worth checking how your code works beforehand or even glancing at the Ant documentation.</p>
<p>Your running everything in &#8216;sequential&#8217; blocks which according to the Ant document runs each task one after another, what you want to use is &#8216;parallel&#8217; which as the name suggestions runs things at the same time rather than in sequence. The way your using the &#8216;sequential&#8217; task is pointless, Ant is going to run things in that order anyway since your never entering a parallel state. <a href="http://ant.apache.org/manual/Tasks/sequential.html" rel="nofollow">http://ant.apache.org/manual/Tasks/sequential.html</a></p>
<p>Would also be better to use the Ant tasks provided by the Flex SDK rather than calling the jars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JustinG</title>
		<link>http://www.betriebsraum.de/blog/2010/02/09/faster-parallel-mxmlc-compilation-using-ant/comment-page-1/#comment-320054</link>
		<dc:creator>JustinG</dc:creator>
		<pubDate>Fri, 03 Jun 2011 18:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1151#comment-320054</guid>
		<description>What exactly is a &quot;module&quot;? I&#039;ve never seen that term used at all in the Flex development so far so I&#039;m a little unsure of how to go about using this.</description>
		<content:encoded><![CDATA[<p>What exactly is a &#8220;module&#8221;? I&#8217;ve never seen that term used at all in the Flex development so far so I&#8217;m a little unsure of how to go about using this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Bilyk</title>
		<link>http://www.betriebsraum.de/blog/2010/02/09/faster-parallel-mxmlc-compilation-using-ant/comment-page-1/#comment-307203</link>
		<dc:creator>Nick Bilyk</dc:creator>
		<pubDate>Sun, 29 Aug 2010 19:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1151#comment-307203</guid>
		<description>I think I figured it out --
you have to add:

So the compiler understands the ${flexlib} token.</description>
		<content:encoded><![CDATA[<p>I think I figured it out &#8211;<br />
you have to add:</p>
<p>So the compiler understands the ${flexlib} token.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Bilyk</title>
		<link>http://www.betriebsraum.de/blog/2010/02/09/faster-parallel-mxmlc-compilation-using-ant/comment-page-1/#comment-307202</link>
		<dc:creator>Nick Bilyk</dc:creator>
		<pubDate>Sun, 29 Aug 2010 18:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1151#comment-307202</guid>
		<description>Hi, I almost got the example working, however, I&#039;m hitting a wall when it comes to the config.xml.

If I add this to the mxmlc options:


The ${flexlib} token to the configuration file is coming in incorrectly as &quot;.&quot; so no files using the token could be found.  I can&#039;t just set this to be absolute because the default flex config.xml has the incorrect token as well.

If you have any ideas, it would make me very happy :)</description>
		<content:encoded><![CDATA[<p>Hi, I almost got the example working, however, I&#8217;m hitting a wall when it comes to the config.xml.</p>
<p>If I add this to the mxmlc options:</p>
<p>The ${flexlib} token to the configuration file is coming in incorrectly as &#8220;.&#8221; so no files using the token could be found.  I can&#8217;t just set this to be absolute because the default flex config.xml has the incorrect token as well.</p>
<p>If you have any ideas, it would make me very happy :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://www.betriebsraum.de/blog/2010/02/09/faster-parallel-mxmlc-compilation-using-ant/comment-page-1/#comment-302096</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Thu, 18 Feb 2010 21:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1151#comment-302096</guid>
		<description>Hi Flo,

the properties and values depend on your project setup but for the simplified example above they could be:

&lt;pre lang=&quot;xml&quot;&gt;
&lt;property name=&quot;flex.sdk.dir&quot; value=&quot;${basedir}/tools/flex-sdk&quot;/&gt;
&lt;property name=&quot;flex.source.dir&quot; value=&quot;${basedir}/src/flex&quot;/&gt;
&lt;property name=&quot;flex.release.dir&quot; value=&quot;${basedir}/web/swf&quot;/&gt;
&lt;property name=&quot;flex.modules&quot; value=&quot;module1,module2,module3&quot;/&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi Flo,</p>
<p>the properties and values depend on your project setup but for the simplified example above they could be:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;property</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;flex.sdk.dir&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;${basedir}/tools/flex-sdk&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;property</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;flex.source.dir&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;${basedir}/src/flex&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;property</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;flex.release.dir&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;${basedir}/web/swf&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;property</span> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">&quot;flex.modules&quot;</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">&quot;module1,module2,module3&quot;</span><span style="color: #000000; font-weight: bold;">/&gt;</span></span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: flo</title>
		<link>http://www.betriebsraum.de/blog/2010/02/09/faster-parallel-mxmlc-compilation-using-ant/comment-page-1/#comment-302079</link>
		<dc:creator>flo</dc:creator>
		<pubDate>Thu, 18 Feb 2010 04:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.betriebsraum.de/blog/?p=1151#comment-302079</guid>
		<description>Hi,

could you post the properties section as well, please?

Thanx, flo;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>could you post the properties section as well, please?</p>
<p>Thanx, flo;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

