<?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>DevOnLinux &#187; eclipse</title>
	<atom:link href="http://blog.devonlinux.net/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.devonlinux.net</link>
	<description>ICT solutions that work</description>
	<lastBuildDate>Tue, 02 Feb 2010 23:54:34 +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 Galileo problem in Karmic Koala</title>
		<link>http://blog.devonlinux.net/2009/10/09/eclipse-galileo-problem-in-karmic-koala/</link>
		<comments>http://blog.devonlinux.net/2009/10/09/eclipse-galileo-problem-in-karmic-koala/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 12:18:06 +0000</pubDate>
		<dc:creator>neuromancer</dc:creator>
				<category><![CDATA[open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[eclipse galileo]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[karmic koala]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=136</guid>
		<description><![CDATA[A few day ago I began to use Ubuntu Karmic Koala 9.10 beta on my laptop. It&#8217;s look very fine and also work great but yesterday I&#8217;ve found a big problem for me and all developer that use Eclipse as preferred IDE. The problem is that Eclipse Galileo doesn&#8217;t work right with the new version [...]]]></description>
			<content:encoded><![CDATA[<p>A few day ago I began to use <a href="http://cdimage.ubuntu.com/releases/9.10/beta/">Ubuntu Karmic Koala 9.10 beta</a> on my laptop.<br />
It&#8217;s look very fine and also work great but yesterday I&#8217;ve found a big problem for me and all developer that use Eclipse as preferred <acronym title="Integrated development environment">IDE</acronym>.</p>
<p>The problem is that <strong>Eclipse Galileo</strong> doesn&#8217;t work right with the new version of gtk (gtk+ 2.18), and therefore all the Eclipse <acronym title="Graphical user interface">GUI</acronym> is unusable.<br />
In particular I&#8217;ve noted that click of mouse are not intercepted correctly and also some interface redraw (for example if I change perspective or move some bar) doesn&#8217;t work.</p>
<p>Now, this morning I&#8217;ve found <a title="Eclipse Galileo gtk problem in Ubuntu Karmic Koala" href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=291257">the bug and also a workaround</a> for the moment.<br />
Just open a terminal,  then give this command <code>export GDK_NATIVE_WINDOWS=true</code> and finally launch eclipse from the same terminal.</p>
<p>Open Source community it&#8217;s amazing!</p>
<p><em>Update</em><br />
Now eclipse packaged in Ubuntu official repository work without above trick. Simply install eclipse 3.5.1-0ubuntu7 (or later) from the Ubuntu archive.<br />
Eclipse version in the official eclipse site doesn&#8217;t work right yet. (See <a href="https://bugs.launchpad.net/gtk/+bug/442078/comments/28">#28 in this bug for a complete explanation of this Eclipse bug</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2009/10/09/eclipse-galileo-problem-in-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use Eclipse with Mylyn and Trac via TracXMLRPC</title>
		<link>http://blog.devonlinux.net/2009/04/14/use-eclipse-with-mylyn-and-trac-via-tracxmlrpc/</link>
		<comments>http://blog.devonlinux.net/2009/04/14/use-eclipse-with-mylyn-and-trac-via-tracxmlrpc/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 14:09:04 +0000</pubDate>
		<dc:creator>ed0t</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[bug tracking]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[mylyn]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://blog.devonlinux.net/?p=47</guid>
		<description><![CDATA[Today i&#8217;ve decided to add to my Eclipse IDE the Mylyn plugin, an add-on that lets manage bugs and planning of a project inside the IDE itself. Mylyn can be used with a lot of bug tracking tools and since i use Trac i&#8217;ve decided to link them together inside Eclipse. I assume you have [...]]]></description>
			<content:encoded><![CDATA[<p>Today i&#8217;ve decided to add to my Eclipse IDE the <a title="Go to Mylyn plugin offical site" href="http://www.eclipse.org/mylyn/">Mylyn plugin</a>, an add-on that lets manage bugs and planning of a project inside the IDE itself. Mylyn can be used with a lot of bug tracking tools and since i use Trac i&#8217;ve decided to link them together inside Eclipse.</p>
<p>I assume you have <a title="Read how to install Trac on Dreamhost" href="http://blog.devonlinux.net/2008/04/21/install-trac-on-dreamhost/">installed Trac on your local server, or on your Dreamhost account</a>. To enable communication between Trac and Mylyn we have to install and enable the XmlRpcPlugin that you can download from <a title="Go to Trac-hacks plugin" href="http://trac-hacks.org/wiki/XmlRpcPlugin">trac-hacks</a>.</p>
<p>After the download, copy your plugin on the system where Trac is installed. Uncompress the archive and go to the <em>0.10</em> folder if you have Trac 0.10 or <em>trunk</em> folder otherwise.</p>
<p>Now digit these commands:</p>
<pre>chmod 755 -R *
python setup.py bdist_egg</pre>
<p>Wait until the Python egg is created and then copy it into the <em>plugins</em> directory of your Trac environment. The egg file is in the <em>dist</em> directory created during the egg building.</p>
<p>Now go into your Admin account of your Trac web interface and go to Plugins page. You&#8217;ll see a TracXMLRPC 0.1 field. Clicking on it you&#8217;ll see some component. You have to enable these components as shown in the next figure.</p>
<p><img class="aligncenter size-full wp-image-64" title="Trac XMLRPC plugin components" src="http://blog.devonlinux.net/wp-content/uploads/2009/04/trac.jpg" alt="Trac XMLRPC plugin components" width="500" height="429" align="center" /></p>
<p>Well we&#8217;ve almost done. Now we have to install Mylyn and Mylyn extras into Eclipse.</p>
<p>Start Eclipse and click on <em>Help</em> -&gt; <em>Software Updates</em>. Click on the <em>Availabe Software</em> tab. Click on <em>Add Site</em> button and paste these two &#8220;repository&#8221;:</p>
<pre>http://download.eclipse.org/tools/mylyn/update/e3.4

http://download.eclipse.org/tools/mylyn/update/extras</pre>
<p>Now select to install these features:</p>
<p><img class="aligncenter size-full wp-image-73" title="Mylyn Plugin" src="http://blog.devonlinux.net/wp-content/uploads/2009/04/mylyn.jpg" alt="Mylyn Plugin" width="411" height="414" align="center" /></p>
<p>Wait until Eclipse asks you to restart to update changes and then you&#8217;ll be able to use Mylyn with your Trac environment.</p>
<p><a class="external free" title="http://download.eclipse.org/tools/mylyn/update/extras" rel="nofollow" href="http://download.eclipse.org/tools/mylyn/update/extras"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.devonlinux.net/2009/04/14/use-eclipse-with-mylyn-and-trac-via-tracxmlrpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.283 seconds -->
