<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Greylurk &#187; Flex</title>
	<atom:link href="http://greylurk.com/index.php/tag/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://greylurk.com</link>
	<description>Ramblings of a distracted techie</description>
	<lastBuildDate>Thu, 04 Mar 2010 02:02:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>More Eclipse 3.5 and Flex Builder, for Linux</title>
		<link>http://greylurk.com/index.php/2009/07/more-eclipse-3-5-and-flex-builder-for-linux/</link>
		<comments>http://greylurk.com/index.php/2009/07/more-eclipse-3-5-and-flex-builder-for-linux/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 19:50:38 +0000</pubDate>
		<dc:creator>Adam N.</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://greylurk.com/?p=84</guid>
		<description><![CDATA[So after getting Eclipse 3.5 and Flex Builder Plugin for Windows to work last week, I dug in yesterday to get it working on my Ubuntu system. After reading an invaluable tutorial, I was still getting some odd errors where Eclispe appeared to recognize that Flex Builder was present (it was in the About Box), [...]]]></description>
			<content:encoded><![CDATA[<p>So after getting Eclipse 3.5 and Flex Builder Plugin for Windows to work last week, I dug in yesterday to get it working on my Ubuntu system.  After reading <a href="http://blog.danyul.id.au/?p=68">an invaluable tutorial</a>, I was still getting some odd errors where Eclispe appeared to recognize that Flex Builder was present (it was in the About Box), but I couldn&#8217;t get any MXML or AS editors to open.  Poking in to the directory structure, I found that the $ECLIPSE_HOME/links/com.adobe.flexbuilder.feature.core.link file was incorrect.  It appears that Galileo requires the &#8220;path=&#8221; to be prepended to the path for the core plugin, but Adobe&#8217;s default install doesn&#8217;t include that part of the file.  After adding &#8220;path=&#8221; to my link file, it fires up just fine.   Still no design mode, but if we keep bugging Adobe about it, they might add it into Flash Builder 4 for Linux.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://greylurk.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://greylurk.com/index.php/2009/07/more-eclipse-3-5-and-flex-builder-for-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Getting Flex Builder 3 plugin to survive a new Eclipse Version</title>
		<link>http://greylurk.com/index.php/2009/06/getting-flex-builder-3-plugin-to-survive-a-new-eclipse-version/</link>
		<comments>http://greylurk.com/index.php/2009/06/getting-flex-builder-3-plugin-to-survive-a-new-eclipse-version/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 21:29:59 +0000</pubDate>
		<dc:creator>Adam N.</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://greylurk.com/?p=78</guid>
		<description><![CDATA[Eclipse 3.5 (Galileo) has recently been released, so I&#8217;m in process of rebuilding my development environment to run on it.  I was happy enough to go use the update sites to re-install CFEclipse and MXUnit, and the StarTeam (our company&#8217;s chosen Version Control software) plugin was able to seamlessly update the Galileo instance of Eclipse [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.eclipse.org/galileo/">Eclipse 3.5 (Galileo)</a> has recently been released, so I&#8217;m in process of rebuilding my development environment to run on it.  I was happy enough to go use the update sites to re-install CFEclipse and MXUnit, and the StarTeam (our company&#8217;s chosen Version Control software) plugin was able to seamlessly update the Galileo instance of Eclipse to include it&#8217;s plugin, but I ran into a snag when trying to update the Flex Builder 3 plugin.</p>
<p>When originally installing the Flex Builder 3 plugin for eclipse, I used the default path (i.e. C:\Program Files\Adobe\Flex Builder 3 Plugin\).  When I tried to re-run the installer, It reported that I already had a Flex Builder Plugin instance at that location, and would I please choose another directory.  Not wanting to clutter my hard drive with extra copies of the Flex Builder plugin, I decided to poke around and see what I could do to use the existing Flex Builder Plugin in my new Galileo installation.</p>
<p>What I eventually happened on was a very nice, clean way to install a single instance of an Eclipse plugin, and allow multiple copies of Eclipse use it.   It&#8217;s pretty straight forward, and assumes you&#8217;ve already got a copy of Eclipse installed, and a licensed copy of the Flex Builder 3 Plugin installed.</p>
<p>First off, navigate into your eclipse directory.  Mine is C:\Program Files\Eclipse\Galileo\ .  This should be the folder which contains your eclipse.exe file.  Under this directory, if there isn&#8217;t already a directory named &#8220;links&#8221;, create one. Navigate into the links directory.  Create a new text file named &#8220;com.adobe.flexbuilder.feature.core.link&#8221;.  Edit the file, and add the following contents to it:</p>
<pre>path=C:/Program Files/Adobe/Flex Builder 3 Plug-in</pre>
<p>Close the file, and start Eclipse.  Now go into your Window Menu, select &#8220;Open Perspective&#8221;, and &#8220;Other&#8221;, and you should see your Flex Development Perspective listed.  It&#8217;s even smart enough to pick up the license key from your previous installation, so you don&#8217;t have to dig out the old key to reinstall. However, for some reason, when I did this it lost my installed Flex SDKs.  To fix this, I went to the &#8220;Window-&gt;Preferences&#8221; dialog, and navigated to the &#8220;Flex-&gt;Installed SDKs&#8221; option.  I removed the two entries for &#8220;Flex 0.0&#8243; which were listed, and re-added the two existing Flex SDKs: c:\program files\adobe\flex builder 3 plug-in\sdks\3.2.0 and c:\program files\adobe\flex builder 3 plug-in\sdks\2.0.1   You must mark one of these as default by clicking the checkmark next to it on the screen.  After this, click Ok, and you should be good to go.</p>
<p>If you&#8217;re doing ColdFusion development, don&#8217;t forget to also install the ColdFusion extensions for Eclipse at C:\program files\Adobe\Flex Builder 3 Plug-in\Installers\ColdFusion Extensions for Flex Builder, and JSEclipse is also pretty helpful at C:\program files\Adobe\Flex Builder 3 Plug-in\Installers\JSEclipse</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://greylurk.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://greylurk.com/index.php/2009/06/getting-flex-builder-3-plugin-to-survive-a-new-eclipse-version/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
	</channel>
</rss>
