public
Rubygem
Description: Apache Buildr
Homepage: http://incubator.apache.org/buildr
Clone URL: git://github.com/vic/buildr.git
Search Repo:
Installation instructions: explicitly use jruby -S when installing buildr 
gem.


git-svn-id: https://svn.apache.org/repos/asf/incubator/buildr/trunk@654523 
13f79535-47bb-0310-9956-ffa450edef68
vic (author)
Thu May 08 06:46:21 -0700 2008
commit  1c94d00af96e050c85c6527792bcd3987961488f
tree    a796bea5bff1be85c4aba9b22aa8eff21b0fd2ec
parent  f2724d8a120b35aca67bb286cf7aefaa0f74529a
...
145
146
147
148
 
149
150
151
152
153
154
155
 
156
157
158
159
160
161
162
 
 
163
164
165
...
145
146
147
 
148
149
150
151
152
153
154
 
155
156
157
158
159
160
 
 
161
162
163
164
165
0
@@ -145,21 +145,21 @@
0
 
0
 {{{!sh
0
 $ export PATH=$PATH:[path to JRuby]/bin:$JAVA_HOME/bin
0
-$ gem install buildr
0
+$ jruby -S gem install buildr
0
 }}}
0
 
0
 For Windows:
0
 
0
 {{{!sh
0
 > set PATH=%PATH%;[path to JRuby]/bin;%JAVA_HOME%/bin
0
-> gem install buildr
0
+> jruby -S gem install buildr
0
 }}}
0
 
0
 To upgrade to a new version or install a specific version:
0
 
0
 {{{!sh
0
-$ sudo gem update buildr
0
-$ sudo gem install buildr -v 1.3.0
0
+$ jruby -S gem update buildr
0
+$ jruby -S gem install buildr -v 1.3.0
0
 }}}
0
 
0
 You can also use this script "to install Buildr on

Comments

    No one has commented yet.