<?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: Flex Builder 3 on Eclipse 3.5</title>
	<atom:link href="http://www.jamesward.com/2009/09/29/flex-builder-3-on-eclipse-3-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesward.com/2009/09/29/flex-builder-3-on-eclipse-3-5/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flex-builder-3-on-eclipse-3-5</link>
	<description>Heroku &#124; Java &#124; Scala &#124; Cloud &#124; Open Source &#124; Linux</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:54:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: müzso</title>
		<link>http://www.jamesward.com/2009/09/29/flex-builder-3-on-eclipse-3-5/comment-page-2/#comment-163735</link>
		<dc:creator>müzso</dc:creator>
		<pubDate>Fri, 12 Aug 2011 18:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1235#comment-163735</guid>
		<description>Thanks for the patch, works OK on Eclipse 3.5 + Flex Builder 3.0.257658 (ie. FB 3 for Linux alpha 5).
Just one note: in your instructions in step#1 you wrote &quot;Flex Builder 4 for Linux alpha 4&quot; whereas you probably meant &quot;Flex Builder 3 for Linux alpha 4&quot;.</description>
		<content:encoded><![CDATA[<p>Thanks for the patch, works OK on Eclipse 3.5 + Flex Builder 3.0.257658 (ie. FB 3 for Linux alpha 5).<br />
Just one note: in your instructions in step#1 you wrote &#8220;Flex Builder 4 for Linux alpha 4&#8243; whereas you probably meant &#8220;Flex Builder 3 for Linux alpha 4&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G.</title>
		<link>http://www.jamesward.com/2009/09/29/flex-builder-3-on-eclipse-3-5/comment-page-2/#comment-163612</link>
		<dc:creator>G.</dc:creator>
		<pubDate>Tue, 05 Jul 2011 05:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1235#comment-163612</guid>
		<description>Thank you very much! Worked like a charm.</description>
		<content:encoded><![CDATA[<p>Thank you very much! Worked like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2009/09/29/flex-builder-3-on-eclipse-3-5/comment-page-2/#comment-162660</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Thu, 24 Feb 2011 14:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1235#comment-162660</guid>
		<description>Awesome!  Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome!  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Cramb</title>
		<link>http://www.jamesward.com/2009/09/29/flex-builder-3-on-eclipse-3-5/comment-page-2/#comment-162658</link>
		<dc:creator>Jamie Cramb</dc:creator>
		<pubDate>Thu, 24 Feb 2011 13:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1235#comment-162658</guid>
		<description>Hi James / all,

We&#039;ve been using this fix with STS (SpringSource Tool Suite) 2.5.x, which is based on Eclipse 3.6.1, and the Flex Builder 3 Plug-in (3.0.2); however, we recently noticed an issue when trying to preview styles from CSS files in the design view... basically none of the UI components were rendering (e.g. the sample button states).

I dug into this and it turns out it was because 3 methods were missing on the ProblemManager implementation (maybe these were introduced with Flex Builder 3.0.2):
* public IProject getProject() 
* public IFile getApplication()
* public int getErrorCount()

Anyway, I&#039;ve modified the version James provided and everything seems to be working fine now so feel free to use if you are still using FB3; the updated version can be downloaded from: &lt;a href=&quot;http://www.articode.com/fb3patch/ProblemManager_fb3.0.2_jcramb.zip&quot; rel=&quot;nofollow&quot;&gt;http://www.articode.com/fb3patch/ProblemManager_fb3.0.2_jcramb.zip&lt;/a&gt;.

&lt;b&gt;
Note:  I&#039;ve only tested with STS 2.5.1 &amp; Flex Builder 3 Plug-in 3.0.2.

DISCLAIMER: This patch is totally unsupported by Adobe / me. Use at your own risk. :-)
&lt;/b&gt;

Cheers,
Jamie</description>
		<content:encoded><![CDATA[<p>Hi James / all,</p>
<p>We&#8217;ve been using this fix with STS (SpringSource Tool Suite) 2.5.x, which is based on Eclipse 3.6.1, and the Flex Builder 3 Plug-in (3.0.2); however, we recently noticed an issue when trying to preview styles from CSS files in the design view&#8230; basically none of the UI components were rendering (e.g. the sample button states).</p>
<p>I dug into this and it turns out it was because 3 methods were missing on the ProblemManager implementation (maybe these were introduced with Flex Builder 3.0.2):<br />
* public IProject getProject()<br />
* public IFile getApplication()<br />
* public int getErrorCount()</p>
<p>Anyway, I&#8217;ve modified the version James provided and everything seems to be working fine now so feel free to use if you are still using FB3; the updated version can be downloaded from: <a href="http://www.articode.com/fb3patch/ProblemManager_fb3.0.2_jcramb.zip" rel="nofollow">http://www.articode.com/fb3patch/ProblemManager_fb3.0.2_jcramb.zip</a>.</p>
<p><b><br />
Note:  I&#8217;ve only tested with STS 2.5.1 &amp; Flex Builder 3 Plug-in 3.0.2.</p>
<p>DISCLAIMER: This patch is totally unsupported by Adobe / me. Use at your own risk. :-)<br />
</b></p>
<p>Cheers,<br />
Jamie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.jamesward.com/2009/09/29/flex-builder-3-on-eclipse-3-5/comment-page-2/#comment-159797</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 05 Aug 2010 08:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1235#comment-159797</guid>
		<description>For other Linux users...

I have been battling along with the alpha releases for flexbuilder 3 on Linux for some time. However a recent project in Flex4 has forced me to look for another solution. 

I would like to try IntelliJ but I haven&#039;t got the cash at the moment so i&#039;ve tried fb4linux (http://code.google.com/p/fb4linux/).

It obviously lacks many of the features in Flashbuilder but since for my day to day stuff i am basically only interested in a decent editor (code completion, automatic management of imports, hints etc) and debugger, this does the trick.</description>
		<content:encoded><![CDATA[<p>For other Linux users&#8230;</p>
<p>I have been battling along with the alpha releases for flexbuilder 3 on Linux for some time. However a recent project in Flex4 has forced me to look for another solution. </p>
<p>I would like to try IntelliJ but I haven&#8217;t got the cash at the moment so i&#8217;ve tried fb4linux (<a href="http://code.google.com/p/fb4linux/" rel="nofollow">http://code.google.com/p/fb4linux/</a>).</p>
<p>It obviously lacks many of the features in Flashbuilder but since for my day to day stuff i am basically only interested in a decent editor (code completion, automatic management of imports, hints etc) and debugger, this does the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2009/09/29/flex-builder-3-on-eclipse-3-5/comment-page-2/#comment-159754</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Thu, 29 Jul 2010 00:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1235#comment-159754</guid>
		<description>The Linux alpha has not been updated for Eclipse 3.5 / 3.6 nor has it been updated for Flex 4.  I highly recommend IntelliJ or some other tool that has real Flex support on Linux.  I&#039;ve switch to IntelliJ.</description>
		<content:encoded><![CDATA[<p>The Linux alpha has not been updated for Eclipse 3.5 / 3.6 nor has it been updated for Flex 4.  I highly recommend IntelliJ or some other tool that has real Flex support on Linux.  I&#8217;ve switch to IntelliJ.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://www.jamesward.com/2009/09/29/flex-builder-3-on-eclipse-3-5/comment-page-2/#comment-159753</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Thu, 29 Jul 2010 00:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1235#comment-159753</guid>
		<description>You also need to follow these instructions:
http://blog.danyul.id.au/?p=68

Fun stuff!  I&#039;ve actually switched to IntelliJ.  :)</description>
		<content:encoded><![CDATA[<p>You also need to follow these instructions:<br />
<a href="http://blog.danyul.id.au/?p=68" rel="nofollow">http://blog.danyul.id.au/?p=68</a></p>
<p>Fun stuff!  I&#8217;ve actually switched to IntelliJ.  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jony</title>
		<link>http://www.jamesward.com/2009/09/29/flex-builder-3-on-eclipse-3-5/comment-page-2/#comment-159744</link>
		<dc:creator>Jony</dc:creator>
		<pubDate>Wed, 28 Jul 2010 10:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1235#comment-159744</guid>
		<description>@James: Please look this two link, i am afraid why its not working? 

My tools:
====== 
1. Eclipse Version: 3.5.1, Build id: M20090917-0800  
2. Flex Builder latest and greatest
3. Fedora 12
4. Your guide

Failed:
=====
Screen shot: http://i.imgur.com/AvizW.png
Steps i did: http://gist.github.com/493968


Please advice..

Thank you</description>
		<content:encoded><![CDATA[<p>@James: Please look this two link, i am afraid why its not working? </p>
<p>My tools:<br />
======<br />
1. Eclipse Version: 3.5.1, Build id: M20090917-0800<br />
2. Flex Builder latest and greatest<br />
3. Fedora 12<br />
4. Your guide</p>
<p>Failed:<br />
=====<br />
Screen shot: <a href="http://i.imgur.com/AvizW.png" rel="nofollow">http://i.imgur.com/AvizW.png</a><br />
Steps i did: <a href="http://gist.github.com/493968" rel="nofollow">http://gist.github.com/493968</a></p>
<p>Please advice..</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jony</title>
		<link>http://www.jamesward.com/2009/09/29/flex-builder-3-on-eclipse-3-5/comment-page-2/#comment-159740</link>
		<dc:creator>Jony</dc:creator>
		<pubDate>Tue, 27 Jul 2010 22:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1235#comment-159740</guid>
		<description>Dear Professor. James,
 
I would be one of the idiot student of your whole list, who got passed, i still couldn&#039;t make it done yet after 7 days of try.

Confuse:
=======
&quot;UPDATE: Flash Builder 4 (the new version of Flex Builder) officially supports Eclipse 3.5. Download Flash Builder 4.&quot;

1. I dont see they got linux alpha 4 to download Flex Builder? new url: https://www.adobe.com/cfusion/tdrc/index.cfm?product=flash_builder

2. Fedora 12, i got eclipse Version: 3.5.1  
Build id: M20090917-0800

Also i got Aptana latest and greatest with Flex Builder

Question:
=========
Aptana eclipse we are talking here or Real eclipse from eclipse site we are talking here?

Can you please point me a step by step kindly?


Many thanks, thanks in advance

Thank you
Jony</description>
		<content:encoded><![CDATA[<p>Dear Professor. James,</p>
<p>I would be one of the idiot student of your whole list, who got passed, i still couldn&#8217;t make it done yet after 7 days of try.</p>
<p>Confuse:<br />
=======<br />
&#8220;UPDATE: Flash Builder 4 (the new version of Flex Builder) officially supports Eclipse 3.5. Download Flash Builder 4.&#8221;</p>
<p>1. I dont see they got linux alpha 4 to download Flex Builder? new url: <a href="https://www.adobe.com/cfusion/tdrc/index.cfm?product=flash_builder" rel="nofollow">https://www.adobe.com/cfusion/tdrc/index.cfm?product=flash_builder</a></p>
<p>2. Fedora 12, i got eclipse Version: 3.5.1<br />
Build id: M20090917-0800</p>
<p>Also i got Aptana latest and greatest with Flex Builder</p>
<p>Question:<br />
=========<br />
Aptana eclipse we are talking here or Real eclipse from eclipse site we are talking here?</p>
<p>Can you please point me a step by step kindly?</p>
<p>Many thanks, thanks in advance</p>
<p>Thank you<br />
Jony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Shopland</title>
		<link>http://www.jamesward.com/2009/09/29/flex-builder-3-on-eclipse-3-5/comment-page-2/#comment-159224</link>
		<dc:creator>Martin Shopland</dc:creator>
		<pubDate>Mon, 05 Jul 2010 15:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesward.com/blog/?p=1235#comment-159224</guid>
		<description>Thanks so much for this! Heroic work.

It works like a charm on Vista (I know, don&#039;t blame me) with Eclipse 3.5.2. I&#039;ve also got PDT and Aptana installed and everything is playing nicely together.</description>
		<content:encoded><![CDATA[<p>Thanks so much for this! Heroic work.</p>
<p>It works like a charm on Vista (I know, don&#8217;t blame me) with Eclipse 3.5.2. I&#8217;ve also got PDT and Aptana installed and everything is playing nicely together.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

