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

Christophe Sovant
20.23.2008 62bd02edbff24b487e49bbb47e93fe06a7ffb160
opends/tests/shared/functions/utils.xml
@@ -2026,12 +2026,9 @@
      <!-- Build the command -->
      <script>
        if classpath:
          cp = 'CLASSPATH=%s:.' % classpath
          cp = 'CLASSPATH=%s%s.' % (classpath, pathSeparator)
        else:
          cp = 'CLASSPATH=.'
        if is_windows_platform(location):
          cp = cp.replace(':', ';')
        
        if location == STAXServiceMachine:
          cmd = '%s/bin/javac' % local_java_home