<?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>Adnan Doric &#187; Eclipse</title>
	<atom:link href="http://www.adnandoric.com/category/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adnandoric.com</link>
	<description>Flex, Flash, AIR, RIA</description>
	<lastBuildDate>Thu, 02 Jun 2011 08:34:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Unfuddle Mylyn Connector finally out!</title>
		<link>http://www.adnandoric.com/2010/02/07/unfuddle-mylyn-connector-finally-out/</link>
		<comments>http://www.adnandoric.com/2010/02/07/unfuddle-mylyn-connector-finally-out/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 23:55:55 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=242</guid>
		<description><![CDATA[Good news everyone! Unfuddle tickets can now be manipulated directly from the Eclipse Mylyn interface: http://unfuddle.com/blog/2010/1/14/unfuddle-mylyn-connector The Unfuddle Mylyn Connector is compatible with Mylyn 3.0.]]></description>
			<content:encoded><![CDATA[<p>Good news everyone!</p>
<p>Unfuddle tickets can now be manipulated directly from the Eclipse <a title="Mylyn" href="http://www.eclipse.org/mylyn/" target="_blank">Mylyn </a>interface:</p>
<p><a title="Unfuddle Mylyn Connector" href="http://unfuddle.com/blog/2010/1/14/unfuddle-mylyn-connector" target="_blank">http://unfuddle.com/blog/2010/1/14/unfuddle-mylyn-connector</a></p>
<p>The <a title="Unfuddle Mylyn Connector" href="http://unfuddle.com/plugins/mylyn" target="_blank">Unfuddle Mylyn Connector</a> is compatible with Mylyn 3.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2010/02/07/unfuddle-mylyn-connector-finally-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash builder Eclipse language issue</title>
		<link>http://www.adnandoric.com/2010/01/31/flash-builder-eclipse-language-issue/</link>
		<comments>http://www.adnandoric.com/2010/01/31/flash-builder-eclipse-language-issue/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 17:47:36 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=236</guid>
		<description><![CDATA[I just installed the new Windows 7, just to try and see if it is ready to replace my old XP. So far, I still don&#8217;t know how to disable the mouse acceleration (not speed)&#8230; anyway. So I am in France, but use my OS and software in English. For some unknown reason, Flash Builder [...]]]></description>
			<content:encoded><![CDATA[<p>I just installed the new Windows 7, just to try and see if it is ready to replace my old XP.  So far, I still don&#8217;t know how to disable the mouse acceleration (not speed)&#8230; anyway.</p>
<p>So I am in France, but use my OS and software in English. For some unknown reason, Flash Builder decided that I should use French language (OS location maybe), even though I choose English in the installer ! Thank you very much Adobe, but please let me choose my language in the future.</p>
<p>As you can imagine, no way to change the language, even reinstalling doesn&#8217;t help.</p>
<p>But&#8230; good news everyone ! There is a fix. Edit your eclipse.ini and add &#8220;-Duser.language=en&#8221; somewhere after &#8220;-vmarg&#8221;.</p>
<p>For exemple, I use the Eclipse 3.5.1 and my eclipse.ini looks like this :</p>
<blockquote><p>-data<br />
X:/wb_3.5.1<br />
-showlocation<br />
-showsplash<br />
org.eclipse.platform<br />
&#8211;launcher.XXMaxPermSize<br />
384M<br />
-startup<br />
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar<br />
&#8211;launcher.library<br />
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519<br />
-vm<br />
C:/Program Files (x86)/Java/jdk1.6.0_18/jre/bin/client/jvm.dll<br />
-vmargs<br />
<strong>-Duser.language=en</strong><br />
-Dosgi.requiredJavaVersion=1.5<br />
-Xms128m<br />
-Xmx384m<br />
-Xss4m<br />
-XX:PermSize=128m<br />
-XX:MaxPermSize=384m<br />
-XX:CompileThreshold=5<br />
-XX:MaxGCPauseMillis=10<br />
-XX:MaxHeapFreeRatio=70<br />
-XX:+UseConcMarkSweepGC<br />
-XX:+CMSIncrementalMode<br />
-XX:+CMSIncrementalPacing</p></blockquote>
<p>Hope that helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2010/01/31/flash-builder-eclipse-language-issue/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to use multiple Eclipse versions with one Flex plugin installation</title>
		<link>http://www.adnandoric.com/2009/07/13/how-to-use-multiple-eclipse-versions-with-one-flex-plugin-installation/</link>
		<comments>http://www.adnandoric.com/2009/07/13/how-to-use-multiple-eclipse-versions-with-one-flex-plugin-installation/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 12:59:06 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[multiple]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=227</guid>
		<description><![CDATA[I was using Eclipse 3.4 Ganymede until now but wanted to test the new Eclipse 3.5 Galileo with my current Flex plugin installation. The problem is that if you try to install a Flex plugin for the second time, it tells you that it is already installed and you have to choose another install path. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I was using Eclipse 3.4 Ganymede until now but wanted to test  the new <a title="Eclipse Galileo Release Now Available" href="http://www.eclipse.org/org/press-release/20090624_galileo.php" target="_blank">Eclipse 3.5 Galileo</a> with my current Flex plugin installation. The problem is that if you try to install a Flex plugin for the second time, it tells you that it is already installed and you have to choose another install path. Obviously, I don&#8217;t want to have a separate Flex installation for each Eclipse IDE so I looked for a solution.</p>
<p style="text-align: justify;">The solution is quite simple when you know what to look for, if you examine both Eclipse installations, you&#8217;ll notice that there is an extra &#8220;<strong>links</strong>&#8221; folder in one of them where the Flex is installed. You just have to copy the file <strong><em>com.adobe.flexbuilder.feature.core.link</em></strong> into the the new eclipse&#8217;s &#8220;<strong>links</strong>&#8221; folder (create it if it doesn&#8217;t exists).</p>
<p style="text-align: justify;">Or, if you prefer, you can create it from scratch, it is pretty simple as it contains only the path to the Flex plugin installation (path keyword is not mandatory) :</p>
<blockquote><p>path=C:/Program Files/Adobe/Flex Builder 3 Plug-in</p></blockquote>
<p>This solution works of course, for multiple Eclipse installations.</p>
<p>(For the moment, there is a<a title="Eclipse 3.5 and Flex builder 3 plug-in" href="http://bugs.adobe.com/jira/browse/FB-21284" target="_blank"> bug in Flex compiler</a>, so we have to wait)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2009/07/13/how-to-use-multiple-eclipse-versions-with-one-flex-plugin-installation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>We want Flex Builder for Linux</title>
		<link>http://www.adnandoric.com/2009/04/28/we-want-flex-builder-for-linux/</link>
		<comments>http://www.adnandoric.com/2009/04/28/we-want-flex-builder-for-linux/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 19:48:05 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=142</guid>
		<description><![CDATA[Adobe is planning to halt the Linux Flex Builder development (currently in alpha stage) ! I am on windows only because of Adobe products, mainly Flex. I would like to «format c:» and work on my ubuntu Do you want to develop Flex applications on Linux? Vote for it now and save the world!]]></description>
			<content:encoded><![CDATA[<p>Adobe is planning to halt the Linux Flex Builder development (<a title="Flex builder for Linux" href="http://labs.adobe.com/technologies/flex/flexbuilder_linux/" target="_blank">currently in alpha stage</a>) !</p>
<p>I am on windows only because of Adobe products, mainly Flex. I would like to «format c:»  and work on my ubuntu <img src='http://www.adnandoric.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Do you want to develop Flex applications on Linux?</p>
<p><a href="http://bugs.adobe.com/jira/browse/FB-19053" target="_blank">Vote for it now and save the world!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2009/04/28/we-want-flex-builder-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error creating AIR File: 303</title>
		<link>http://www.adnandoric.com/2009/04/13/error-creating-air-file-303/</link>
		<comments>http://www.adnandoric.com/2009/04/13/error-creating-air-file-303/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 14:08:10 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[error 303]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=136</guid>
		<description><![CDATA[Adding custom icons to your AIR application can be painful if you forget to copy them in &#8220;bin-release&#8221; folder prior to exporting your project. You can also just check in &#8220;Copy non-embedded files to output folder&#8221; in Flex compiler properties:]]></description>
			<content:encoded><![CDATA[<p>Adding custom icons to your AIR application can be painful if you forget to copy them in &#8220;bin-release&#8221; folder prior to exporting your project.   <img src='http://www.adnandoric.com/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
<p>You can also just check in &#8220;Copy non-embedded files to output folder&#8221; in Flex compiler properties:</p>
<div id="attachment_140" class="wp-caption aligncenter" style="width: 548px"><img class="size-full wp-image-140" title="error_3031" src="http://www.adnandoric.com/wp-content/uploads/2009/04/error_3031.jpg" alt="Flex compiler properties" width="538" height="315" /><p class="wp-caption-text">Flex compiler properties</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2009/04/13/error-creating-air-file-303/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Update your Flex SDK to 3.2</title>
		<link>http://www.adnandoric.com/2008/12/23/update-your-flex-sdk-to-32/</link>
		<comments>http://www.adnandoric.com/2008/12/23/update-your-flex-sdk-to-32/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 11:14:15 +0000</pubDate>
		<dc:creator>adnandoric</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex Builder]]></category>

		<guid isPermaLink="false">http://www.adnandoric.com/?p=25</guid>
		<description><![CDATA[If you are lucky, the eclipse feature Help &#62; Search for Flex Builder Updates will work for you. I am not lucky so it doesn&#8217;t works. There is a bug filled for Windows Vista based computers (I am on windows XP 64bit). Anyway, there is Flex builder updater on Adobe site, maybe it will help [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you are lucky, the eclipse feature Help &gt; Search for Flex Builder Updates will work for you. I am not lucky so it doesn&#8217;t works. There is a <a title="Flex builder Vista bug" href="http://bugs.adobe.com/jira/browse/FB-14132" target="_blank">bug filled for Windows Vista</a> based computers (I am on windows XP 64bit).</p>
<div id="attachment_28" class="wp-caption aligncenter" style="width: 393px"><img class="size-full wp-image-28" title="flex_builder_eclipse_update" src="http://www.adnandoric.com/wp-content/uploads/2008/12/flex_builder_eclipse_update.jpg" alt="Flex builder Eclipse update" width="383" height="325" /><p class="wp-caption-text">Flex builder Eclipse update</p></div>
<p style="text-align: justify;">Anyway, there is Flex builder updater on Adobe site, maybe it will help someone out there :</p>
<p><a title="Flex builder updater 3.0.2" href="http://www.adobe.com/support/flex/downloads_updaters.html" target="_blank">Go and grab the Flex builder 3.0.2 updater</a>.</p>
<p style="text-align: justify;">If you have some more time, you can read Read the <a title="Matt Chotin" href="http://weblogs.macromedia.com/mchotin/" target="_blank">Matt Chotin&#8217;s</a> article on subject <a title="Introducing Flex SDK 3.2 and Flex Builder 3.0.2" href="http://www.adobe.com/devnet/flex/articles/sdk32_fb302.html" target="_blank">here</a>.</p>
<p>Bug fixes :</p>
<ul>
<li><a title="SDK Bug Fixes" href="https://bugs.adobe.com/jira/secure/IssueNavigator.jspa?mode=hide&amp;requestId=11865" target="_blank">SDK</a></li>
<li><a title="IDE Bug Fixes" href="https://bugs.adobe.com/jira/secure/IssueNavigator.jspa?mode=hide&amp;requestId=11866" target="_blank">IDE</a></li>
<li><a title="Data visualization Bug Fixes" href="https://bugs.adobe.com/jira/secure/IssueNavigator.jspa?mode=hide&amp;requestId=11867" target="_blank">Data visualization components</a></li>
</ul>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.adnandoric.com/2008/12/23/update-your-flex-sdk-to-32/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

