All Projects β†’ phoet β†’ buildr-examples

phoet / buildr-examples

Licence: Apache-2.0 License
πŸ”§ πŸ”© examples for using buildr

Programming Languages

ruby
36898 projects - #4 most used programming language
Gherkin
971 projects

InstallationΒΆ ↑

Install buildr for JRuby:

export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home
gem install buildr ivy4r cucumber

buildr --version
=> Buildr 1.4.1 (JRuby 1.5.1)

Running ExamplesΒΆ ↑

The examples are wrapped in cucumber-spec and can be executed via:

rake cucumber

RequirementsΒΆ ↑

The examples are tested with JRuby on Mac OS X Snowleopard.

RVM and JRuby on the MacΒΆ ↑

Install RVM and JRuby following this guide, make sure Developer- Tools are installed with Unix-Support.

The project comes with a .rvmrc, setting the default to JRuby 1.5.1 for convenience:

cd buildr-examples
ruby -v
=> jruby 1.5.1 (ruby 1.8.7 patchlevel 249) (2010-06-06 f3a3480) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_20) [x86_64-java]

LicenseΒΆ ↑

Using Apache license so buildr project can test/integrate/distribute this stuff.

(see LICENSE file)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].