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. BR, Jukka Zitting