<?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>DaveOnCode &#187; aptana</title>
	<atom:link href="http://www.daveoncode.com/tag/aptana/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveoncode.com</link>
	<description>coder and technology lover</description>
	<lastBuildDate>Tue, 31 Aug 2010 08:15:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing Eclipse + Aptana + Subclipse SVN</title>
		<link>http://www.daveoncode.com/2009/11/04/installing-eclipse-aptana-subclipse-svn/</link>
		<comments>http://www.daveoncode.com/2009/11/04/installing-eclipse-aptana-subclipse-svn/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 21:18:14 +0000</pubDate>
		<dc:creator>Davide Zanotti</dc:creator>
				<category><![CDATA[ide]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.daveoncode.com/?p=508</guid>
		<description><![CDATA[Recently I&#8217;ve updated my Eclipse version and I installed certain plugin which has created some kind of conflict and confusion in my workspace. What I was trying to do was installing an SVN plugin in order to work on a google code SVN repository, but I had several errors and I lost several hours trying]]></description>
			<content:encoded><![CDATA[<p>Recently I&#8217;ve updated my Eclipse version and I installed certain plugin which has created some kind of conflict and confusion in my workspace. What I was trying to do was installing an SVN plugin in order to work on a google code SVN repository, but I had several errors and I lost several hours trying to figure out what was wrong. So I decided to do a fresh and clean installation, once understood the problem. So, I would like to write a sort of tutorial which will explain how to get a sound and working installation of Eclipse, Aptana and Subclipse (which as far I read, is actually the best plugin available for SVN on Eclipse).</p>
<p><span id="more-508"></span></p>
<h2>Install Eclipse</h2>
<p>If you have already Eclipse installed, backup your workspace folder somewhere, then delete eclipse installation folder and the old workspace (you will use the old projects folder after by skipping the &#8220;.metadata&#8221; folder that is the place where Eclipse stores informations about settings and plugins installed). Go to http://eclipse.org/downloads/ and download the Eclipse edition you prefer (I use Eclipse Classic), after extracting the archive, place folder &#8220;eclipse&#8221; where you like (usually &#8220;Programs&#8221; folder on windows and &#8220;Applications&#8221; on Mac). Create a link to the executable file on your desktop (or Mac OS X dock), then launch the program. Since this is the first time you run Eclipse, it will ask where to locate the workspace, choose the destination and folder name you prefer (I use &#8220;eclipse-workspace&#8221; under my documents). Ok, at this point you should see a welcome screen, close it and choose <strong>Help > Install new software&#8230;</strong> from the top menu (we are going to install Aptana). </p>
<h2>Install Aptana</h2>
<p>Click on <strong>Add&#8230;</strong> and paste this url in the &#8220;Location&#8221; field: &#8220;http://download.aptana.org/tools/studio/plugin/install/studio&#8221; (don&#8217;t paste quotes!), write a name for the location entered (I simply called it &#8220;Aptana&#8221;). Go on, selecting Aptana packages check-boxes and clicking on <strong>Next</strong>, then accept the terms and click on <strong>Finish</strong>. It will takes several seconds, then Eclipse will inform you that installation is complete and it will suggest you to restart the program&#8230; obey!</p>
<h2>Install Subclipse (through Aptana)</h2>
<p>Ok, we have Aptana installed and running into Eclipse, now we can select <strong>Help > Install Aptana Features</strong> from the top menu, then select <strong>Others > SCM Plugins > Subclipse</strong> and from here select the following package: <strong>Core SVNKit library, Optional JNA library, Subclipse</strong>. After the routine &#8220;next, agree, finish, restart&#8221; we have now our beloved ide ready to be used!</p>
<h2>IDE configuration</h2>
<p>Now that all the stuff is installed, we should spent some time to configure it properly, depending on our needs and taste. Eclipse is a complex and powerfull software and is it possible to set a lot of options: font used, colors, code suggestion, indentation, code collapsing, autoupdate, file encoding, workspace and a lot more. If you never take an in depth look at the preferences panel, I suggest you to spent at list 5 minutes&#8230; it deserve the time spent!</p>
<h2>Possible issues and resolutions</h2>
<p>- If during installation an alert saying &#8220;WARNING: you are installing software that contains unsigned content&#8221; will appear, just choose <strong>ok</strong> and you shouldn&#8217;t get any problems.</p>
<p>- If you get problems to download from the update site(s), maybe you are blocked by a firewall, you should go to <strong>Window > Preferences > General > Network </strong> and set the right proxy configuration. If you don&#8217;t know how to configure it, you can download the archive version (a .jar or .zip file containing all plugin&#8217;s packages) from vendor site.</p>
<p>- If you are trying to add a new SVN repository (by using the installed Subclipse plugin) and you get an error saying &#8220;<strong>RA layer request failed</strong>&#8220;, go to <strong>Window > Preferences > Team > SVN</strong> and in the &#8220;SVN interface&#8221; choose SVNKit as client instead of JavaHL (default option)&#8230; this should solve the problem (in my case it did). If you still get that error or a similar one, maybe is due to firewall limitations, if you can&#8217;t change the configuration properly&#8230; google and good luck :^)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveoncode.com/2009/11/04/installing-eclipse-aptana-subclipse-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aptana&#8217;s Javascript editor is too cool!</title>
		<link>http://www.daveoncode.com/2009/03/06/aptanas-javascript-editor-is-too-cool/</link>
		<comments>http://www.daveoncode.com/2009/03/06/aptanas-javascript-editor-is-too-cool/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 15:03:38 +0000</pubDate>
		<dc:creator>Davide Zanotti</dc:creator>
				<category><![CDATA[ide]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.daveoncode.com/?p=324</guid>
		<description><![CDATA[I&#8217;ve just discovered that the last version of the Aptana Studio (in my case the Eclipse plugin version) has an integrated support for javadoc syntax inside js files. The beauty of this feature is that, once you have defined a function, you can just type /** and press enter and Aptana will generate automatically all]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just discovered that the last version of the Aptana Studio (in my case the Eclipse plugin version) has an integrated support for javadoc syntax inside js files. The beauty of this feature is that, once you have defined a function, you can just type /** and press enter and Aptana will generate automatically all the comments for you:</p>
<p><img class="alignnone size-full wp-image-329" title="js_javadoc_aptana_1" src="http://www.daveoncode.com/wp-content/uploads/2009/03/js_javadoc_aptana_1.gif" alt="js_javadoc_aptana_1" width="410" height="171" /></p>
<p>Furthermore it will show tips including parameters description when you will use your previous defined function:</p>
<p><img class="alignnone size-full wp-image-330" title="js_javadoc_aptana_2" src="http://www.daveoncode.com/wp-content/uploads/2009/03/js_javadoc_aptana_2.gif" alt="js_javadoc_aptana_2" width="635" height="203" /></p>
<p>&#8230;and if you want to add extra &#8220;@tag&#8221;, the editor will suggest you all tags available:</p>
<p><img class="alignnone size-full wp-image-331" title="js_javadoc_aptana_3" src="http://www.daveoncode.com/wp-content/uploads/2009/03/js_javadoc_aptana_3.gif" alt="js_javadoc_aptana_3" width="545" height="217" /></p>
<p>Too cool!!! I love Aptana :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveoncode.com/2009/03/06/aptanas-javascript-editor-is-too-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Associate custom file extensions to the default Aptana&#8217;s text editor</title>
		<link>http://www.daveoncode.com/2008/11/24/associate-custom-file-extensions-to-the-default-aptanas-text-editor/</link>
		<comments>http://www.daveoncode.com/2008/11/24/associate-custom-file-extensions-to-the-default-aptanas-text-editor/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 13:06:16 +0000</pubDate>
		<dc:creator>Davide Zanotti</dc:creator>
				<category><![CDATA[ide]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[custom file extensions]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[file association]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://daveoncode.wordpress.com/?p=67</guid>
		<description><![CDATA[In a project which I&#8217;m working on, the team make an intensive use of text file to include with SSI, and these files are named conventionally  .inc, Aptana by default opens these custom extensions with the default system&#8217;s editor (notepad on windows). We can tell Aptana to open the .inc or whatever extension we want]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-68 alignleft" style="margin: 0pt 10px 10px 0pt;" title="aptana" src="http://www.daveoncode.com/wp-content/uploads/2008/11/aptana.png" alt="aptana" /></p>
<p>In a project which I&#8217;m working on, the team make an intensive use of text file to include with SSI, and these files are named conventionally  <em>.inc</em>, Aptana by default opens these custom extensions with the default system&#8217;s editor (notepad on windows). We can tell Aptana to open the <em>.inc</em> or whatever extension we want with the Aptana&#8217;s text editor by simply doing the following: Choose <em><strong>window/preferences/Aptana/Editors/Generic Text</strong></em>, click <strong><em>add</em></strong> and then type our desired extension (in my case <em>*.inc</em>). Now if we double click over a <em>.inc</em> file in the project tree view, it will be opened inside Aptana.<br />
ps. The path to the settings panel may change according to the version of Aptana/Eclipse installed (I&#8217;m using the Aptana plugin for Eclipse 3.4.1)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daveoncode.com/2008/11/24/associate-custom-file-extensions-to-the-default-aptanas-text-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
