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

kenneth_suter
06.09.2007 43e8cc1e0b7576d94c96f07f64b25affb5b07af0
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java
@@ -40,6 +40,7 @@
import org.opends.quicksetup.installer.InstallProgressStep;
import org.opends.quicksetup.util.Utils;
import org.opends.quicksetup.util.ZipExtractor;
import org.opends.quicksetup.util.ServerController;
/**
 * This is an implementation of the Installer class that is used to install
@@ -141,7 +142,7 @@
      {
        notifyListeners(getTaskSeparator());
        status = InstallProgressStep.STARTING_SERVER;
        startServer();
        new ServerController(this).startServer();
      }
      if (Utils.isWindows())
@@ -371,7 +372,7 @@
    ZipExtractor extractor =
            new ZipExtractor(is, minRatio, maxRatio,
            getUserData().getServerLocation(),
            getNumberZipEntries(),
            Utils.getNumberZipEntries(),
            getZipFileName(),
            this);
    extractor.extract();
@@ -423,17 +424,6 @@
  }
  /**
   * Returns the number of entries contained in the zip file.  This is used to
   * update properly the progress bar ratio.
   * @return the number of entries contained in the zip file.
   */
  private int getNumberZipEntries()
  {
    // TODO  we should get this dynamically during build
    return 83;
  }
  /**
   * {@inheritDoc}
   */
  protected String getInstallationPath()