<?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: Where&#8217;s the Flex Plug-in for Eclipse 3.5?	</title>
	<atom:link href="https://www.selikoff.net/2010/01/28/wheres-the-flex-plug-in-for-eclipse-3-5/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net/2010/01/28/wheres-the-flex-plug-in-for-eclipse-3-5/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Wed, 29 Sep 2010 12:47:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: dr_dog		</title>
		<link>https://www.selikoff.net/2010/01/28/wheres-the-flex-plug-in-for-eclipse-3-5/comment-page-1/#comment-2349</link>

		<dc:creator><![CDATA[dr_dog]]></dc:creator>
		<pubDate>Tue, 20 Apr 2010 15:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1699#comment-2349</guid>

					<description><![CDATA[Thanks Rod!!! Step 4 was the key --- for anyone reading this, let me reiterate what it involves, in detail:

i. Open the &quot;org.eclipse.equinox.simpleconfigurator\bundles.info&quot; file for Ganymede
ii. Copy all the the entries that start with &quot;com.adobe.&quot;
iii. Paste them into the &quot;org.eclipse.equinox.simpleconfigurator\bundles.info&quot; file for Galileo. Save it.
iv. Restart Galileo, and you should see the Flex perspective become available. 

I also had to apply the ProblemManager patch from http://www.insideria.com/2009/09/fixed-an-internal-build-error.html, to get the compiler to work.]]></description>
			<content:encoded><![CDATA[<p>Thanks Rod!!! Step 4 was the key &#8212; for anyone reading this, let me reiterate what it involves, in detail:</p>
<p>i. Open the &#8220;org.eclipse.equinox.simpleconfigurator\bundles.info&#8221; file for Ganymede<br />
ii. Copy all the the entries that start with &#8220;com.adobe.&#8221;<br />
iii. Paste them into the &#8220;org.eclipse.equinox.simpleconfigurator\bundles.info&#8221; file for Galileo. Save it.<br />
iv. Restart Galileo, and you should see the Flex perspective become available. </p>
<p>I also had to apply the ProblemManager patch from <a href="http://www.insideria.com/2009/09/fixed-an-internal-build-error.html" rel="nofollow ugc">http://www.insideria.com/2009/09/fixed-an-internal-build-error.html</a>, to get the compiler to work.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Review of Flex/Flash Builder 4 &#8211; Defective By Design? &#124; Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2010/01/28/wheres-the-flex-plug-in-for-eclipse-3-5/comment-page-1/#comment-2267</link>

		<dc:creator><![CDATA[Review of Flex/Flash Builder 4 &#8211; Defective By Design? &#124; Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky]]></dc:creator>
		<pubDate>Thu, 01 Apr 2010 18:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1699#comment-2267</guid>

					<description><![CDATA[[...] Flex, introducing the new Spark architecture and theme support. While I&#8217;m pleased Adobe has finally added support for Eclipse 3.5, I&#8217;m disappointed with some of the new architecture changes that make doing simple things, [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Flex, introducing the new Spark architecture and theme support. While I&#8217;m pleased Adobe has finally added support for Eclipse 3.5, I&#8217;m disappointed with some of the new architecture changes that make doing simple things, [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rod		</title>
		<link>https://www.selikoff.net/2010/01/28/wheres-the-flex-plug-in-for-eclipse-3-5/comment-page-1/#comment-2244</link>

		<dc:creator><![CDATA[Rod]]></dc:creator>
		<pubDate>Sun, 28 Feb 2010 03:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1699#comment-2244</guid>

					<description><![CDATA[Well I just got the Flex Builder Plug-In working with Eclipse Galileo but  it was a challenge.  Here is the basic steps and the web links below provide more information.

1] You need to install the Ganimede version of Eclipse first and then install the Flex plug-in of top of it as this can not be done on top of Galileo.
2] Next you install the Galileo Eclipse in a different location in your PC.
3] Next create the links directory inside Galileo and put a link to the Flex Builder plug-in.
4] Finally merge the Flex builder entries from the Ganimede install into the Galileo install.  This entries are located on \configuration\org.eclipse.equinox.simpleconfigurator\bundles
Without the last step 4] nothing will happen.  Also copy the file &quot;startup_fb&quot; from the Ganimede area to the Galileo area.

http://blog.flashgen.com/2009/04/09/reconnecting-flex-builder-plug-in-to-eclipse/

http://www.insideria.com/2009/09/fixed-an-internal-build-error.html
I do not think steps 5 - 11 above are needed because I backed them out and it still worked.

http://cambiatablog.wordpress.com/2009/08/04/flexbuilder-3-as-plugin-in-eclipse-3-5-galileo/

Thanks to all of the posters in the above links!!!!]]></description>
			<content:encoded><![CDATA[<p>Well I just got the Flex Builder Plug-In working with Eclipse Galileo but  it was a challenge.  Here is the basic steps and the web links below provide more information.</p>
<p>1] You need to install the Ganimede version of Eclipse first and then install the Flex plug-in of top of it as this can not be done on top of Galileo.<br />
2] Next you install the Galileo Eclipse in a different location in your PC.<br />
3] Next create the links directory inside Galileo and put a link to the Flex Builder plug-in.<br />
4] Finally merge the Flex builder entries from the Ganimede install into the Galileo install.  This entries are located on \configuration\org.eclipse.equinox.simpleconfigurator\bundles<br />
Without the last step 4] nothing will happen.  Also copy the file &#8220;startup_fb&#8221; from the Ganimede area to the Galileo area.</p>
<p><a href="http://blog.flashgen.com/2009/04/09/reconnecting-flex-builder-plug-in-to-eclipse/" rel="nofollow ugc">http://blog.flashgen.com/2009/04/09/reconnecting-flex-builder-plug-in-to-eclipse/</a></p>
<p><a href="http://www.insideria.com/2009/09/fixed-an-internal-build-error.html" rel="nofollow ugc">http://www.insideria.com/2009/09/fixed-an-internal-build-error.html</a><br />
I do not think steps 5 &#8211; 11 above are needed because I backed them out and it still worked.</p>
<p><a href="http://cambiatablog.wordpress.com/2009/08/04/flexbuilder-3-as-plugin-in-eclipse-3-5-galileo/" rel="nofollow ugc">http://cambiatablog.wordpress.com/2009/08/04/flexbuilder-3-as-plugin-in-eclipse-3-5-galileo/</a></p>
<p>Thanks to all of the posters in the above links!!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Scott Selikoff		</title>
		<link>https://www.selikoff.net/2010/01/28/wheres-the-flex-plug-in-for-eclipse-3-5/comment-page-1/#comment-2228</link>

		<dc:creator><![CDATA[Scott Selikoff]]></dc:creator>
		<pubDate>Tue, 02 Feb 2010 01:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1699#comment-2228</guid>

					<description><![CDATA[Update:  Google has released a GWT update for Firefox 3.6.]]></description>
			<content:encoded><![CDATA[<p>Update:  Google has released a GWT update for Firefox 3.6.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Scott Selikoff		</title>
		<link>https://www.selikoff.net/2010/01/28/wheres-the-flex-plug-in-for-eclipse-3-5/comment-page-1/#comment-2225</link>

		<dc:creator><![CDATA[Scott Selikoff]]></dc:creator>
		<pubDate>Sat, 30 Jan 2010 21:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1699#comment-2225</guid>

					<description><![CDATA[@Geoffrey

That&#039;s ironic, I&#039;ve been doing the same thing.  GWT isn&#039;t quite as fluid as Flex, but its a lot more accessible.  Although last week&#039;s Firefox 3.6 update broke the GWT Firefox plugin, but unlike Adobe I suspect Google will have an update available soon enough.]]></description>
			<content:encoded><![CDATA[<p>@Geoffrey</p>
<p>That&#8217;s ironic, I&#8217;ve been doing the same thing.  GWT isn&#8217;t quite as fluid as Flex, but its a lot more accessible.  Although last week&#8217;s Firefox 3.6 update broke the GWT Firefox plugin, but unlike Adobe I suspect Google will have an update available soon enough.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex		</title>
		<link>https://www.selikoff.net/2010/01/28/wheres-the-flex-plug-in-for-eclipse-3-5/comment-page-1/#comment-2222</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1699#comment-2222</guid>

					<description><![CDATA[And Flex/AIR support in IntelliJ IDEA is still working in spite of new Eclipse releases :)]]></description>
			<content:encoded><![CDATA[<p>And Flex/AIR support in IntelliJ IDEA is still working in spite of new Eclipse releases 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Geoffrey Wiseman		</title>
		<link>https://www.selikoff.net/2010/01/28/wheres-the-flex-plug-in-for-eclipse-3-5/comment-page-1/#comment-2221</link>

		<dc:creator><![CDATA[Geoffrey Wiseman]]></dc:creator>
		<pubDate>Fri, 29 Jan 2010 14:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1699#comment-2221</guid>

					<description><![CDATA[It&#039;s unfortunate, I agree.  It can&#039;t be THAT hard to resolve.  If it is extremely difficult to resolve, then Adobe should at the very least make that much clear.  Fortunately, since writing that blog entry for Furious Purpose, I haven&#039;t had done that much flex, so I&#039;ve been using Eclipse 3.5 with GWT quite happily.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s unfortunate, I agree.  It can&#8217;t be THAT hard to resolve.  If it is extremely difficult to resolve, then Adobe should at the very least make that much clear.  Fortunately, since writing that blog entry for Furious Purpose, I haven&#8217;t had done that much flex, so I&#8217;ve been using Eclipse 3.5 with GWT quite happily.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joey Gibson		</title>
		<link>https://www.selikoff.net/2010/01/28/wheres-the-flex-plug-in-for-eclipse-3-5/comment-page-1/#comment-2220</link>

		<dc:creator><![CDATA[Joey Gibson]]></dc:creator>
		<pubDate>Thu, 28 Jan 2010 22:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1699#comment-2220</guid>

					<description><![CDATA[I tried the first link you gave a few months ago and failed, but two weeks ago I got it going. The secret for me was to use a brand new workspace, ant not try to reuse the one created by Ganymede. I followed the directions for creating the file in the links directory, then fired up Galileo, creating a new workspace. I then copied my Java and Flex projects into the new workspace, imported them, and that was it. It&#039;s been working perfectly ever since.

The other important thing is to make sure that the contents of the file in the links directory contains &quot;path=C:/Program Files/Adobe/Flex Builder 3 Plug-in&quot; including the path= part. I think I tried it without the path= once and it failed.]]></description>
			<content:encoded><![CDATA[<p>I tried the first link you gave a few months ago and failed, but two weeks ago I got it going. The secret for me was to use a brand new workspace, ant not try to reuse the one created by Ganymede. I followed the directions for creating the file in the links directory, then fired up Galileo, creating a new workspace. I then copied my Java and Flex projects into the new workspace, imported them, and that was it. It&#8217;s been working perfectly ever since.</p>
<p>The other important thing is to make sure that the contents of the file in the links directory contains &#8220;path=C:/Program Files/Adobe/Flex Builder 3 Plug-in&#8221; including the path= part. I think I tried it without the path= once and it failed.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
