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.
| | |
| | | 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" %* |
| | | |
| | | |
| | |
| | | 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" %* |
| | | |