Skip to content

Instantly share code, notes, and snippets.

@wjlafrance
Created August 20, 2011 22:45
Show Gist options
  • Save wjlafrance/1159774 to your computer and use it in GitHub Desktop.
Save wjlafrance/1159774 to your computer and use it in GitHub Desktop.
[17:44:05] [william@enterprise ~/Documents/Git/GitHub/javaop2]$ jruby --ng -S rake test
rake aborted!
cannot link Java class com.javaop.BNetLogin.versioning.CheckRevision, probable missing dependency: com/javaop/exceptions/LoginException
Tasks: TOP => test
(See full trace by running task with --trace)
[17:44:43] [william@enterprise ~/Documents/Git/GitHub/javaop2]$ jruby --ng -S rake test
Loaded suite /Users/william/bin/jruby-1.6.3/bin/rake
Started
.....
Finished in 0.002 seconds.
5 tests, 1 assertions, 0 failures, 0 errors
[17:44:47] [william@enterprise ~/Documents/Git/GitHub/javaop2]$ jruby --ng -S rake test
rake aborted!
cannot link Java class com.javaop.BNetLogin.versioning.CheckRevision, probable missing dependency: com/javaop/exceptions/LoginException
Tasks: TOP => test
(See full trace by running task with --trace)
[17:44:51] [william@enterprise ~/Documents/Git/GitHub/javaop2]$ jruby --ng -S rake test
Loaded suite /Users/william/bin/jruby-1.6.3/bin/rake
Started
.....
Finished in 0.003 seconds.
5 tests, 1 assertions, 0 failures, 0 errors
[17:44:57] [william@enterprise ~/Documents/Git/GitHub/javaop2]$ jruby -v
jruby 1.6.3 (ruby-1.8.7-p330) (2011-07-07 965162f) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_26) [darwin-x86_64-java]
[17:45:05] [william@enterprise ~/Documents/Git/GitHub/javaop2]$ java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03-383-11A511)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-383, mixed mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment