| | |
| | | QuickSetupLog.initLogFileHandler( |
| | | File.createTempFile( |
| | | UpgradeLauncher.LOG_FILE_PREFIX + "ext-", |
| | | UpgradeLauncher.LOG_FILE_SUFFIX)); |
| | | QuickSetupLog.LOG_FILE_SUFFIX)); |
| | | } catch (Throwable t) { |
| | | System.err.println( |
| | | ResourceProvider.getInstance().getMsg("error-initializing-log")); |
| | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | * @param launcher |
| | | */ |
| | | public UserData createUserData(String[] args, CurrentInstallStatus status) |
| | | public UserData createUserData(Launcher launcher) |
| | | throws UserDataException |
| | | { |
| | | return helper.createUserData(args); |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | public ApplicationException getException() { |
| | | public ApplicationException getRunError() { |
| | | return error; |
| | | } |
| | | |
| | |
| | | String newLogDetail) { |
| | | // ignored; no progress messages |
| | | } |
| | | |
| | | } |