Hello, - well. I've patched build script and able to build of jruby 1.1.3 on ant 1.6.5. So no ant upgrade required. Updated webrev available here:
http://cr.opensolaris.org/~jinb/jruby7/ - There are "gem" and "jgem" in $JRUBY_HOME/bin folder. But only symlink to "jruby" added into /usr/bin. So for JRuby gem's run user should type $> jruby ?S gem <task> ? or $> jruby ?S jgem <task> As I tested it makes the same (manages packages for JRuby in $JRUBY_HOME/lib/ruby folder). Thanks With best regards Evgeny David.Comay at Sun.COM wrote: > ?vgeny> Build of JRuby requires ant1.7.x (ant1.6.5 has no some tasks) > > If an Ant update is required, then the version in SFW should be updated > rather than introducing another copy. You might want to work with Ken > Erickson who I believe is the nominal owner of the package. > >... > > ?vgeny> JRuby has it a little bit different. At the moment JRuby can only > ?vgeny> see the gems installed with the gem command shipped with JRuby. > ?vgeny> The gems installed this way will be stored under $JRUBY_HOME/lib/ruby. > ?vgeny> Also it's bundled on http://jruby.org/ and I see no way how to > separate > ?vgeny> it into different packages. > > I'm not sure that I understand - is JRuby's "gem" command also called > "gem" or something different that distinguishs itself from the standard > one? > > dsc >
