GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Fork of vic/buildr
Description: Apache Buildr
Homepage: http://incubator.apache.org/buildr
Clone URL: git://github.com/assaf/buildr.git
buildr /
name age message
file .gitignore Mon Aug 25 23:55:38 -0700 2008 Added link to Wiki in site navigation and contr... [assaf]
file CHANGELOG Fri Nov 07 07:51:11 -0800 2008 Removed BUILDR-205 for now. We'll need somethin... [assaf]
file DISCLAIMER Mon Feb 25 14:47:20 -0800 2008 Now with new and improved release task [assaf]
file LICENSE Tue Nov 13 15:44:11 -0800 2007 Initial checkin [assaf]
file NOTICE Wed May 28 17:09:05 -0700 2008 Fixed NOTICE file. [assaf]
file README.rdoc Tue Aug 26 17:46:41 -0700 2008 Note: rake rcov is now rake coverage. [assaf]
file Rakefile Wed Oct 22 11:33:13 -0700 2008 Passing --trace message to buildr when running ... [assaf]
file _buildr Mon Oct 20 13:53:26 -0700 2008 Oops, the first line was a useful comment, adde... [vic]
directory addon/ Tue Oct 21 11:10:37 -0700 2008 nailgun server setup is now an internal task. [vic]
directory bin/ Thu Oct 16 18:02:09 -0700 2008 Bringing Buildr::Application to better extend R... [assaf]
file buildr Fri Oct 17 12:20:00 -0700 2008 Fixed: BUILDR-82: Temporary work around for Net... [assaf]
file buildr.buildfile Tue Sep 02 20:33:18 -0700 2008 Modified buildr script to use nailgun jar on ex... [vic]
file buildr.gemspec Wed Oct 29 14:46:10 -0700 2008 Upgraded to RSpec 1.1.11. [assaf]
directory doc/ Thu Nov 06 11:13:27 -0800 2008 Fixed: BUILDR-201 Sample project is not valid (... [assaf]
directory etc/ Tue Aug 26 17:46:36 -0700 2008 All source files are now included in Gem. [assaf]
directory lib/ Fri Nov 07 07:51:11 -0800 2008 Removed BUILDR-205 for now. We'll need somethin... [assaf]
directory rakelib/ Wed Oct 29 23:03:03 -0700 2008 Added RubyForge news posting as part of release... [assaf]
directory spec/ Fri Nov 07 07:51:11 -0800 2008 Removed BUILDR-205 for now. We'll need somethin... [assaf]
README.rdoc
= 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: http://mail-archives.apache.org/mod_mbox/incubator-buildr-user/

Developers: 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

If you prefer Git, a Git fork is available from http://github.com/vic/buildr/tree/master:

  git clone git://github.com/vic/buildr.git

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


== License

Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.  See the NOTICE file distributed with this
work for additional information regarding copyright ownership.  The ASF
licenses this file to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
License for the specific language governing permissions and limitations under
the License.


== Disclaimer

Apache Buildr is an effort undergoing incubation at The Apache Software
Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of
all newly accepted projects until a further review indicates that the
infrastructure, communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects. While incubation status
is not necessarily a reflection of the completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed by the ASF.