Installation
You need to have Ruby and rubygems installed. The Windows version of Ruby already ships with gem. On Debian systems (testing) you can install it using apt-get:
% apt-get install rubygems
Rake, Rjb and builder are best installed using gem:
% gem install rake % gem install rjb % gem install builder
The installation of Rjb requires that the JDK is installed and JAVA_HOME set up accordingly. Finally jerbil needs to be installed:
% gem install jerbil --source http://code.trampolinesystems.com
Jerbil might become an 'official' rubygem at some later point. Note that some tasks require additional jar files, for example Jerbil::TestNG::TestNGTask.
