<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Set up eclipse to compile MXML / AS3 (quasi Flex Builder for OS X)</title>
	<link>http://blog.vixiom.com/2007/03/27/set-up-eclipse-to-compile-mxml-as3-quasi-flex-builder-for-os-x/</link>
	<description>The Vixiom Blog :: Flex &#38; Flash on Rails</description>
	<pubDate>Tue,  2 Dec 2008 01:14:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: KreeK</title>
		<link>http://blog.vixiom.com/2007/03/27/set-up-eclipse-to-compile-mxml-as3-quasi-flex-builder-for-os-x/#comment-22406</link>
		<dc:creator>KreeK</dc:creator>
		<pubDate>Wed, 18 Apr 2007 18:41:20 +0000</pubDate>
		<guid>http://blog.vixiom.com/2007/03/27/set-up-eclipse-to-compile-mxml-as3-quasi-flex-builder-for-os-x/#comment-22406</guid>
		<description>Meekish: Yeah once you get used to TextMate using Eclipse is pretty frustrating. I use Flex Builder for MXML files but still use TextMate for ActionScript. I don't like having ActionScript mixed in with my MXML anyways so I just flip back and forth (and still spend most of my time in TextMate). There are some good tutorials out there on using 'Code Behind' with MXML which helps to seperate things.

Flex Builder's debugger is really good and one thing it has over TextMate is if you import a class all it's methods and variables are available as code hints. Builder also helps a lot when first getting used to laying things out. The catch is the more you use Builder the less you need it. 

