Skip to content

Instantly share code, notes, and snippets.

@jamiejackson
Created January 10, 2012 20:49
Show Gist options
  • Save jamiejackson/1591096 to your computer and use it in GitHub Desktop.
Save jamiejackson/1591096 to your computer and use it in GitHub Desktop.
trying to build jruby-rack
$ # in my project's rails root
$ git clone https://github.com/jruby/jruby-rack.git
$ cd jruby-rack
$ rake gem
mkdir -p target/classes
mvn org.jruby.plugins:jruby-rake-plugin:classpath -Djruby.classpath.scope=test
rake aborted!
Command failed with status (127): [mvn org.jruby.plugins:jruby-rake-plugin:cl...]
Tasks: TOP => spec => compile => target/classpath.rb
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment