<?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>FlexBandit &#187; Flex Gotchas</title>
	<atom:link href="http://flexbandit.com/archives/category/gotchas/feed" rel="self" type="application/rss+xml" />
	<link>http://flexbandit.com</link>
	<description>Yet another Flex enthusiast? You Betcha!</description>
	<lastBuildDate>Thu, 13 May 2010 16:58:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Eclipse/FlexBuilder Memory Settings</title>
		<link>http://flexbandit.com/archives/75</link>
		<comments>http://flexbandit.com/archives/75#comments</comments>
		<pubDate>Wed, 16 Sep 2009 13:09:28 +0000</pubDate>
		<dc:creator>donkeybandit</dc:creator>
				<category><![CDATA[Flex Gotchas]]></category>
		<category><![CDATA[Flex Info]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://flexbandit.com/?p=75</guid>
		<description><![CDATA[Increase the amount of heap used by Eclipse/FlexBuilder by adding the following command line options: -vmargs -Xms256M -Xmx512M Shortcut Example: "C:\Program Files\eclipse\eclipse.exe" -vmargs -Xms256M -Xmx512M Alternatively, you can update your eclipse.ini file. More information can be found on Ryan Phelan&#8217;s site. These examples have been tested on a Windows XP PC with 2GB RAM.]]></description>
			<content:encoded><![CDATA[<p>Increase the amount of heap used by Eclipse/FlexBuilder by adding the following command line options:</p>
<p><code>-vmargs -Xms256M -Xmx512M</code></p>
<p>Shortcut Example: <code>"C:\Program Files\eclipse\eclipse.exe" -vmargs -Xms256M -Xmx512M</code></p>
<p>Alternatively, you can update your eclipse.ini file.</p>
<p>More information can be found on <a title="Tweaking Compiler Performance in Flex Builder" href="http://www.rphelan.com/2008/03/27/tweaking-compiler-performance-in-flex-builder/" target="_blank">Ryan Phelan&#8217;s site</a>.</p>
<p>These examples have been tested on a Windows XP PC with 2GB RAM.</p>
]]></content:encoded>
			<wfw:commentRss>http://flexbandit.com/archives/75/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subclipse With SSH &#8211; Top Tip</title>
		<link>http://flexbandit.com/archives/69</link>
		<comments>http://flexbandit.com/archives/69#comments</comments>
		<pubDate>Sun, 21 Jun 2009 13:36:17 +0000</pubDate>
		<dc:creator>donkeybandit</dc:creator>
				<category><![CDATA[Flex Gotchas]]></category>
		<category><![CDATA[Flex Info]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[SVN+SSH]]></category>

		<guid isPermaLink="false">http://flexbandit.com/?p=69</guid>
		<description><![CDATA[If you&#8217;ve attempted to use subclipse with a secure session, you may well have experienced the dreaded error message: The system cannot find the file specified. svn: Can't create tunnel: The system cannot find the file specified. Typically, you experience it when using a url with the following structure: svn+ssh://myfancy.svnserver.com/repo Thankfully there is a very [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve attempted to use subclipse with a secure session, you may well have experienced the dreaded error message:</p>
<p><code>The system cannot find the file specified.<br />
svn: Can't create tunnel: The system cannot find the file specified.</code></p>
<p>Typically, you experience it when using a url with the following structure:</p>
<p><code>svn+ssh://myfancy.svnserver.com/repo</code></p>
<p>Thankfully there is a very simple fix. All you need to do is <span id="more-69"></span>adjust one of the settings in the &#8220;<strong>Window-&gt;Preferences</strong>&#8221; menu.</p>
<p>Navigate the tree to &#8220;<strong>Team-&gt;SVN</strong>&#8221; and you will notice a section called &#8220;SVN Interface&#8221;. If the client is set to &#8220;JavaHL (JNI)&#8221; then <strong>change it to &#8220;SVNKit (Pure Java)&#8221;</strong>.</p>
<p>Thanks to <a href="http://markphip.blogspot.com/" target="_blank">Mark Phippard</a> for this gem.</p>
]]></content:encoded>
			<wfw:commentRss>http://flexbandit.com/archives/69/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
