On Thu, Jun 27, 2013 at 8:30 PM, Charles Oliver Nutter <head...@headius.com>wrote:
> Nearly there! I ran into an issue right away though: > > ext-jruby-local ~/projects/jruby $ ruby -v > invalid version selected in build ("@jruby.default.ruby.version@"), using > 1.8 > jruby 1.7.5.dev (ruby-1.8.7p370) 2013-06-27 @jruby.revision@ on Java > HotSpot(TM) 64-Bit Server VM 1.7.0_11-b21 [darwin-x86_64] > > Seems like Constants.java isn't getting populated right. > hmm - I will have a look at that right away tomorrow especially since I get $ bin/jruby -v jruby 1.7.5.dev (1.9.3p392) 2013-06-27 0573635 on OpenJDK 64-Bit Server VM 1.7.0_21-b02 [linux-amd64] - christian