<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Code n&#039;roll &#187; eclipse</title>
	<atom:link href="http://tomasmuller.com.br/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomasmuller.com.br</link>
	<description>Tomás Augusto Müller personal blog</description>
	<lastBuildDate>Thu, 16 May 2013 23:20:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tomasmuller.com.br' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/e119777071ecba6b5b0b799228927ed7?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Code n&#039;roll &#187; eclipse</title>
		<link>http://tomasmuller.com.br</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tomasmuller.com.br/osd.xml" title="Code n&#039;roll" />
	<atom:link rel='hub' href='http://tomasmuller.com.br/?pushpress=hub'/>
		<item>
		<title>Resolving svn RA layer request failed error</title>
		<link>http://tomasmuller.com.br/2010/10/08/resolving-svn-ra-layer-request-failed-error/</link>
		<comments>http://tomasmuller.com.br/2010/10/08/resolving-svn-ra-layer-request-failed-error/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 13:23:53 +0000</pubDate>
		<dc:creator>Tomás Augusto Müller</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://tomasmuller.com.br/?p=560</guid>
		<description><![CDATA[Still using Subversion? Are you using Ubuntu, under a network which has a proxy configured? And, after installing the Subclipse Eclipse plugin you are getting the &#8220;RA layer request failed&#8221; error? Configuring proxy by entering the address and port number in Eclipse preferences will not solve this. Proceed with the following: $ cd ~/.subversion/ $ [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomasmuller.com.br&#038;blog=4832129&#038;post=560&#038;subd=tomasmuller&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Still using Subversion?</p>
<p>Are you using Ubuntu, under a  network which has a proxy configured?<br />
And, after installing the Subclipse Eclipse plugin you are getting the &#8220;RA layer request failed&#8221; error?</p>
<p>Configuring proxy by entering the address and port number in Eclipse preferences will not solve this.</p>
<p>Proceed with the following:</p>
<ol>
<li>$ cd ~/.subversion/</li>
<li>$ vim servers</li>
<li>In the servers file, find the lines with http-proxy-host and http-proxy-port under [global] section.</li>
<li>Uncomment those lines and enter the host address and the port number respectively for http-proxy-host and http-proxy-port.</li>
<li>Save and close the editor.</li>
<li>In the SVN Repository view in Eclipse, try adding a new repository location.</li>
</ol>
<p>Note: Make sure you don&#8217;t leave a space before the statements after uncommenting the two lines as said above, else you are likely to get the error Cannot map the project with svn provider.</p>
<p>ps: tested using Ubuntu 10.04; SVN interface: JavaHL (JNI) 1.6.6</p>
<p>sudo  apt-get install libsvn-java, to install the JavaHL interface.</p>
<p>The default installation dir is: /usr/lib/jni</p>
<p>If Eclipse do not pick automatically this directory, add the following line to your eclipse.ini, as a argument bellow of &#8220;-vmargs&#8221;:</p>
<p>-Djava.library.path=/usr/lib/jni</p>
<p>sorces:</p>
<p><a href="http://varshamyspace.blogspot.com/2010/08/setting-up-proxy-for-subclipse-in.html" rel="nofollow">http://varshamyspace.blogspot.com/2010/08/setting-up-proxy-for-subclipse-in.html</a></p>
<p><a href="http://islandlinux.org/howto/installing-javahl-subclipseeclipse-ubuntu" rel="nofollow">http://islandlinux.org/howto/installing-javahl-subclipseeclipse-ubuntu</a></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomasmuller.com.br&#038;blog=4832129&#038;post=560&#038;subd=tomasmuller&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomasmuller.com.br/2010/10/08/resolving-svn-ra-layer-request-failed-error/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c80f7f96a7ef58e5c6da01620ba78ab?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">tomasmuller</media:title>
		</media:content>
	</item>
		<item>
		<title>[pt_BR] Eclipse running in a JDK</title>
		<link>http://tomasmuller.com.br/2010/01/13/pt_br-eclipse-running-in-a-jdk/</link>
		<comments>http://tomasmuller.com.br/2010/01/13/pt_br-eclipse-running-in-a-jdk/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 01:24:00 +0000</pubDate>
		<dc:creator>Tomás Augusto Müller</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[jdk]]></category>
		<category><![CDATA[pt_BR]]></category>

		<guid isPermaLink="false">http://tomasmuller.wordpress.com/2010/01/13/pt_br-eclipse-running-in-a-jdk</guid>
		<description><![CDATA[Localize o arquivo eclipse.ini na raiz da instalação do Eclipse e adicione o parâmetro -vm no início deste arquivo. Exemplo: -vm &#60;path-to-jdk&#62;/bin--launcher.libraryplugins/org.eclipse.equinox.launcher...-startupplugins/org.eclipse.equinox.launcher...-productorg.eclipse.epp.package.jee.product--launcher.XXMaxPermSize256M-showsplashorg.eclipse.platform--launcher.XXMaxPermSize256m-vmargs-Dosgi.requiredJavaVersion=1.5-Xms40m-Xmx512m Alguns plugins como o m2eclipse necessitam que o Eclipse execute utilizando a JDK e não a JRE: The Maven Integration requires that Eclipse be running in a JDK, beacuase a number of Maven [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomasmuller.com.br&#038;blog=4832129&#038;post=388&#038;subd=tomasmuller&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Localize o arquivo <code>eclipse.ini</code> na raiz da instalação do Eclipse e adicione o parâmetro -vm no início deste arquivo.</p>
<p>Exemplo:</p>
<div style="font-family:&quot;"><b><code>-vm </code></b><code><b>&lt;path-to-jdk&gt;/bin</b></code><code><b></b><br />--launcher.library<br />plugins/org.eclipse.equinox.launcher...<br />-startup<br />plugins/org.eclipse.equinox.launcher...<br />-product<br />org.eclipse.epp.package.jee.product<br />--launcher.XXMaxPermSize<br />256M<br />-showsplash<br />org.eclipse.platform<br />--launcher.XXMaxPermSize<br />256m<br />-vmargs<br />-Dosgi.requiredJavaVersion=1.5<br />-Xms40m<br />-Xmx512m</code></div>
<p>Alguns plugins como o <a href="http://m2eclipse.sonatype.org/" rel="nofollow">m2eclipse</a> necessitam que o Eclipse execute utilizando a JDK e não a JRE:<br />
<blockquote>
<div class="sites-codeblock sites-codesnippet-block"><code>The Maven Integration requires that Eclipse be running in a JDK, beacuase a number of Maven core plugins are using jars from the JDK.</code></p>
<p><code>Please make sure the -vm options in eclipse.ini is pointing to a JDK and verify that Installed JREs are also using JDK installs.</code></div>
</blockquote>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomasmuller.com.br&#038;blog=4832129&#038;post=388&#038;subd=tomasmuller&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomasmuller.com.br/2010/01/13/pt_br-eclipse-running-in-a-jdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6c80f7f96a7ef58e5c6da01620ba78ab?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">tomasmuller</media:title>
		</media:content>
	</item>
	</channel>
</rss>
