Created
August 9, 2011 17:48
-
-
Save anonymous/1134700 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ~/projects/jruby $ ant -q -Djruby.default.ruby.version=1.9 | |
| [echo] Updating Constants.java | |
| [echo] ...using git revision = 19f613b, tzdata = 2010k | |
| [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5 | |
| [javac] 1 warning | |
| [apt] Since compiler setting isn't classic or modern, ignoring fork setting. | |
| [apt] Since compiler setting isn't classic or modern, ignoring fork setting. | |
| [jar] Warning: selected jar files include a META-INF/INDEX.LIST which will be replaced by a newly generated one. | |
| BUILD SUCCESSFUL | |
| Total time: 7 seconds | |
| ~/projects/jruby $ jruby -v | |
| jruby 1.7.0.dev (ruby-1.9.2-p136) (2011-08-09 19f613b) (OpenJDK 64-Bit Server VM 1.7.0-internal) [darwin-x86_64-java] | |
| ~/projects/jruby $ ant -q | |
| [echo] Updating Constants.java | |
| [echo] ...using git revision = 19f613b, tzdata = 2010k | |
| [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5 | |
| [javac] 1 warning | |
| [apt] Since compiler setting isn't classic or modern, ignoring fork setting. | |
| [apt] Since compiler setting isn't classic or modern, ignoring fork setting. | |
| [jar] Warning: selected jar files include a META-INF/INDEX.LIST which will be replaced by a newly generated one. | |
| BUILD SUCCESSFUL | |
| Total time: 7 seconds | |
| ~/projects/jruby $ jruby -v | |
| jruby 1.7.0.dev (ruby-1.8.7-p330) (2011-08-09 19f613b) (OpenJDK 64-Bit Server VM 1.7.0-internal) [darwin-x86_64-java] | |
| ~/projects/jruby $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment