This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install vic-buildr
commit eddbffd845d7727d83aa6cc67c136ab39021101e
tree 5869fe84fb256b9fa4856941a5a0670463f9f6e1
parent 968b1ed6b8bb42f2d249f0e75a3228b7171e7cdf
tree 5869fe84fb256b9fa4856941a5a0670463f9f6e1
parent 968b1ed6b8bb42f2d249f0e75a3228b7171e7cdf
buildr /
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Thu Mar 27 18:07:17 -0700 2008 | [assaf] |
| |
DISCLAIMER | Mon Feb 25 14:47:20 -0800 2008 | [assaf] |
| |
KEYS | Tue Feb 26 10:32:23 -0800 2008 | [vic] |
| |
LICENSE | Tue Nov 13 15:44:11 -0800 2007 | [assaf] |
| |
NOTICE | Wed Mar 26 17:54:45 -0700 2008 | [assaf] |
| |
README | Thu Mar 27 18:07:17 -0700 2008 | [assaf] |
| |
Rakefile | Thu Mar 27 18:07:17 -0700 2008 | [assaf] |
| |
bin/ | Thu Feb 21 19:44:38 -0800 2008 | [assaf] |
| |
buildfile | Wed Mar 26 18:17:57 -0700 2008 | [matthieu] |
| |
doc/ | Thu Mar 27 18:07:17 -0700 2008 | [assaf] |
| |
etc/ | Tue Mar 25 21:50:54 -0700 2008 | [assaf] |
| |
lib/ | Thu Mar 27 09:36:54 -0700 2008 | [vic] |
| |
rakelib/ | Thu Mar 27 18:07:17 -0700 2008 | [assaf] |
| |
spec/ | Thu Mar 27 10:21:39 -0700 2008 | [vic] |
README
= Buildr This is Buildr, the build system that doesn't suck. http://incubator.apache.org/buildr/ == Get Started === Install Buildr Buildr needs Ruby 1.8 or later and RubyGems 0.9 or later. Windows users can get the one-click Ruby installer, which includes the latest version of Ruby and RubyGems: http://rubyinstaller.rubyforge.org Make sure to set JAVA_HOME environment variable first, then: gem install buildr (Use sudo for Linux and OS/X) More installation and setup instructions available online http://incubator.apache.org/buildr/ === RTFM * Buildr documentation: http://incubator.apache.org/buildr/ * More about Rake: http://docs.rubyrake.org * Antwrap documentation: http://antwrap.rubyforge.org === Mailing list * Users: buildr-user@incubator.apache.org (subscribe: buildr-user-subscribe@incubator.apache.org, archive: http://mail-archives.apache.org/mod_mbox/incubator-buildr-user/ * Developers: buildr-dev@incubator.apache.org (subscribe: buildr-dev-subscribe@incubator.apache.org, archive: http://mail-archives.apache.org/mod_mbox/incubator-buildr-dev/ Create your own Buildfile and start living the life! == Where's My Ruby? Buildr needs Ruby 1.8 or later and RubyGems 0.9 or later. All other dependencies are installed when you run: gem install buildr === Windows Windows users can get the one-click Ruby installer, which includes the latest version of Ruby and RubyGems: http://rubyinstaller.rubyforge.org Before installing Buildr, please set the JAVA_HOME environment variable to point to your JDK distribution. Next, use Ruby Gem to install Buildr: > gem install buildr When prompted for a platform, select mswin32. === Linux, BSD, Cygwin On Linux/BSD/Cygwin, use your default package manager, for example, for Ubuntu: $ sudo apt-get install ruby $ sudo apt-get install ruby1.8-dev $ sudo apt-get install build-essential $ sudo apt-get install libopenssl-ruby Before installing Buildr, please set the JAVA_HOME environment variable to point to your JDK distribution. Next, use Ruby Gem to install Buildr: $ sudo env JAVA_HOME=$JAVA_HOME gem install buildr When prompted for a platform, select ruby. === OS/X Leopard includes the latest version of Ruby, if you are using Tiger or an older release, we recommend re-installing the latest: http://hivelogic.com/narrative/articles/ruby-rails-mongrel-mysql-osx To install Buildr: $ sudo gem install buildr When prompted for a platform, select ruby. == Living On the Edge You can check the latest sources from SVN: svn co http://svn.apache.org/repos/asf/incubator/buildr/trunk Or browse the SVN repository online: http://svn.apache.org/repos/asf/incubator/buildr To install Buildr locally from source: cd buildr rake install If the cutting edge doesn't work, make sure to check the CHANGELOG, to see which changes might have broken your build. To run all the test cases: rake spec == Disclaimer :include:DISCLAIMER == License :include:LICENSE




