<?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>localToGlobal &#187; eclipse</title>
	<atom:link href="http://blog.fjakobs.com/archives/tag/eclipse/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.fjakobs.com</link>
	<description>FLASH BLOG</description>
	<lastBuildDate>Fri, 11 Jun 2010 08:06:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>use FCSH via ant</title>
		<link>http://blog.fjakobs.com/archives/12</link>
		<comments>http://blog.fjakobs.com/archives/12#comments</comments>
		<pubDate>Fri, 30 May 2008 09:29:50 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[fcsh]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://blog.fjakobs.com/archives/12</guid>
		<description><![CDATA[yesterday two very good buddies from BigSource released their FCSH Wrapper plugin for eclipse. i was one of the first beta testers and i have to say that it&#8217;s a great tool for my daily work. the Flex Compiler Shell (short FCSH) is much more faster than the MXMLC compiler, because only the changes in [...]]]></description>
			<content:encoded><![CDATA[<p>yesterday two very good buddies from <a href="http://www.bigsource.de" target="_blank">BigSource</a> released their FCSH Wrapper plugin for eclipse. i was one of the first beta testers and i have to say that it&#8217;s a great tool for my daily work. the <a href="http://labs.adobe.com/wiki/index.php/Flex_Compiler_Shell" target="_blank">Flex Compiler Shell</a> (short FCSH) is much more faster than the MXMLC compiler, because only the changes in your code and not the whole project is compiled by FCSH.</p>
<p>so get it from <a href="http://blog.bigsource.de/index.php/2008/05/29/eclipse-fcsh-wrapper-plugin/" target="_blank">http://blog.bigsource.de</a>, use it to compile your flash projects and have more fun at work!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fjakobs.com/archives/12/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>save / share your FDT 3.0 preferences</title>
		<link>http://blog.fjakobs.com/archives/10</link>
		<comments>http://blog.fjakobs.com/archives/10#comments</comments>
		<pubDate>Wed, 28 May 2008 08:38:23 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[teamwork]]></category>

		<guid isPermaLink="false">http://blog.fjakobs.com/archives/10</guid>
		<description><![CDATA[if work in a team and use FDT 3.0 one of the most important things is, that you and your  colleagues have the same core library settings.
you can find these preferences in
~workspace~/.metadata/.plugins/org.eclipse.core.runtime/.settings.
there you will find several files for eclipse preferences.
the important for FDT 3.0 are
com.powerflasher.fdt.core.formatter.prefs, com.powerflasher.fdt.core.prefs, com.powerflasher.fdt.core.problems.prefs, com.powerflasher.fdt.ui.prefs and org.eclipse.core.resources.prefs.
to save or  share [...]]]></description>
			<content:encoded><![CDATA[<p>if work in a team and use FDT 3.0 one of the most important things is, that you and your  colleagues have the same <strong>core library settings</strong>.<br />
you can find these preferences in<br />
<strong>~workspace~/.metadata/.plugins/org.eclipse.core.runtime/.settings</strong>.</p>
<p>there you will find several files for eclipse preferences.<br />
the important for FDT 3.0 are<br />
<strong>com.powerflasher.fdt.core.formatter.prefs</strong>, <strong>com.powerflasher.fdt.core.prefs</strong>, <strong>com.powerflasher.fdt.core.problems.prefs</strong>, <strong>com.powerflasher.fdt.ui.prefs</strong> and <strong>org.eclipse.core.resources.prefs</strong>.</p>
<p>to save or  share your <strong>core library settings</strong> just copy the two files <strong>com.powerflasher.fdt.core.prefs</strong> and <strong>org.eclipse.core.resources.prefs</strong> into the folder<br />
<strong>~workspace~</strong><strong>/.metadata/.plugins/org.eclipse.core.runtime/.settings</strong><br />
in the workspace of your  co-worker. maybe you have to adjust the pathes for the pathvariables in the <strong>org.eclipse.core.resources.prefs</strong> -file.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fjakobs.com/archives/10/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FDT-1.5 to FDT-3.0 project-migration</title>
		<link>http://blog.fjakobs.com/archives/6</link>
		<comments>http://blog.fjakobs.com/archives/6#comments</comments>
		<pubDate>Fri, 14 Mar 2008 16:22:10 +0000</pubDate>
		<dc:creator>Fabian</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[fdt]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[migration]]></category>

		<guid isPermaLink="false">http://blog.fjakobs.com/archives/6</guid>
		<description><![CDATA[today i started to migrate an old FDT 1.5 project to FDT 3.0 and
i like to share my experience with you. the only things you have to do are:
1.) add the ~com.powerflasher.fdt.core.prefs~ -file to your .settings folder (copy it from an other project)
2.) open the ~.as2_classpath~ -file, rename ~AS2Classpathes~ to ~AS2Classpath~ and add the attributes [...]]]></description>
			<content:encoded><![CDATA[<p>today i started to migrate an old FDT 1.5 project to FDT 3.0 and<br />
i like to share my experience with you. the only things you have to do are:</p>
<p>1.) add the ~com.powerflasher.fdt.core.prefs~ -file to your .settings folder (copy it from an other project)</p>
<p>2.) open the ~.as2_classpath~ -file, rename ~AS2Classpathes~ to ~AS2Classpath~ and add the attributes ~generateProblems=&#8221;true&#8221;~ and ~useAsSharedCode=&#8221;false&#8221;~ to the &lt;AS2Classpath&gt; -tags</p>
<p>3.) open the ~.project~ -file,<br />
reneame ~com.pf.fdt.IncrementalProjectBuilder1~ to ~com.powerflasher.fdt.core.FlashBuilder~,<br />
rename  ~com.pf.fdt.FlashNature~ to ~com.powerflasher.fdt.core.FlashNature~,<br />
rename ~location~ to ~locationURI~ and replace ~whatever~ with ~AS2_CORE_DEFAULT~ between the &lt;locationURI&gt; -tags</p>
<p>that&#8217;s it. i&#8217;ve created a small cheat-sheet for the migration.<br />
<a href="http://blog.fjakobs.com/archives/6/fdt_migration/" target="_blank" rel="attachment wp-att-8" title="cheat-sheet"></a></p>
<p style="text-align: center"><a href="http://blog.fjakobs.com/archives/6/fdt_migration/" target="_blank" rel="attachment wp-att-8" title="cheat-sheet"><img src="http://blog.fjakobs.com/wp-content/uploads/2008/03/fdt_migration.thumbnail.jpg" alt="fdt_migration" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fjakobs.com/archives/6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
