| | |
| | | } |
| | | |
| | | checkAbort(); |
| | | updateSummaryWithServerState(hmSummary); |
| | | updateSummaryWithServerState(hmSummary, false); |
| | | setCurrentProgressStep(InstallProgressStep.FINISHED_SUCCESSFULLY); |
| | | notifyListeners(null); |
| | | |
| | |
| | | } |
| | | } |
| | | notifyListeners(getLineBreak()); |
| | | updateSummaryWithServerState(hmSummary); |
| | | updateSummaryWithServerState(hmSummary, false); |
| | | setCurrentProgressStep(InstallProgressStep.FINISHED_WITH_ERROR); |
| | | Message html = getFormattedError(ex, true); |
| | | notifyListeners(html); |
| | |
| | | } |
| | | } |
| | | notifyListeners(getLineBreak()); |
| | | updateSummaryWithServerState(hmSummary); |
| | | updateSummaryWithServerState(hmSummary, false); |
| | | setCurrentProgressStep(InstallProgressStep.FINISHED_WITH_ERROR); |
| | | ApplicationException ex = new ApplicationException( |
| | | ReturnCode.BUG, |