<?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: Compiling dependent SWF files</title>
	<atom:link href="http://blog.joa-ebert.com/2008/09/05/compiling-dependent-swf-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joa-ebert.com/2008/09/05/compiling-dependent-swf-files/</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: Websites tagged "mxmlc" on Postsaver</title>
		<link>http://blog.joa-ebert.com/2008/09/05/compiling-dependent-swf-files/comment-page-1/#comment-173832</link>
		<dc:creator>Websites tagged "mxmlc" on Postsaver</dc:creator>
		<pubDate>Wed, 05 Aug 2009 08:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=225#comment-173832</guid>
		<description>[...] - Compiling dependent SWF files saved by bryanbeecher2009-07-23 - Mxmlc compiller. Debug mode. saved by Zanessaluver952009-07-16 - [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; Compiling dependent SWF files saved by bryanbeecher2009-07-23 &#8211; Mxmlc compiller. Debug mode. saved by Zanessaluver952009-07-16 &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://blog.joa-ebert.com/2008/09/05/compiling-dependent-swf-files/comment-page-1/#comment-158892</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Mon, 08 Sep 2008 07:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=225#comment-158892</guid>
		<description>For this type of tasks we build Zarkov. A compiler wrapper for several compiler with compileroption autocompletion in eclipse. http://zarkov.bigsource.de
Take a look, maybe it helps saving time.</description>
		<content:encoded><![CDATA[<p>For this type of tasks we build Zarkov. A compiler wrapper for several compiler with compileroption autocompletion in eclipse. <a href="http://zarkov.bigsource.de" rel="nofollow">http://zarkov.bigsource.de</a><br />
Take a look, maybe it helps saving time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Astor Digital</title>
		<link>http://blog.joa-ebert.com/2008/09/05/compiling-dependent-swf-files/comment-page-1/#comment-158770</link>
		<dc:creator>Astor Digital</dc:creator>
		<pubDate>Sat, 06 Sep 2008 18:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=225#comment-158770</guid>
		<description>I&#039;ve been using Maven 2, flex-mojos and Gas 3 for code generation.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using Maven 2, flex-mojos and Gas 3 for code generation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Astor Digital</title>
		<link>http://blog.joa-ebert.com/2008/09/05/compiling-dependent-swf-files/comment-page-1/#comment-158769</link>
		<dc:creator>Astor Digital</dc:creator>
		<pubDate>Sat, 06 Sep 2008 18:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=225#comment-158769</guid>
		<description>I&#039;ve been using Maven 2 with flex-mojos to compile my dependent projects as well as applying the use of Gas 3 for code generation.

http://maven.apache.org/
http://code.google.com/p/flex-mojos/
http://www.graniteds.org/confluence/display/DOC/2.5.+Gas3+Code+Generator

Makes life a little more productive.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using Maven 2 with flex-mojos to compile my dependent projects as well as applying the use of Gas 3 for code generation.</p>
<p><a href="http://maven.apache.org/" rel="nofollow">http://maven.apache.org/</a><br />
<a href="http://code.google.com/p/flex-mojos/" rel="nofollow">http://code.google.com/p/flex-mojos/</a><br />
<a href="http://www.graniteds.org/confluence/display/DOC/2.5.+Gas3+Code+Generator" rel="nofollow">http://www.graniteds.org/confluence/display/DOC/2.5.+Gas3+Code+Generator</a></p>
<p>Makes life a little more productive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://blog.joa-ebert.com/2008/09/05/compiling-dependent-swf-files/comment-page-1/#comment-158720</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Sat, 06 Sep 2008 00:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joa-ebert.com/?p=225#comment-158720</guid>
		<description>You should take a look at Ivy.  I think it would do just want you want.  Its a sub-project of ANT and is still in incubation at Apache.
http://ant.apache.org/ivy

I&#039;m using it now with a Flex project with a growing list of dependencies (and dependencies with dependencies) and it works great.</description>
		<content:encoded><![CDATA[<p>You should take a look at Ivy.  I think it would do just want you want.  Its a sub-project of ANT and is still in incubation at Apache.<br />
<a href="http://ant.apache.org/ivy" rel="nofollow">http://ant.apache.org/ivy</a></p>
<p>I&#8217;m using it now with a Flex project with a growing list of dependencies (and dependencies with dependencies) and it works great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

