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

jvergara
26.38.2007 ffe54e8393ace03383da7a0ab6020fc904d075af
Update the source code used to generate the services executable.  The start-ds.bat and stop-ds.bat are now under the bat directory after fixing 1381.
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/build-tools/windows/service.c 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/build-tools/windows/service.c
@@ -493,7 +493,7 @@
{
  ServiceReturnCode returnValue;
  // init out params
  char* relativePath = "\\bin\\start-ds.bat";
  char* relativePath = "\\bat\\start-ds.bat";
  char command[COMMAND_SIZE];
  if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
  {
@@ -549,7 +549,7 @@
{
  ServiceReturnCode returnValue;
  // init out params
  char* relativePath = "\\bin\\stop-ds.bat";
  char* relativePath = "\\bat\\stop-ds.bat";
  char command[COMMAND_SIZE];
  if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
  {