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

jvergara
08.08.2010 672ab71e6a868a65f91df446da587481c8de64ea
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 */
package org.opends.quicksetup.installer.webstart;
@@ -113,6 +113,9 @@
      setCurrentProgressStep(InstallProgressStep.DOWNLOADING);
      notifyListenersOfLog();
      notifyListeners(getLineBreak());
      checkAbort();
      InputStream in =
@@ -262,8 +265,6 @@
      checkAbort();
      updateSummaryWithServerState(hmSummary);
      notifyListeners(getLineBreak());
      notifyListenersOfLog();
      setCurrentProgressStep(InstallProgressStep.FINISHED_SUCCESSFULLY);
      notifyListeners(null);
@@ -300,7 +301,7 @@
        notifyListeners(html);
        LOG.log(Level.SEVERE, "Error installing.", ex);
        notifyListeners(getLineBreak());
        notifyListenersOfLog();
        notifyListenersOfLogAfterError();
      }
    }
    catch (Throwable t)
@@ -324,7 +325,7 @@
      notifyListeners(msg);
      LOG.log(Level.SEVERE, "Error installing.", t);
      notifyListeners(getLineBreak());
      notifyListenersOfLog();
      notifyListenersOfLogAfterError();
    }
    System.setErr(origErr);
    System.setOut(origOut);