<?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>Limi&#039;s Sphere of Influence &#187; Aptana Studio</title>
	<atom:link href="http://blogs.gerbilsofwar.com/limi/category/programming/aptana-studio-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gerbilsofwar.com/limi</link>
	<description>dabbling, frivolling, idling, loafing, loitering, playing and procrastinating</description>
	<lastBuildDate>Wed, 04 Nov 2009 20:04:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Aptana on Ubuntu Intrepid Ibex without Firefox2</title>
		<link>http://blogs.gerbilsofwar.com/limi/2008/11/01/how-to-run-aptana-on-ubuntu-intrepid-ibex-without-firefox-2/</link>
		<comments>http://blogs.gerbilsofwar.com/limi/2008/11/01/how-to-run-aptana-on-ubuntu-intrepid-ibex-without-firefox-2/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 00:42:07 +0000</pubDate>
		<dc:creator>Limi</dc:creator>
				<category><![CDATA[Aptana Studio]]></category>
		<category><![CDATA[Companies]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[heron]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ibex]]></category>
		<category><![CDATA[intrepid]]></category>
		<category><![CDATA[xulrunner]]></category>

		<guid isPermaLink="false">http://blogs.gerbilsofwar.com/limi/?p=169</guid>
		<description><![CDATA[If you had a previous installation of Aptana Studio in hardy and now that you&#8217;ve upgraded to ibex it no longer works then you aren&#8217;t alone. It no longer works since during the upgrade Firefox 2 was removed from your system, and there isn&#8217;t a way to put it back in as its been removed [...]]]></description>
			<content:encoded><![CDATA[<p>If you had a previous installation of Aptana Studio in hardy and now that you&#8217;ve upgraded to ibex it no longer works then you aren&#8217;t alone. It no longer works since during the upgrade Firefox 2 was removed from your system, and there isn&#8217;t a way to put it back in as its been removed from the package manager.</p>
<p>Luckily the fix is easy&#8230;</p>
<blockquote><p>sudo apt-get install xulrunner</p></blockquote>
<p>Then you&#8217;ll need to either edit or create a startup script for Aptana to use. So make a file called &#8220;runAptana.sh&#8221; in <code>/usr/local/aptana</code> and inside that put&#8230;</p>
<blockquote><p>#!/bin/bash<br />
export MOZILLA_FIVE_HOME=/usr/lib/xulrunner<br />
/usr/local/aptana/AptanaStudio</p></blockquote>
<p>Then, whenever you want to run Aptana use that script instead; otherwise you&#8217;ll get those nasty errors which hamper your daily work efforts!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gerbilsofwar.com/limi/2008/11/01/how-to-run-aptana-on-ubuntu-intrepid-ibex-without-firefox-2/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Subclipse JavaHL in Aptana Studio on Ubuntu</title>
		<link>http://blogs.gerbilsofwar.com/limi/2008/10/29/subclipse-javahl-in-aptana-studio-on-ubuntu-804/</link>
		<comments>http://blogs.gerbilsofwar.com/limi/2008/10/29/subclipse-javahl-in-aptana-studio-on-ubuntu-804/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 13:03:00 +0000</pubDate>
		<dc:creator>Limi</dc:creator>
				<category><![CDATA[Aptana Studio]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[aptana studio]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javahl]]></category>
		<category><![CDATA[subclipse]]></category>

		<guid isPermaLink="false">http://blogs.gerbilsofwar.com/limi/?p=161</guid>
		<description><![CDATA[Subclipse is a SVN plugin for Aptana, and it allows you to interact with the SVN server from within the IDE. However getting this running properly on my Ubuntu 8.04 machine proved to be more challenging than just installing it.
The problem I was having was that when I went to talk to the SVN server, [...]]]></description>
			<content:encoded><![CDATA[<p>Subclipse is a SVN plugin for Aptana, and it allows you to interact with the SVN server from within the IDE. However getting this running properly on my Ubuntu 8.04 machine proved to be more challenging than just installing it.</p>
<p>The problem I was having was that when I went to talk to the SVN server, it would always ask me for my username and password, there was no option to remember it. I thought this a little strange and upon visiting the preferences dialog (Window->Preferences->Team->SVN) I was greeted by a nice error &#8220;Failed to load JavaHL library&#8221;. Which of course meant I couldn&#8217;t change any options without it bitching that it wasn&#8217;t available.</p>
<p>So how do we fix this? First off&#8230;</p>
<blockquote><p>sudo apt-get install libsvn-java</p></blockquote>
<p>Then, if you&#8217;re lucky, you should just have to restart Aptana in order for it to now detect it. However, if your machine was like mine and it didn&#8217;t detect it then you&#8217;ll need to do the following. Go to where Aptana is installed, for me this was <code>/usr/local/aptana</code></p>
<blockquote><p>cd /usr/local/aptana<br />
gedit AptanaStudio.ini</p></blockquote>
<p>You&#8217;ll then need to add the following line to the end of this file</p>
<blockquote><p>-Djava.library.path=/usr/lib/jni</p></blockquote>
<p>That&#8217;s technically it, all you should need to do now is save the file, restart Aptana and it&#8217;ll be working for you. Well, I say you, I mean me <img src='http://blogs.gerbilsofwar.com/limi/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>So now that JavaHL is installed correctly, when I next talked to the SVN server, it once again, asked me for my login details, however a lovely &#8220;Save Credentials&#8221; checkbox appeared saving my sanity from inputting my details everytime. <img src='http://blogs.gerbilsofwar.com/limi/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.gerbilsofwar.com/limi/2008/10/29/subclipse-javahl-in-aptana-studio-on-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
