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

svn commit: r1420549 - /buildr/trunk/ci.sh

Author: donaldp
Date: Wed Dec 12 07:26:19 2012
New Revision: 1420549

URL: http://svn.apache.org/viewvc?rev=1420549&view=rev
Log:
Put the jdk executables on the path

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1420549&r1=1420548&r2=1420549&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Wed Dec 12 07:26:19 2012
@@ -42,6 +42,9 @@ else
   export BUILDR_RUBY_VERSION=ruby-1.9.3-p194
 fi
 
+# Scala when forked seems to require javac to be on the path
+export PATH=$JAVA_HOME/bin:$PATH
+
 export LD_LIBRARY_PATH=/home/hudson/.rvm/usr/lib
 source "$HOME/.rvm/scripts/rvm"