<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Run JRuby From Within A Jar And Package Your Own Gems Along</title>
	<atom:link href="http://ketan.padegaonkar.name/2009/04/10/run-jruby-from-within-a-jar-and-package-your-own-gems-along.html/feed" rel="self" type="application/rss+xml" />
	<link>http://ketan.padegaonkar.name/2009/04/10/run-jruby-from-within-a-jar-and-package-your-own-gems-along.html</link>
	<description>Where he blogs about his eclipse musings</description>
	<lastBuildDate>Wed, 30 Nov 2011 05:37:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Ketan</title>
		<link>http://ketan.padegaonkar.name/2009/04/10/run-jruby-from-within-a-jar-and-package-your-own-gems-along.html/comment-page-1#comment-1072</link>
		<dc:creator>Ketan</dc:creator>
		<pubDate>Fri, 30 Apr 2010 04:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://ketan.padegaonkar.name/?p=323#comment-1072</guid>
		<description>@Reino:

Thanks for that input! I&#039;ll update the blog post accordingly.</description>
		<content:encoded><![CDATA[<p>@Reino:</p>
<p>Thanks for that input! I&#8217;ll update the blog post accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reino Tanttila</title>
		<link>http://ketan.padegaonkar.name/2009/04/10/run-jruby-from-within-a-jar-and-package-your-own-gems-along.html/comment-page-1#comment-1071</link>
		<dc:creator>Reino Tanttila</dc:creator>
		<pubDate>Wed, 28 Apr 2010 18:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://ketan.padegaonkar.name/?p=323#comment-1071</guid>
		<description>This changed somewhat for jruby-1.5.0RC1, the version I was using when going through this procedure.  The build.xml changed somewhat to where it is now.

However, in the top level directory there is a default.build.properties file.  In that I needed to add a line and modify another.  I added:

cucumber.gem=${build.lib.dir}/cucumber-0.6.4.gem

and then modified:

complete.jar.gems=${cucumber.gem} ${rspec.gem} ${rake.gem}..... and so on.  The point here was to add ${cucumber.gem}.

Next, there is no cucumber-0.6.4.gem file in the default build_lib directory so I had to create my own, which, I simply ran

#gem build cucumber.gemspec

against the gemspec file in the top level directory of the cucumber folder.  Once complete I copied it to the build_lib directory in jruby.

Voila.  It built just fine.  Now I&#039;m off to add the plugin in eclipse.</description>
		<content:encoded><![CDATA[<p>This changed somewhat for jruby-1.5.0RC1, the version I was using when going through this procedure.  The build.xml changed somewhat to where it is now.</p>
<p>However, in the top level directory there is a default.build.properties file.  In that I needed to add a line and modify another.  I added:</p>
<p>cucumber.gem=${build.lib.dir}/cucumber-0.6.4.gem</p>
<p>and then modified:</p>
<p>complete.jar.gems=${cucumber.gem} ${rspec.gem} ${rake.gem}&#8230;.. and so on.  The point here was to add ${cucumber.gem}.</p>
<p>Next, there is no cucumber-0.6.4.gem file in the default build_lib directory so I had to create my own, which, I simply ran</p>
<p>#gem build cucumber.gemspec</p>
<p>against the gemspec file in the top level directory of the cucumber folder.  Once complete I copied it to the build_lib directory in jruby.</p>
<p>Voila.  It built just fine.  Now I&#8217;m off to add the plugin in eclipse.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

