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

gary_williams
12.31.2007 787dd9dc124cf39eec423a6c20537d2c3ba28c75
Use absolute path to java command 
1 files modified
6 ■■■■ changed files
opends/tests/shared/functions/ldap.xml 6 ●●●● patch | view | raw | blame | history
opends/tests/shared/functions/ldap.xml
@@ -2752,7 +2752,7 @@
      </script>
      <call function="'runCommand'" >
        { 'name'      : 'Modify An Attribute value',
          'command'   : 'java',
          'command'   : '%s/bin/java' % JAVA_HOME,
          'arguments' : '%s %s' % (STAFCmd,STAFCmdParams),
          'location'  : location,
          'path'      : '%s/../%s' % (dsPath,relativeJavaDir),
@@ -3005,7 +3005,7 @@
      </script>
      <call function="'runCommand'" >
        { 'name'      : 'Add New Entry',
          'command'   : 'java',
          'command'   : '%s/bin/java' % JAVA_HOME,
          'arguments' : '%s %s' % (STAFCmd,STAFCmdParams),
          'location'  : location,
          'env'       : ['PATH=/bin:/usr/bin:%s/bin' % dsPath, 'JAVA_HOME=%s' % JAVA_HOME,'CLASSPATH=%s/../%s' % (dsPath,relativeJavaDir)],
@@ -3124,7 +3124,7 @@
      </script>
      <call function="'runCommand'" >
        { 'name'      : 'Modify DN',
          'command'   : 'java',
          'command'   : '%s/bin/java' % JAVA_HOME,
          'arguments' : '%s %s' % (STAFCmd,STAFCmdParams),
          'location'  : location,
          'env'       : ['PATH=/bin:/usr/bin:%s/bin' % dsPath, 'JAVA_HOME=%s' % JAVA_HOME,'CLASSPATH=%s/../%s' % (dsPath,relativeJavaDir)],