I plan on using Apollo so it's integration with Flex Builder is another plus. The absolute worst thing about Eclipse for me is the code coloring, I like coding on a dark background and it's virtually impossible to change it to a TextMate theme like Twilight.</description>
		<content:encoded><![CDATA[<p>Meekish: Yeah once you get used to TextMate using Eclipse is pretty frustrating. I use Flex Builder for MXML files but still use TextMate for ActionScript. I don&#8217;t like having ActionScript mixed in with my MXML anyways so I just flip back and forth (and still spend most of my time in TextMate). There are some good tutorials out there on using &#8216;Code Behind&#8217; with MXML which helps to seperate things.</p>
<p>Flex Builder&#8217;s debugger is really good and one thing it has over TextMate is if you import a class all it&#8217;s methods and variables are available as code hints. Builder also helps a lot when first getting used to laying things out. The catch is the more you use Builder the less you need it. </p>
<p>I plan on using Apollo so it&#8217;s integration with Flex Builder is another plus. The absolute worst thing about Eclipse for me is the code coloring, I like coding on a dark background and it&#8217;s virtually impossible to change it to a TextMate theme like Twilight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meekish</title>
		<link>http://blog.vixiom.com/2007/03/27/set-up-eclipse-to-compile-mxml-as3-quasi-flex-builder-for-os-x/#comment-22404</link>
		<dc:creator>Meekish</dc:creator>
		<pubDate>Wed, 18 Apr 2007 17:59:29 +0000</pubDate>
		<guid>http://blog.vixiom.com/2007/03/27/set-up-eclipse-to-compile-mxml-as3-quasi-flex-builder-for-os-x/#comment-22404</guid>
		<description>I too am thinking about taking the plunge and picking up a copy of Flex Builder. I just really love TextMate and can't imagine myself being productive in an eclipse environment. Do you find yourself dying to be back in TextMate when you're using Flex Builder?</description>
		<content:encoded><![CDATA[<p>I too am thinking about taking the plunge and picking up a copy of Flex Builder. I just really love TextMate and can&#8217;t imagine myself being productive in an eclipse environment. Do you find yourself dying to be back in TextMate when you&#8217;re using Flex Builder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd sharp</title>
		<link>http://blog.vixiom.com/2007/03/27/set-up-eclipse-to-compile-mxml-as3-quasi-flex-builder-for-os-x/#comment-21646</link>
		<dc:creator>todd sharp</dc:creator>
		<pubDate>Tue, 03 Apr 2007 01:07:48 +0000</pubDate>
		<guid>http://blog.vixiom.com/2007/03/27/set-up-eclipse-to-compile-mxml-as3-quasi-flex-builder-for-os-x/#comment-21646</guid>
		<description>I've got a pretty workable solution compiling directly from Eclipse with ANT and I'm working on a Flex/ColdFusion solution to compiling from within an actual Flex application.  I'm tempted to get Flex Builder but I'm mainly just 'playing' at this point so it's not really worth the investment yet.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a pretty workable solution compiling directly from Eclipse with ANT and I&#8217;m working on a Flex/ColdFusion solution to compiling from within an actual Flex application.  I&#8217;m tempted to get Flex Builder but I&#8217;m mainly just &#8216;playing&#8217; at this point so it&#8217;s not really worth the investment yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KreeK</title>
		<link>http://blog.vixiom.com/2007/03/27/set-up-eclipse-to-compile-mxml-as3-quasi-flex-builder-for-os-x/#comment-21637</link>
		<dc:creator>KreeK</dc:creator>
		<pubDate>Mon, 02 Apr 2007 21:58:27 +0000</pubDate>
		<guid>http://blog.vixiom.com/2007/03/27/set-up-eclipse-to-compile-mxml-as3-quasi-flex-builder-for-os-x/#comment-21637</guid>
		<description>Todd: I actually gave in and bought Flex Builder a couple of days ago, they got me!

I started on my 'FlexMate' but I realized that it was going an afternoon (or more) to configure TextMate with all the features I wanted. Sending $499 to Adobe was more economical than the blood sweat and tears it would take to match all the Flex Builder features (including adding ActionScript 3.0 support for either Eclipse or TextMate).

I did find this post on compiling Flex with the Flex Compiler Shell http://www.vim.org/scripts/script.php?script_id=1793 it's for Vim but I was able to modify it for TextMate don't know if it's helpful for Eclipse.

For those interested the steps were

1. download fcshtools and put the files in your flex sdk bin
2. in all fcshtools files change 'FCSH_VIM_ROOT' to '/PathToMy/flex_sdk_2/bin/fcsh'
3. create a TextMate command (a shell command) to start the server: '/PathToMy/flex_sdk_2/bin/fcshserv.sh'
4. create a TextMate command that compiles a MXML file: '/PathToMy/flex_sdk_2/bin/fcshcmp.sh $TM_FILEPATH'

FSCH is super fast, faster than incremental builds and from what I've experienced faster than Flex Builder.</description>
		<content:encoded><![CDATA[<p>Todd: I actually gave in and bought Flex Builder a couple of days ago, they got me!</p>
<p>I started on my &#8216;FlexMate&#8217; but I realized that it was going an afternoon (or more) to configure TextMate with all the features I wanted. Sending $499 to Adobe was more economical than the blood sweat and tears it would take to match all the Flex Builder features (including adding ActionScript 3.0 support for either Eclipse or TextMate).</p>
<p>I did find this post on compiling Flex with the Flex Compiler Shell <a href="http://www.vim.org/scripts/script.php?script_id=1793" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=1793</a> it&#8217;s for Vim but I was able to modify it for TextMate don&#8217;t know if it&#8217;s helpful for Eclipse.</p>
<p>For those interested the steps were</p>
<p>1. download fcshtools and put the files in your flex sdk bin<br />
2. in all fcshtools files change &#8216;FCSH_VIM_ROOT&#8217; to &#8216;/PathToMy/flex_sdk_2/bin/fcsh&#8217;<br />
3. create a TextMate command (a shell command) to start the server: &#8216;/PathToMy/flex_sdk_2/bin/fcshserv.sh&#8217;<br />
4. create a TextMate command that compiles a MXML file: &#8216;/PathToMy/flex_sdk_2/bin/fcshcmp.sh $TM_FILEPATH&#8217;</p>
<p>FSCH is super fast, faster than incremental builds and from what I&#8217;ve experienced faster than Flex Builder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd sharp</title>
		<link>http://blog.vixiom.com/2007/03/27/set-up-eclipse-to-compile-mxml-as3-quasi-flex-builder-for-os-x/#comment-21634</link>
		<dc:creator>todd sharp</dc:creator>
		<pubDate>Mon, 02 Apr 2007 18:14:22 +0000</pubDate>
		<guid>http://blog.vixiom.com/2007/03/27/set-up-eclipse-to-compile-mxml-as3-quasi-flex-builder-for-os-x/#comment-21634</guid>
		<description>Did you come up with anything for AS3 support in Eclipse?</description>
		<content:encoded><![CDATA[<p>Did you come up with anything for AS3 support in Eclipse?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
