From 613d26d5487e2692d665b5f03499e809ff37f2d5 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Fri, 14 Nov 2014 16:12:44 +0000
Subject: [PATCH] OPENDJ-1619 On Windows the logs/errors file is empty

---
 opendj3-server-dev/resource/bin/_script-util.bat |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/opendj3-server-dev/resource/bin/_script-util.bat b/opendj3-server-dev/resource/bin/_script-util.bat
index a4bc93f..866cfa2 100644
--- a/opendj3-server-dev/resource/bin/_script-util.bat
+++ b/opendj3-server-dev/resource/bin/_script-util.bat
@@ -57,6 +57,7 @@
 cd /d %CUR_DIR%
 goto scriptBegin
 
+rem Configure the appropriate CLASSPATH for client, using java.util.logging logger.
 :setClassPath
 if "%SET_CLASSPATH_DONE%" == "true" goto end
 rem get the absolute paths before building the classpath
@@ -72,13 +73,14 @@
 set SET_CLASSPATH_DONE=true
 goto scriptBegin
 
+rem Configure the appropriate CLASSPATH for server, using Opend DJ logger.
 :setClassPathWithOpenDJLogger
 if "%SET_CLASSPATH_DONE%" == "true" goto end
 rem get the absolute paths before building the classpath
 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-client.jar
+call "%INSTALL_ROOT%\lib\setcp.bat" %INSTALL_ROOT%\lib\bootstrap.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 setClassPathWithOpenDJLoggerDone

--
Gitblit v1.10.0