<?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>Conecuh Software &#187; Fedora 8</title>
	<atom:link href="http://conecuh.com/tag/fedora-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://conecuh.com</link>
	<description>Musings on Software and Development by David H. Wilkins</description>
	<lastBuildDate>Tue, 31 Aug 2010 22:50:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing Adobe Flex Builder Linux Public Alpha on Fedora 8</title>
		<link>http://conecuh.com/2008/04/installing-adobe-flex-builder-linux-public-alpha-on-fedora-8/</link>
		<comments>http://conecuh.com/2008/04/installing-adobe-flex-builder-linux-public-alpha-on-fedora-8/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 02:25:27 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Development Tools]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Europa]]></category>
		<category><![CDATA[Fedora 8]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://conecuh.com/2008/04/10/installing-adobe-flex-builder-linux-public-alpha-on-fedora-8/</guid>
		<description><![CDATA[I&#8217;m embarking on a little Flex development, but I ran into a snag installing the Flex Builder into my *very* stock Fedora 8 system. I found a link to some comments here in follow up comment to the author of the post. Apparently (and I&#8217;m not an Eclipse expert), the problem stems from Fedora&#8217;s choice [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m embarking on a little Flex development, but I ran into a snag installing the Flex Builder into my *very* stock Fedora 8 system.  I found a link to some comments <a href="http://edontheweb.blogspot.com/2007/08/installing-flex-3-beta-on-eclipse_16.html">here</a> in follow up comment to the author of the post.  </p>
<p>Apparently (and I&#8217;m not an Eclipse expert), the problem stems from Fedora&#8217;s choice of &#8220;Eclipse Europa&#8221;, rather than &#8220;Eclipse Classic&#8221;.</p>
<p>Problems:</p>
<ul>
<li>The install says &#8220;Choose an existing Eclipse 3.3 or higher root folder to be extended with the Flex Builder Plug-ins&#8221;</li>
<p><img src="http://conecuh.com/images/Screenshot-Adobe_Flex_Builder_Linux-folder.png" alt="Adobe Flex Builder 3 Message requesting root folder" /></p>
<li>An error message is displayed when you select the correct folder</li>
<p><img src="http://conecuh.com/images/Screenshot-Eclipse%203.3%20%20(or%20higher)%20not%20found.png" alt="Error message displayed when correct folder is selected" />
</ul>
<p>The installation proceeds fine from that point, but the Flex project isn&#8217;t available in Eclipse.  As it turns out, you need to copy some files by hand:<br />
<code><br />
cd ~/Adobe_Flex_Builder_Linux/<br />
cd com.adobe.flexbuilder.update.site<br />
sudo cp features/* /usr/share/eclipse/features/<br />
sudo cp plugins/* /usr/share/eclipse/plugins/<br />
</code></p>
<p>And that&#8217;s all there is to it &#8211; you&#8217;ll have access to the Flex Projects in Eclipse.  I&#8217;ll update this post if I find any problems with this method of patching the installation</p>
<p><strong>Update: 13-Apr-2008</strong></p>
<p>The above works great for *creating* a flex application, but it will not compile.  There is an error generated that says:</p>
<p><code><br />
Flex 0.0 (1): Flex SDK location "/home/.../configuration/org.eclipse.osgi/bundles/159/1/.cp/devsdks/moxie" does not exist.<br />
</code></p>
<p>I struggled and struggled to find the elusive &#8220;moxie&#8221; plugin.  Alas, It was not found on my computer, or in any of the jar files.  It turns out you need to download the &#8220;Adobe Flex SDK&#8221; from the &#8220;Stable Builds&#8221; section of (Adobe Wiki link):<br />
<a href="http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3">http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3 </a> </p>
<ol>
<li>Download the file</li>
<li>unzip it into a directory</li>
<li>In Eclipse, Window->Preferences->Flex->Installed Flex SDKs->Add the directory you just created</li>
<li>Delete the other installed SDKs for moxie (Flex 0.0)</li>
<li>Enjoy!</li>
</ol>
<p>I hope this helps someone<br />
If you want to test to see if your installation works, add the following between the <code>mx:Application</code> tags in a Flex project</p>
<p><code><br />
&lt;mx:Canvas width="100%" height="100%"&gt;<br />
    &lt;mx:Label text="Hello World"/&gt;<br />
&lt;/mx:Canvas&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://conecuh.com/2008/04/installing-adobe-flex-builder-linux-public-alpha-on-fedora-8/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

