<?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>P I L A N G O &#187; Ubuntu</title>
	<atom:link href="http://www.pilango.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pilango.com</link>
	<description>Crowdsourcing Innovation</description>
	<lastBuildDate>Thu, 26 Feb 2009 20:53:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eclipse running on jaunty again</title>
		<link>http://www.pilango.com/blog/2009/02/eclipse-running-on-jaunty-again/</link>
		<comments>http://www.pilango.com/blog/2009/02/eclipse-running-on-jaunty-again/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 20:28:19 +0000</pubDate>
		<dc:creator>Luis Arias</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.pilango.com/?p=67</guid>
		<description><![CDATA[
I got a strange breakage with this morning&#8217;s updates to jaunty and finally tracked it down to an issue with xulrunner thanks to the comments on this post.  So if you&#8217;re getting a blank dialog box on launching eclipse lately the short answer is,
append
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner
to the end of your eclipse.ini after having installed xulrunner.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-69" title="ganymede_wallpaper" src="http://www.pilango.com/wp-content/uploads/2009/02/ganymede_wallpaper.jpg" alt="ganymede_wallpaper" width="267" height="200" /></p>
<p>I got a strange breakage with this morning&#8217;s updates to jaunty and finally tracked it down to an issue with xulrunner thanks to the <a href="http://sandakith.wordpress.com/2008/07/11/eclipse-ganymede-startup-problem-in-ubuntu-orgeclipseswtswterror-xpcom-erro/">comments on this post</a>.  So if you&#8217;re getting a blank dialog box on launching <a href="http://www.eclipse.org">eclipse</a> lately the short answer is,</p>
<p>append</p>
<blockquote><p>-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner</p></blockquote>
<p>to the end of your eclipse.ini after having installed xulrunner.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilango.com/blog/2009/02/eclipse-running-on-jaunty-again/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Now an Ubuntero !</title>
		<link>http://www.pilango.com/blog/2008/08/im-now-an-ubuntero/</link>
		<comments>http://www.pilango.com/blog/2008/08/im-now-an-ubuntero/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 20:50:06 +0000</pubDate>
		<dc:creator>Luis Arias</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.pilango.com/?p=27</guid>
		<description><![CDATA[
I&#8217;ve been interested in (fascinated by ?) how the Ubuntu distribution is assembled with such regularity and with such a high level of quality for a long time.  I have been running development versions of Ubuntu since feisty I believe and have enjoyed (well most of the time) the occasional breakage as an opportunity to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ubuntu.com"><img class="alignnone size-medium wp-image-29" title="Ubuntu" src="http://www.pilango.com/wp-content/uploads/2008/08/ubuntulogo300.png" alt="" width="300" height="78" /></a></p>
<p>I&#8217;ve been interested in (fascinated by ?) how the <a href="http://www.ubuntu.com">Ubuntu</a> distribution is assembled with such regularity and with such a high level of quality for a long time.  I have been running development versions of Ubuntu since feisty I believe and have enjoyed (well most of the time) the occasional breakage as an opportunity to learn more about Ubuntu and linux in general.  For the last year or so I stepped my participation up a bit by trying to be good at reporting bugs in general and actually trying to fix them for instance in <a href="https://launchpad.net/bzr">bzr</a> or <a href="https://launchpad.net/bzr-svn">bzr-svn</a>.</p>
<p>This weekend I decided to stop fooling around and try to learn the rudiments of debian packaging with the idea of focusing on java packages and in particular getting software like <a href="http://www.grails.org">grails</a> or <a href="http://www.xwiki.org">xwiki</a> packaged on Ubuntu.  So I dove in, learned about packaging on the Ubuntu wiki through the very well written <a href="https://wiki.ubuntu.com/PackagingGuide">Packaging Guide</a>.  After working on updating the dependencies to openjdk for the existing <a href="http://groovy.codehaus.org">Groovy</a> package with some help from persia, slytherin and istarex on the #ubuntu-java channel on irc.freenode.net, I managed to do that fixing a bug in the build and removing an unnecessary runtime dependency on the bean shell framework libs.</p>
<p>Today I took a closer look at the hurdles involved in packaging a codebase like grails which has dependencies on parts of large codebases like hibernate and spring which also need to be packaged !  In the process I understood that there would have to be some kind of collective effort to do maven right on Ubuntu for instance so that it can be use as a build tool for java packages.  So I took a closer look at the <a href="https://wiki.ubuntu.com/UbuntuDevelopers">Ubuntu development process</a> and decided to officially join as an Ubuntero !  I achieved this by reading, agreeing with and signing the <a href="https://edge.launchpad.net/codeofconduct/1.0.1">Ubuntu Code of Conduct</a> with my pgp key.</p>
<p>I now hope to progressively learn more about the ongoing work, the people involved, and the issues in making Ubuntu a kick-ass platform for java applications in general and for those I love in particular.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pilango.com/blog/2008/08/im-now-an-ubuntero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
