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

al_xipe
02.50.2007 c75666caa67073a57c6aac0b0e06e12de8e154ec
fix on windows for javadoc generation
1 files modified
4 ■■■■ changed files
opends/tests/functional-tests/build.bat 4 ●●●● patch | view | raw | blame | history
opends/tests/functional-tests/build.bat
@@ -46,7 +46,7 @@
echo   JAVA_HOME=%JAVA_HOME%
if not "%*" == "" echo   your parameters=%*
echo Now running ant ...
OPENDS_LIB=%FT_HOME%\..\..\lib
"%ANT_HOME%\bin\ant" -lib "%OPENDS_LIB%\mail.jar;%OPENDS_LIB%\activation.jar"-f staf-installer.xml %*
set OPENDS_LIB=%FT_HOME%\..\..\lib
"%ANT_HOME%\bin\ant" -lib "%OPENDS_LIB%\mail.jar;%OPENDS_LIB%\activation.jar" -f staf-installer.xml %*
:end