Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phoet/buildr-examples
:wrench: :nut_and_bolt: examples for using buildr
https://github.com/phoet/buildr-examples
Last synced: 10 days ago
JSON representation
:wrench: :nut_and_bolt: examples for using buildr
- Host: GitHub
- URL: https://github.com/phoet/buildr-examples
- Owner: phoet
- License: apache-2.0
- Created: 2009-10-08T19:10:44.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T19:08:36.000Z (over 8 years ago)
- Last Synced: 2024-10-13T13:36:20.788Z (25 days ago)
- Language: Ruby
- Homepage: http://blog.nofail.de/2010/01/buildr-the-build-system-that-doesnt-suck/
- Size: 165 KB
- Stars: 13
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
== Installation
Install buildr[http://buildr.apache.org] 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[http://cukes.info/] and can be executed via:
rake cucumber
== Requirements
The examples are tested with JRuby[http://jruby.org] on Mac OS X Snowleopard.
== RVM and JRuby on the Mac
Install RVM and JRuby following this guide[http://blog.nofail.de/2010/01/xruby-on-the-mac/], make sure Developer- Tools[http://developer.apple.com/tools/xcode/] are installed with Unix-Support.
The project comes with a .rvmrc[http://rvm.beginrescueend.com/workflow/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)