Author: donaldp
Date: Wed Oct 17 21:30:51 2012
New Revision: 1399442
URL: http://svn.apache.org/viewvc?rev=1399442&view=rev
Log:
Ensure that the gems path is at the start of the path
Modified:
buildr/trunk/ci.bat
Modified: buildr/trunk/ci.bat
URL:
http://svn.apache.org/viewvc/buildr/trunk/ci.bat?rev=1399442&r1=1399441&r2=1399442&view=diff
==============================================================================
--- buildr/trunk/ci.bat (original)
+++ buildr/trunk/ci.bat Wed Oct 17 21:30:51 2012
@@ -12,7 +12,7 @@ IF "X%BUILD_JVM%" == "X1.6" SET JAVA_HOM
IF "X%BUILD_JVM%" == "X1.7" SET JAVA_HOME=F:\hudson\tools\java\jdk1.7.0
SET GEM_HOME=.gems
-SET PATH=%JAVA_HOME%\bin;%RUBY_HOME%\bin;%GEM_HOME%\bin;%PATH%
+SET PATH=%GEM_HOME%\bin;%JAVA_HOME%\bin;%RUBY_HOME%\bin;%PATH%
CALL gem install bundler
CALL bundle install