Author: vborja
Date: Tue Sep 23 16:01:12 2008
New Revision: 698394
URL: http://svn.apache.org/viewvc?rev=698394&view=rev
Log:
Document that user needs to set JRUBY_HOME or manually install jruby.
Modified:
incubator/buildr/trunk/doc/pages/languages.textile
Modified: incubator/buildr/trunk/doc/pages/languages.textile
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/languages.textile?rev=698394&r1=698393&r2=698394&view=diff
==============================================================================
--- incubator/buildr/trunk/doc/pages/languages.textile (original)
+++ incubator/buildr/trunk/doc/pages/languages.textile Tue Sep 23 16:01:12 2008
@@ -338,8 +338,9 @@
Because of the use of JRuby, you will notice that running ruby tests is faster
when running Buildr on JRuby, as in this case
there's no need to run another JVM.
-When not running on JRuby, Buildr will download and install it unless you
specify a valid @JRUBY_HOME@ environment
-variable. Default installation directory is @~/.jruby@, you can change this by
setting @JRUBY_HOME@ to an empty directory.
+p(tip). When not running on JRuby, Buildr will use the @JRUBY_HOME@
environment variable to find the JRuby installation directory.
+If no @JRUBY_HOME@ is set or it points to an empty directory, Buildr will
prompt you to either install JRuby manually or let it
+extract it for you.
You can use the @build.yaml@ settings file to specify a particular version of
JRuby (defaults to @1.1.4@). For example:
@@ -347,7 +348,6 @@
jruby: 1.1.3
}}}
-
h4. RSpec
"RSpec":http://rspec.info/ is the de-facto BDD framework for ruby. It's the
framework used to test Buildr itself.