On 24/03/2010, Jukka Zitting <jukka.zitt...@gmail.com> wrote: > Hi, > > > On Wed, Mar 24, 2010 at 12:48 PM, sebb <seb...@gmail.com> wrote: > > Just updated Jakarta BSF3, and triggered it. > > > > The build failed on vesta, because it uses an Ant file that assumes > > "mvn" will be available in "mvn.path", currently set to > > $HOME/tools/maven/latest2/bin/. > > > That's probably because JAVA_HOME is not set and there is no java on > the default PATH. > > I just added JAVA_HOME=/home/hudson/tools/java/latest/bin/java to the > default environment of the slave process.
I now get: [exec] Error: JAVA_HOME is not defined correctly. [exec] We cannot execute /home/hudson/tools/java/latest/bin/java/bin/java I suspect it should be JAVA_HOME=/home/hudson/tools/java/latest Feel free to trigger the Jakarta BSF build if you want to test any changes (it's not currently built automatically). > BR, > > > Jukka Zitting >