This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 497ddded0982d8f3cc39e5f75a0b650d14a52c0a
tree f3e1462e9300ee60aa2c8cce3fe85d3bc23de304
parent 049cecff317cfd776c2d12012a08ecc648af8877
tree f3e1462e9300ee60aa2c8cce3fe85d3bc23de304
parent 049cecff317cfd776c2d12012a08ecc648af8877
jruby /
| name | age | message | |
|---|---|---|---|
| |
.classpath | Thu Jul 02 23:37:25 -0700 2009 | |
| |
.externalToolBuilders/ | Thu May 24 15:00:02 -0700 2007 | |
| |
.gitignore | Mon Jun 08 23:54:53 -0700 2009 | |
| |
.project | Thu May 24 15:00:02 -0700 2007 | |
| |
.settings/ | Sun Aug 05 15:54:34 -0700 2007 | |
| |
COPYING | Sat Jun 21 15:31:40 -0700 2008 | |
| |
COPYING.CPL | Sat Jan 22 11:51:51 -0800 2005 | |
| |
COPYING.GPL | Sat Oct 05 09:51:14 -0700 2002 | |
| |
COPYING.LGPL | Sat Oct 05 09:51:14 -0700 2002 | |
| |
LEGAL | Thu Dec 06 14:52:14 -0800 2007 | |
| |
LICENSE.RUBY | Sat Mar 19 13:58:25 -0800 2005 | |
| |
README | Sat Jun 21 13:38:23 -0700 2008 | |
| |
Rakefile | Sun Apr 05 11:04:26 -0700 2009 | |
| |
bench/ | Sun Jul 12 21:08:23 -0700 2009 | |
| |
bin/ | Mon Jun 01 17:22:31 -0700 2009 | |
| |
build-config.xml | Wed Jun 10 13:58:11 -0700 2009 | |
| |
build.xml | Tue Jul 14 13:53:35 -0700 2009 | |
| |
build_lib/ | Thu Jul 02 23:37:25 -0700 2009 | |
| |
default.build.properties | Mon Apr 13 17:14:13 -0700 2009 | |
| |
docs/ | Fri Mar 06 00:01:46 -0800 2009 | |
| |
findbugs.xml | Mon Jun 08 23:54:53 -0700 2009 | |
| |
gem/ | Mon Apr 13 17:23:27 -0700 2009 | |
| |
ivy/ | Mon Jun 08 23:54:53 -0700 2009 | |
| |
jruby.bnd.template | Mon Aug 11 14:02:51 -0700 2008 | |
| |
lib/ | Tue Jul 14 20:38:20 -0700 2009 | |
| |
maven/ | Thu Jun 11 23:54:30 -0700 2009 | |
| |
nbproject/ | Tue Jul 14 21:15:06 -0700 2009 | |
| |
netbeans-ant.xml | Tue Jul 21 14:19:23 -0700 2009 | |
| |
pom.xml | Wed Jun 10 13:58:11 -0700 2009 | |
| |
rubyspecs.revision | Wed Jun 10 18:52:56 -0700 2009 | |
| |
samples/ | Sat Mar 14 00:52:32 -0700 2009 | |
| |
spec/ | Thu Jul 02 16:05:12 -0700 2009 | |
| |
src/ | Fri Jul 24 05:04:17 -0700 2009 | |
| |
test/ | Wed Jul 15 12:23:14 -0700 2009 | |
| |
tool/ | Thu Jul 16 13:27:21 -0700 2009 |
README
JRuby - A Java implementation of the Ruby language Authors: Stefan Matthias Aust, Anders Bengtsson, Geert Bevin, Piergiuliano Bossi, Johannes Brodwall, Rocky Burt, Paul Butcher, Benoit Cerrina, Wyss Clemens, David Corbin, Thomas E Enebo, Robert Feldt, Russ Freeman, Chad Fowler, Joey Gibson, Kiel Hodges, Xandy Johnson, Kelvin Liu, Alan Moore, Akinori Musha, Charles Nutter, Takashi Okamoto Jan Arne Petersen, Tobias Reif, David Saff, Ed Sinjiashvili, Daiki Ueno Matthias Veit, Jason Voegele, Sergey Yevtushenko, Robert Yokota, Ola Bini, Nick Sieger, Vladimir Sizikov, and many gracious contributions from the community. Project Contact: Thomas E Enebo <enebo@acm.org> JRuby also uses code generously shared by the creator of the Ruby language, Yukihiro Matsumoto <matz@netlab.co.jp>. == About JRuby is the effort to recreate the Ruby (http://www.ruby-lang.org) interpreter in Java. The Java version is tightly integrated with Java to allow both to script any Java class and to embed the interpreter into any Java application. See the 'docs' directory for more information. == Run bin/jruby rubyfile.rb interprets the file 'rubyfile.rb'. == Compiling from source You will need: * JDK 1.5 or greater * Apache Ant (http://jakarta.apache.org/ant/) 1.7 or greater. To compile, just type: ant This will create a jruby.jar file in the projects 'lib' directory. == Testing In order to run the unit tests, copy the build_lib/junit.jar file to either $ANT_HOME/lib/junit.jar or ~/.ant/lib/junit.jar. See 'docs/README.test' for more information. == More Information Visit http://jruby.codehaus.org for more information. == License Read the COPYING file.







