From 0fde13fce2ac42bfb55b3b9f64f3d0f0aa429d65 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 05 Jun 2007 09:44:12 +0000
Subject: [PATCH] Fix for issue 1616. Even if the install fails, display the button to give access to the status panel.
---
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 4 +++-
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java b/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
index 0f00f0e..e367004 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -1032,7 +1032,7 @@
getFormattedSuccess(
getMsg("summary-install-finished-successfully", args)));
hmSummary.put(InstallProgressStep.FINISHED_WITH_ERROR,
- getFormattedError(getMsg("summary-install-finished-with-error")));
+ getFormattedError(getMsg("summary-install-finished-with-error", args)));
}
/**
diff --git a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index 8c36bbc..51929d3 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -780,7 +780,9 @@
the server, click Launch Status Panel. Note that you can launch this tool \
later using {1}.<br><INPUT type="submit" value="Launch Status Panel"></INPUT>
summary-install-finished-with-error=An error occurred. Check 'Details' text \
-area for more information.
+area for more information.<br>To see basic server configuration status, click \
+Launch Status Panel. Note that you can launch this tool \
+later using {1}.<br><INPUT type="submit" value="Launch Status Panel"></INPUT>
summary-stopping=Stopping Directory Server...
summary-disabling-windows-service=Disabling Windows Service...
summary-deleting-external-db-files=Deleting Database Files outside the \
--
Gitblit v1.10.0