<?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>Jozef Chúťka&#039;s blog &#187; Flex Builder</title>
	<atom:link href="http://blog.yoz.sk/tag/flex-builder/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yoz.sk</link>
	<description>My life, my work</description>
	<lastBuildDate>Tue, 31 Jan 2012 12:40:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Switching Flex Builder To Flash Builder Issues</title>
		<link>http://blog.yoz.sk/2010/06/switching-flex-builder-to-flash-builder-issues/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=switching-flex-builder-to-flash-builder-issues</link>
		<comments>http://blog.yoz.sk/2010/06/switching-flex-builder-to-flash-builder-issues/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 13:58:54 +0000</pubDate>
		<dc:creator>Jozef Chúťka</dc:creator>
				<category><![CDATA[Flash / Flex]]></category>
		<category><![CDATA[flash builder]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.yoz.sk/?p=1884</guid>
		<description><![CDATA[Finally I managed to switch from Flex Builder 3 to Flash Builder. Altought, most of the workspaces, projects and casual things were running after switch just fine, there were some issues that made me mad. Some of them I was able to fix, some keep fuss me. I decided to write this post so it [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.yoz.sk/wp-content/uploads/flashBuilder.jpg" alt="" title="flashBuilder" width="200" height="100" class="alignleft size-full wp-image-1885" /></p>
<p>Finally I managed to switch from Flex Builder 3 to Flash Builder. Altought, most of the workspaces, projects and casual things were running after switch just fine, there were some issues that made me mad. Some of them I was able to fix, some keep fuss me. I decided to write this post so it may help someone with dealing the same issues&#8230;</p>
<p><span id="more-1884"></span></p>
<h3>Additional Source Folders</h3>
<p>I used to keep all the .swc libraries together with .as classes in one folder structure. While in old Flex Builder, it was as simple as adding source folder (Project / Properties / &#8230; Build Path / Source Path / Add Folder) to make all common libraries work, in Flash Builder, problems occured &#8211; after adding additional source folder, the IDE stoped code completion etc. It were not worth those loosed hair when it suddenly appeared that problem is in the structure of the folder, especialy mixed .swc and .as files. From now on, folder is separated into /src (all .as files) and /swc (all .swc files) folders. Credentials go to my friend <a href="http://www.ixperience.net/">David Engelmaier</a>, who helped me out of the misery.</p>
<h3>HTML Editor</h3>
<p>I did not solved this issue yet. I really would like to have some code highlighting editor in Flash Builder.</p>
<h3>Creating Files</h3>
<p>In order to create a new file (.as class) I used to right-click on folder / new / ActionScript Class. It was simple and fast. Now in Flash Builder, there is no quick option to do that. You have to create &#8220;Other &#8230;&#8221; and select desired option in opened dialog.</p>
<h3>Software Updates</h3>
<p>After installing, there were no sites defined to check the most common software installation/updates for eclipse (subclipse etc.), I guess one have to add those himself. Here is a list of sites I use:</p>
<pre class="brush: plain; title: ; notranslate">Europa Discovery Site : http://download.eclipse.org/releases/europa
PBDT                  : http://pbdt.joa-ebert.com/update
Subclipse             : http://subclipse.tigris.org/update_1.6.x</pre>
<p>Manage links in Window / Preferences / Install/Update / Available Software Sites</p>
<h3>Resource &#8216;/ProjectXY/&#8230;/SomeClass.as&#8217; does not exist</h3>
<p>Flash Builder keeps telling me that my file does not exist although it does exist in Project Explorer. When I move this file into another folder, it opens, move back to original place, not exist again &#8230; Flash Builder restart required</p>
<h3>F5 does not refresh Project Explorer</h3>
<p>F5 does not work at all, I can not refresh assets folder, I have to close and reopen the project &#8230; Flash Builder restart required</p>
<h3>Change!!!</h3>
<p>I tried to install Aptana:</p>
<ol>
<li><a href="http://docs.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration">Plugging Aptana into an existing Eclipse configuration</a></li>
<li>Install New Software / Add: http://update.aptana.com/install/studio </li>
<li>Install Aptana &#8211; Fail</li>
<li>noticed new available software sites added but disabled, enable all</li>
<li>everything fails to install but Aptana Studio Pro, ok lets try this one</li>
<li>done, need restart flash builder? ok&#8230;</li>
<li>starting flash builder: &#8220;An error has occured. See the log file C:/&#8230;./ANYPROJECT/.metadata/.log&#8221;</li>
<li>again and again, all workspaces <img src='http://blog.yoz.sk/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  I am doomed</li>
<li><a href="http://kb2.adobe.com/cps/405/kb405285.html">http://kb2.adobe.com/cps/405/kb405285.html</a> suggested to remove &#8220;\.metadata\.plugins\org.eclipse.core.resources&#8221;</li>
<li>restarting&#8230; no success</li>
<li>removing everything from C:\Program Files\Adobe\Adobe Flash Builder 4\plugins with name Aptana</li>
<li>restarting&#8230; success!!! but wait! where are all the projects from my workspace? And why is everything changed? All the icons, all the tabs and views, what happend?</li>
</ol>
<p>It seems that by removing org.eclipse.core.resources all the old Flex Builder things get removed, new (I guess) Flash Builder appearance got on scene, new Package Explorer with working quick options for .as, .css everything wow!!! <strong>My final suggestion for switching from Flex Builder to Flash Builder is: use new workspaces, new projects, do not import the old ones!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yoz.sk/2010/06/switching-flex-builder-to-flash-builder-issues/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Quick tip: Flex Builder already appears to be running.</title>
		<link>http://blog.yoz.sk/2009/11/quick-tip-flex-builder-already-appears-to-be-running/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=quick-tip-flex-builder-already-appears-to-be-running</link>
		<comments>http://blog.yoz.sk/2009/11/quick-tip-flex-builder-already-appears-to-be-running/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 15:52:53 +0000</pubDate>
		<dc:creator>Jozef Chúťka</dc:creator>
				<category><![CDATA[Flash / Flex]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Flex Builder]]></category>

		<guid isPermaLink="false">http://blog.yoz.sk/?p=580</guid>
		<description><![CDATA[Flex Builder already appears to be running. Running two copies of Flex Builder at the same time is not recommended. Are you sure you want to continue? [ Ok ] &#8230; and you do not see one? In windows, open task manager, find javaw.exe and end task.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Flex Builder already appears to be running. Running two copies of Flex Builder at the same time is not recommended. Are you sure you want to continue? [ Ok ]</p></blockquote>
<p>&#8230; and you do not see one? In windows, open task manager, find javaw.exe and end task.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.yoz.sk/2009/11/quick-tip-flex-builder-already-appears-to-be-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

