Created
January 10, 2012 20:49
-
-
Save jamiejackson/1591096 to your computer and use it in GitHub Desktop.
trying to build jruby-rack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ # 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