Author: donaldp
Date: Wed Oct 17 21:17:30 2012
New Revision: 1399437

URL: http://svn.apache.org/viewvc?rev=1399437&view=rev
Log:
Put the selected JVM/RVM first in the path

Modified:
    buildr/trunk/ci.bat

Modified: buildr/trunk/ci.bat
URL: 
http://svn.apache.org/viewvc/buildr/trunk/ci.bat?rev=1399437&r1=1399436&r2=1399437&view=diff
==============================================================================
--- buildr/trunk/ci.bat (original)
+++ buildr/trunk/ci.bat Wed Oct 17 21:17:30 2012
@@ -12,7 +12,7 @@ IF "X%BUILD_JVM%" EQ "X1.6" SET JAVA_HOM
 IF "X%BUILD_JVM%" EQ "X1.7" SET JAVA_HOME=F:\hudson\tools\java\jdk1.7.0
 
 SET GEM_HOME=.gems
-SET PATH=%PATH%;%JAVA_HOME%\bin;%RUBY_HOME%\bin
+SET PATH=%JAVA_HOME%\bin;%RUBY_HOME%\bin;%GEM_HOME%\bin;%PATH%
 
 gem install bundler
 bundle install --path vendor/bundle


Reply via email to