I just played a bit with the GlassFish gem for JRuby. But I realized that there was a new version for GF out there but the gem was not updated. A short search @ google did not show anything, and I had the build environment setup already. My Gem is here;-)
So here are the diffs I did to build a GF gem for GF 3.0.1 & JRuby 1.5.2. My first little tests did not reveal any problems. If you find something, let me know. The SVN repo for the base is @ dev.java.net (https://svn.dev.java.net/svn/glassfish-scripting/trunk/rails/gem)
gf_gem/gem$ svn diff pom.xml
Index: pom.xml
===================================================================
— pom.xml (revision 1740)
+++ pom.xml (working copy)
@@ -8,12 +8,12 @@
<description>This module creates the jruby gem distribution image</description><properties>
– <glassfish.version>3.0-b74b</glassfish.version>
– <gem.version>1.0.3.dev</gem.version>
– <jruby-container.version>1.0-b17</jruby-container.version>
– <hk2.version>1.0.0</hk2.version>
+ <glassfish.version>3.0.1-b15</glassfish.version>
+ <gem.version>1.0.3.1.dev</gem.version>
+ <jruby-container.version>1.0-b18</jruby-container.version>
+ <hk2.version>1.0.9</hk2.version>
<grizzly-jruby.version>1.8.30</grizzly-jruby.version>
– <jruby.version>1.4.0</jruby.version>
+ <jruby.version>1.5.2</jruby.version>
</properties>
<build>
<plugins>
I don’t know if/when I’ll look at this again, but since I had it, maybe it’s useful for others;-)
Have fun out there,
— Marco