GenRootDlg.Error.Empty.Snapshot = Snapshot URL is empty
GenRootDlg.Error.Empty.Rootstrap = Rootstrap is empty
GenRootDlg.Error.Snapshot.Failed = Failed to get snapshot information!\n
-GenRootDlg.Error.Gen.Rootstrap.Failed = Generating rootstrap failed!!\n
+GenRootDlg.Error.Gen.Rootstrap.Failed = Failed to generate rootstrap. Check log in "Platform Internal" console.
GenRootDlg.Error.NoAnyRepos = You need to set repositories. Input snapshot URL and click the "Search" button.
GenRootDlg.Error.Incorrect.Info = Failed to validate information for generating rootstrap.
GenRootDlg.Error.Empty.Arch = Architecture is empty.
});
} catch (Exception e) {
logger.error(resources.getString("GenRootDlg.Error.Gen.Rootstrap.Failed"), e);
- DialogUtil.openErrorDialog(String.format("%s\n * %s",
- resources.getString("GenRootDlg.Error.Gen.Rootstrap.Failed"), e.getMessage()));
+ DialogUtil.openErrorDialog(resources.getString("GenRootDlg.Error.Gen.Rootstrap.Failed"));
return;
} finally {
RootstrapManager.removeLatestTempDirForRootstrap();
} catch (Exception e) {
logger.error(resources.getString("GenRootDlg.Error.Gen.Rootstrap.Failed"),
e);
- DialogUtil.openErrorDialog(String.format("%s\n * %s",
- resources.getString("GenRootDlg.Error.Gen.Rootstrap.Failed"),
- e.getMessage()));
+ DialogUtil.openErrorDialog(resources.getString("GenRootDlg.Error.Gen.Rootstrap.Failed"));
return;
} finally {
RootstrapManager.removeLatestTempDirForRootstrap();