| | |
| | | notifyListeners(getLineBreak()); |
| | | } |
| | | } catch (ApplicationException ae) { |
| | | runError = ae; |
| | | notifyListeners(getFormattedErrorWithLineBreak()); |
| | | } |
| | | } |
| | |
| | | notifyListeners(getLineBreak()); |
| | | } |
| | | } catch (ApplicationException ae) { |
| | | runError = ae; |
| | | notifyListeners(getFormattedErrorWithLineBreak()); |
| | | } |
| | | } |
| | |
| | | { |
| | | log = getFormattedWithPoints(log); |
| | | } |
| | | notifyListeners(progress, log, log); |
| | | notifyListeners(progress, summary, log); |
| | | } |
| | | |
| | | private void initialize() throws ApplicationException { |
| | |
| | | File filesBackupDirectory = getTempBackupDirectory(); |
| | | FileManager fm = new FileManager(); |
| | | File root = getInstallation().getRootDirectory(); |
| | | FileFilter filter = new UpgradeFileFilter(root); |
| | | FileFilter filter = new RevertFileFilter(root); |
| | | for (String fileName : root.list()) { |
| | | File f = new File(root, fileName); |
| | | |
| | |
| | | Stage stage = getStage(); |
| | | Installation installation = getInstallation(); |
| | | File root = installation.getRootDirectory(); |
| | | stage.move(root); |
| | | stage.move(root, new RevertFileFilter(getReversionFilesDirectory())); |
| | | |
| | | // The bits should now be of the new version. Have |
| | | // the installation update the build information so |