Author: donaldp
Date: Sun Oct 7 03:01:39 2012
New Revision: 1395207
URL: http://svn.apache.org/viewvc?rev=1395207&view=rev
Log:
Add JAVA_HOME directory to the build path
Modified:
buildr/trunk/ci.sh
Modified: buildr/trunk/ci.sh
URL:
http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1395207&r1=1395206&r2=1395207&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Sun Oct 7 03:01:39 2012
@@ -63,6 +63,7 @@ elif mkdir "$HOME/.rvm_lock"; then
fi
export BUILDR_GEMSET=${BUILDR_GEMSET-CI_$BUILD_JVM}
+export PATH=$JAVA_HOME/bin:$PATH
source "$HOME/.rvm/scripts/rvm"
rvm ${BUILDR_RUBY_VERSION} --force gemset delete ${BUILDR_GEMSET} 2>&1 >
/dev/null