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

jvergara
03.22.2008 890bedb0b00b717f882df2dd21c71940db00ced9
Fix for issue 3111 (java-args defined in config/java.properties are not taken into account for some tools)
Use the proper env variable when launching the scripts.
2 files modified
4 ■■■■ changed files
opendj-sdk/opends/resource/bin/ldif-diff.bat 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/bin/ldifmodify.bat 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/bin/ldif-diff.bat
@@ -28,7 +28,7 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFDiff"
set SCRIPT_NAME_ARG=ldif-diff
set SCRIPT_NAME=ldif-diff
for %%i in (%~sf0) do call "%%~dPsi\..\lib\_client-script.bat" %*
opendj-sdk/opends/resource/bin/ldifmodify.bat
@@ -28,6 +28,6 @@
setlocal
set OPENDS_INVOKE_CLASS="org.opends.server.tools.LDIFModify"
set SCRIPT_NAME_ARG=ldifmodify
set SCRIPT_NAME=ldifmodify
for %%i in (%~sf0) do  call "%%~dPsi\..\lib\_server-script.bat" %*