﻿<?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>Ladysign Dev Blog &#187; eclipse</title>
	<atom:link href="http://www.ladysign-apps.com/blog/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ladysign-apps.com/blog</link>
	<description>Girls can code.</description>
	<lastBuildDate>Mon, 01 Feb 2010 09:44:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Aptana 1.5 and SVN 1.6.x</title>
		<link>http://www.ladysign-apps.com/blog/code/opensource/aptana-1-5-and-svn-1-6-x/</link>
		<comments>http://www.ladysign-apps.com/blog/code/opensource/aptana-1-5-and-svn-1-6-x/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 12:40:53 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[opensource]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[subclipse]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=877</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 2 out of 5 stars</p>
<pre class="brush: jscript;">org.tigris.subversion.javahl.ClientException - svn: Unable to open an ra_local session to URL svn: Unable to open reposit[......]</pre>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 2 out of 5 stars</p>
<pre class="brush: jscript;">org.tigris.subversion.javahl.ClientException - svn: Unable to open an ra_local session to URL svn: Unable to open repository 'file:///D:/SvnData/Repositories/Project' svn: Expected FS format between '1' and '3'; found format '4'</pre>
<p>Got a similair error exception in Aptana?</p>
<p>When you install <a href="http://www.aptana.org/studio/download">Aptana 1.5</a> version, you&#8217;ll notice that the included Subclipse plugin is 1.4.x.</p>
<p>With Subversion 1.6.x. installed on your system, the Subclipse plugin in Aptana won&#8217;t work. Since Subversion client &#038; Subclipse (&#038; for example Tortoise SVN), all need to be from the same version.<br />
So the solution is to upgrade Supclipse to 1.6.x.<br />
However it bugged me, to do so.<br />
Here is the complete solution:</p>
<ol>
<li>Verify Aptana 1.4.x version: In Aptana click:<br />
<strong>Help > About Aptana Studio > Installation Details</strong><br />
Subclipse 1.4.x. should be in this installed sofware list.<br />
Shutdown Aptana.
</li>
<li>Go to your installation folder of Aptana, for example:<br />
C:\Program Files\Aptana\
</li>
<li>In the features folder, remove all the folders and jars with subversion or subclipse in the file name:<br />
<strong>C:\Program Files\Aptana\features\</strong>
</li>
<li>In the plugin folder, remove all the folders and jars with subversion or subclipse in the file name:<br />
<strong>C:\Program Files\Aptana\plugins\</strong>
</li>
<li>From now, there is no Subclipse installed in your Aptana. Let&#8217;s install 1.6.x.<br />
In Aptana click: <strong>Help > Install New Software</strong>
</li>
<li>Add the following software site, and name it &#8216;Subclipse&#8217;: <strong>http://subclipse.tigris.org/update_1.6.x</strong></li>
<li>Select the &#8220;Core SVN Kit&#8221; and &#8220;Subclipse&#8221; checkboxes, and press &#8220;Next&#8221;</li>
<li><em>Incase you&#8217;ll get the following error: &#8220;The operation cannot be completed.  See the details.&#8221;;<br />
uncheck: &#8220;Subclipse Integration for Mylyn&#8230; &#8220;</em></li>
<li><em>Incase you&#8217;ll have problems with &#8220;Accepting the agreements&#8221;, because the &#8220;Finish&#8221; button does not appear after checking &#8220;agree&#8221;. Retry the above 3 steps, but make sure, you uncheck the Mylyn on the first window (&#8221;Available software&#8221;), instead of pressing &#8220;Next&#8221; first.</em></li>
<li>Restart Aptana &#038; Done! Your SVN should work right now. To verify Aptana 1.6.x version, repeat step 1.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/opensource/aptana-1-5-and-svn-1-6-x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting started with JavaFX and Eclipse</title>
		<link>http://www.ladysign-apps.com/blog/code/javafx/getting-started-with-javafx-and-eclipse/</link>
		<comments>http://www.ladysign-apps.com/blog/code/javafx/getting-started-with-javafx-and-eclipse/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 15:32:56 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[javafx]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=226</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 2 out of 5 stars</p>
<p>Let&#8217;s get started with JavaFX, the java based answer from SUN to Microsoft (Silverlight) and Adobe (Flex). With Jav[......]</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 2 out of 5 stars</p>
<p>Let&#8217;s get started with JavaFX, the java based answer from SUN to Microsoft (Silverlight) and Adobe (Flex). With JavaFX you can develop rich internet applications (RIA).</p>
<p>This is what you need to start coding with JavaFX Script (It&#8217;s quiet easy, I use to say; JavaFX Script looks like Javascript and CSS coding with a Java touch.)<br />
- JavaFX 1.0 SDK</p>
<p>You can download it from the SUN JavaFX website: <a href="http://www.javafx.com">JavaFX</a>.<br />
From this website you can also download the NetBeans IDE 6.5, fine by me but since I&#8217;m a Eclipse / RAD user I would love to develop JavaFX from my favorite dev tool; Eclipse 3.2.</p>
<p>Now open your Eclipse IDE and choose:<br />
Help > Software updates > Find and Install > Search for new features to install.<br />
Press:New Remote Site</p>
<pre class="brush: jscript;">
Name: JavaFX
URL: http://download.java.net/general/openjfx/plugins/eclipse/site.xml
</pre>
<p>Press Finish and let Eclipse search and install the plugin.<br />
Then restart your IDE; and there you go!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/javafx/getting-started-with-javafx-and-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
