<?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>Moserei &#187; jruby</title>
	<atom:link href="http://moserei.de/index.php/tag/jruby/feed" rel="self" type="application/rss+xml" />
	<link>http://moserei.de</link>
	<description></description>
	<lastBuildDate>Tue, 06 Jul 2010 16:18:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Monkeybars &#8211; Little bug</title>
		<link>http://moserei.de/index.php/149/monkeybars-little-bug</link>
		<comments>http://moserei.de/index.php/149/monkeybars-little-bug#comments</comments>
		<pubDate>Thu, 10 Sep 2009 19:31:22 +0000</pubDate>
		<dc:creator>Moser</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[jruby]]></category>
		<category><![CDATA[monkeybars]]></category>

		<guid isPermaLink="false">http://moserei.de/?p=149</guid>
		<description><![CDATA[For a little side project I am currently evaluating different ways of GUI programming using Ruby. Monkeybars is one of the most interesting candidates. There is a really good article about it, if you want to learn more.
Version 1.0.4 has a little, but annoying bug: If you generate a new application skeleton it won&#8217;t compile/run:

manifest.rb:32:in [...]]]></description>
			<content:encoded><![CDATA[<p>For a little side project I am currently evaluating different ways of GUI programming using Ruby. <a href="http://monkeybars.rubyforge.org/">Monkeybars</a> is one of the most interesting candidates. There is a really good <a href="http://www.ibm.com/developerworks/library/j-monkeybars/index.html">article</a> about it, if you want to learn more.<br />
Version 1.0.4 has a little, but annoying bug: If you generate a new application skeleton it won&#8217;t compile/run:</p>
<pre>
manifest.rb:32:in `require': no such file to load -- monkeybars (LoadError)
	from manifest.rb:32
	from manifest.rb:21:in `require'
	from main.rb:21
</pre>
<p>To fix it, you got to change line 21 of manifest.rb:</p>

<div class="wp_syntax"><div class="code"><pre class="ruby" style="font-family:monospace;">add_to_classpath <span style="color:#996600;">'../lib/java/monkeybars-1.0.2.jar'</span>
<span style="color:#008000; font-style:italic;">#to</span>
add_to_classpath <span style="color:#996600;">'../lib/java/monkeybars-1.0.4.jar'</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://moserei.de/index.php/149/monkeybars-little-bug/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
