mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Christophe Sovant
17.05.2008 2f2b85856e60cc6706b066a426148b58f378ce95
opends/tests/staf-tests/functional-tests/build
File was renamed from opends/tests/functional-tests/build
@@ -34,7 +34,7 @@
# the path and try to figure it out.
if test -z "${JAVA_HOME}"
then
  JAVA_HOME=`java -cp ../../resource FindJavaHome`
  JAVA_HOME=`java -cp ../../../resource FindJavaHome`
  if test -z "${JAVA_HOME}"
  then
    echo "Please set JAVA_HOME to the root of a Java 5.0 installation."
@@ -44,8 +44,8 @@
  fi
fi
OPENDS_LIB=`cd ../../lib;pwd`
ANT_HOME=`cd ../..;pwd`/ext/ant
OPENDS_LIB=`cd ../../../lib;pwd`
ANT_HOME=`cd ../../..;pwd`/ext/ant
export ANT_HOME
# Execute the ant script and pass it any additional command-line arguments.
$ANT_HOME/bin/ant -lib $OPENDS_LIB/mail.jar:$OPENDS_LIB/activation.jar -f staf-installer.xml ${*}