You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by to...@apache.org on 2011/07/08 10:20:14 UTC

svn commit: r1144190 - in /buildr/trunk: CHANGELOG doc/installing.textile

Author: toulmean
Date: Fri Jul  8 08:20:14 2011
New Revision: 1144190

URL: http://svn.apache.org/viewvc?rev=1144190&view=rev
Log:
fix for BUILDR-596 Update installation notes to talk about the all-in-one bundle

Modified:
    buildr/trunk/CHANGELOG
    buildr/trunk/doc/installing.textile

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=1144190&r1=1144189&r2=1144190&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Fri Jul  8 08:20:14 2011
@@ -1,4 +1,5 @@
 1.4.7 (Pending)
+* Fixed: BUILDR-596 Update installation notes to talk about the all-in-one bundle
 
 1.4.6 (2011-06-21)
 * Added:  BUILDR-592 Allow Users to Specify SSH Options for Deployment (Marc-André Laverdière)

Modified: buildr/trunk/doc/installing.textile
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/installing.textile?rev=1144190&r1=1144189&r2=1144190&view=diff
==============================================================================
--- buildr/trunk/doc/installing.textile (original)
+++ buildr/trunk/doc/installing.textile Fri Jul  8 08:20:14 2011
@@ -3,6 +3,21 @@ layout: default
 title: Installing and Running
 ---
 
+h1(#all-in-one). All In One Bundle
+
+Contributors to this project maintain a separate distribution over on "RubyForge":http://rubyforge.org/projects/buildr. Using this distribution, it is possible to install Buildr just like you would install Apache Ant or Apache Maven. It comes bundled with JRuby and distributed as a cross-platform zip or tar.gz file.
+
+The RubyForge distribution is *not* an official Apache distribution. The all-in-one bundles are hosted on the "Files page":http://rubyforge.org/frs/?group_id=3180.
+
+*In details:* Navigate to "Rubyforge's buildr's Files page":http://rubyforge.org/frs/?group_id=3180 and download the all-in-one bundle for the latest version available.
+
+Unzip the bundle in a convenient location. 
+
+You can execute the buildr executable under the bin directory directly. 
+
+You should consider adding the bin directory of the result to the @PATH@ global environment variable. See "Installing Buildr for JRuby":#jruby for instructions to update it.  
+
+h1(#the-gem). Installing the gem
 
 *The easy way:*  We recommend you pick the platform you want to run Buildr on and then follow the _easy way_ instructions for that platform.  It could save you an hour or two struggling to install all the right dependencies.