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 (
enebo (author)
Sat Oct 11 08:21:49 -0700 2008
commit 9f5833cfcd4baa7badf06f2026b588a1e6171d54
tree d1a6f0b83f2474b774124b0c1b633ed6531fa242
parent 2926e08846d813867a0ada780ff57c2e228d8a34
tree d1a6f0b83f2474b774124b0c1b633ed6531fa242
parent 2926e08846d813867a0ada780ff57c2e228d8a34
jruby /
| name | age | message | |
|---|---|---|---|
| |
.classpath | ||
| |
.externalToolBuilders/ | ||
| |
.gitignore | ||
| |
.project | Thu May 24 15:00:02 -0700 2007 | |
| |
.settings/ | ||
| |
COPYING | ||
| |
COPYING.CPL | ||
| |
COPYING.GPL | ||
| |
COPYING.LGPL | ||
| |
LEGAL | ||
| |
LICENSE.RUBY | ||
| |
README | ||
| |
Rakefile | ||
| |
bench/ | ||
| |
bin/ | ||
| |
build-config.xml | ||
| |
build.xml | ||
| |
build_lib/ | ||
| |
default.build.properties | ||
| |
docs/ | ||
| |
gem/ | ||
| |
jruby.bnd.template | ||
| |
lib/ | ||
| |
maven/ | ||
| |
nbproject/ | ||
| |
netbeans-ant.xml | ||
| |
pom.xml | ||
| |
rubyspecs.revision | ||
| |
samples/ | ||
| |
spec/ | ||
| |
src/ | ||
| |
test/ | ||
| |
tool/ |
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.








