jruby /
name age message
file .classpath Mon Oct 19 11:31:13 -0700 2009 More tweaks for Eclipse setup, including changi... [vvs]
directory .externalToolBuilders/ Thu May 24 15:00:02 -0700 2007 JRUBY-994: Remove jruby serialization feature ... [enebo]
file .gitignore Thu Dec 24 08:45:38 -0800 2009 Unzip native libs duirng the build. So that th... [vvs]
file .project Thu May 24 15:00:02 -0700 2007 JRUBY-994: Remove jruby serialization feature ... [enebo]
directory .settings/ Sun Oct 18 14:24:30 -0700 2009 Updated Eclipse's formatting and cleanup settings. [vvs]
file COPYING Sat Jun 21 15:31:40 -0700 2008 minor wording update git-svn-id: http://svn.co... [vvs]
file COPYING.CPL Sat Jan 22 11:51:51 -0800 2005 Licensing fixes git-svn-id: http://svn.codeha... [enebo]
file COPYING.GPL Sat Oct 05 09:51:14 -0700 2002 - update license git-svn-id: http://svn.codeh... [Jan Arne Petersen]
file COPYING.LGPL Sat Oct 05 09:51:14 -0700 2002 - update license git-svn-id: http://svn.codeh... [Jan Arne Petersen]
file LEGAL Thu Dec 06 14:52:14 -0800 2007 Adding back LEGAL (for Ola) git-svn-id: http:... [nicksieger]
file LICENSE.RUBY Sat Mar 19 13:58:25 -0800 2005 Add license text for ruby licensed modules gi... [enebo]
file README Fri Sep 25 11:43:37 -0700 2009 Corrected the main JRuby website to be jruby.or... [vvs]
file Rakefile Tue Nov 03 12:55:24 -0800 2009 Break up Rakefile into rakelib/*.rake [nicksieger]
directory bench/ Thu Dec 10 13:13:08 -0800 2009 Optimize String#slice!() for head/tail slicing.... [wmeissner]
directory bin/ Thu Dec 24 12:17:56 -0800 2009 JRUBY-4385: [windows] Native launcher should se... [vvs]
file build.xml Thu Dec 24 08:45:38 -0800 2009 Unzip native libs duirng the build. So that th... [vvs]
directory build_lib/ Mon Dec 28 14:17:22 -0800 2009 Updated jnr-posix to 1.1.0 and fixed a couple o... [vvs]
file default.build.properties Wed Dec 16 13:56:38 -0800 2009 Single source all properties [enebo]
directory docs/ Fri Mar 06 00:01:46 -0800 2009 Doc patch for JRUBY-3461: Minor code convention... [headius]
file findbugs.xml Mon Jun 08 23:54:53 -0700 2009 JRUBY-2292: Initial draft of Ivy and FindBugs i... [James Abley]
directory gem/ Tue Nov 03 08:13:22 -0800 2009 Reinstate f65d63b19c7c04fd91d002caf1684d4f7384f... [nicksieger]
directory install/ Sun Oct 25 08:54:49 -0700 2009 Install only for current user not system since ... [enebo]
directory ivy/ Sun Oct 25 21:05:59 -0700 2009 Updates to get FindBugs working correctly with ... [headius]
file jruby.bnd.template Mon Aug 11 14:02:51 -0700 2008 JRUBY-2741: OSGify jruby.jar in the release jru... [enebo]
directory lib/ Tue Dec 22 20:42:57 -0800 2009 Get Ola's ast tricks [1] working again, w/ some... [nicksieger]
directory maven/ Wed Dec 16 12:57:40 -0800 2009 Updated pom files with jnr-posix version 1.0.8. [vvs]
directory nbproject/ Wed Dec 09 18:15:14 -0800 2009 JRUBY-4341: Byte-array-based LexerSource implem... [nicksieger]
file netbeans-ant.xml Thu Aug 06 09:49:41 -0700 2009 Make debug action maintain sticky arguments in ... [enebo]
file pom.xml Wed Dec 16 12:57:40 -0800 2009 Updated pom files with jnr-posix version 1.0.8. [vvs]
directory rakelib/ Thu Nov 05 10:08:05 -0800 2009 make failure more obvious Signed-off-by: Charl... [rdp]
file rubyspecs.revision Fri Dec 25 14:47:13 -0800 2009 Get the fixed ftools rubyspecs and enable them ... [vvs]
directory samples/ Sat Dec 19 12:25:23 -0800 2009 Remove MiniJava and all the tendrils it extende... [headius]
directory spec/ Mon Dec 28 22:02:39 -0800 2009 JRUBY-4395 Native Java Arrays should respond to... [Frederic Jean]
directory spi/ Sat Oct 17 10:47:19 -0700 2009 adds JSR223 spi config to jar archives [Yoko Harada]
directory src/ Mon Dec 28 22:02:39 -0800 2009 JRUBY-4395 Native Java Arrays should respond to... [Frederic Jean]
directory test/ Thu Dec 24 10:02:04 -0800 2009 JRUBY-61, JRUBY-2140, JRUBY-4253: Merry Christm... [nicksieger]
directory tool/ Mon Oct 12 08:11:16 -0700 2009 Fix JRUBY-4041: tool/nailgun/configure is not e... [Hiro Asari]
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'.

If you checked out from the repository or downloaded the source distribution,
see the next section to build JRuby first.

== 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.org for more information.

== License

Read the COPYING file.