There is a different gem for java. Check our RC: buildr-1.4.0-java.gem<http://people.apache.org/~toulmean/buildr/1.4.0/dist/buildr-1.4.0-java.gem>
On Thu, Apr 8, 2010 at 07:42, Adam Crain <[email protected]>wrote: > I've decided to give jruby a whirl b/c of the seg fault issues with rjb > on Linux. I'm able to install buildr 1.3.5 on jruby just fine, but > running into issues with edge. > > > > Jruby -S rake install > > > > This successfully builds, the gem but fails b/c of issues with sudo and > path on Unbuntu. > > > > I then try to install the built gem manually: > > > > a...@adam-laptop:~/code/buildr$ sudo env JAVA_HOME=$JAVA_HOME jruby -S > gem install pkg/buildr-1.4.0.gem Building native extensions. This could > take a while... > > ERROR: Error installing pkg/buildr-1.4.0.gem: > > ERROR: Failed to build gem native extension. > > > > /home/adam/jruby/bin/jruby extconf.rb > > WARNING: JRuby does not support native extensions or the `mkmf' library. > > Check wiki.jruby.org for alternatives. > > extconf.rb:20:in `include': undefined method `+' for nil:NilClass > (NoMethodError) > > from extconf.rb:38 > > > > > > Gem files will remain installed in > /home/adam/jruby-1.4.0/lib/ruby/gems/1.8/gems/rjb-1.2.0 for inspection. > > Results logged to > /home/adam/jruby-1.4.0/lib/ruby/gems/1.8/gems/rjb-1.2.0/ext/gem_make.out > > > > > > Any ideas? > > -Adam > > > >
