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

Nicolas Capponi
12.03.2014 7f18ae16629cb1731b5a7e56c4916f93a5dd4f9b
Checkpoint commit for OPENDJ-1288 : 
Migrate I18n and logging support to i18n framework and SLF4J

Fix OPENDJ-1332 On Windows, setup (cli mode) fails with NullPointException
1 files modified
2 ■■■ changed files
opendj-sdk/opendj3-server-dev/resource/bin/_script-util.bat 2 ●●● patch | view | raw | blame | history
opendj-sdk/opendj3-server-dev/resource/bin/_script-util.bat
@@ -63,7 +63,7 @@
rem it also helps comparing the two paths
FOR /F %%i IN ("%INSTALL_ROOT%")  DO set INSTALL_ROOT=%%~dpnxi
FOR /F %%i IN ("%INSTANCE_ROOT%") DO set INSTANCE_ROOT=%%~dpnxi
call "%INSTALL_ROOT%\lib\setcp.bat" %INSTALL_ROOT%\lib\bootstrap.jar
call "%INSTALL_ROOT%\lib\setcp.bat" %INSTALL_ROOT%\lib\bootstrap-client.jar
FOR %%x in ("%INSTALL_ROOT%\resources\*.jar") DO call "%INSTALL_ROOT%\lib\setcp.bat" %%x
set CLASSPATH=%INSTANCE_ROOT%\classes;%CLASSPATH%
if "%INSTALL_ROOT%" == "%INSTANCE_ROOT%" goto setClassPathDone