From ad045ba9e4d87449a7d1af1f4ba3db5e1951c6fa Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Wed, 19 Sep 2007 14:40:07 +0000 Subject: [PATCH] After some discussions it has been decided to merge the setup and uninstall commands so that we have the behavior that we had before. So with this changes, in order to work in CLI mode the option --cli must be specified. --- opendj-sdk/opends/src/messages/messages/admin_tool.properties | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/messages/messages/admin_tool.properties b/opendj-sdk/opends/src/messages/messages/admin_tool.properties index 5f157b8..0a9a88a 100644 --- a/opendj-sdk/opends/src/messages/messages/admin_tool.properties +++ b/opendj-sdk/opends/src/messages/messages/admin_tool.properties @@ -338,9 +338,10 @@ INFO_SUMMARY_UNINSTALL_NOT_STARTED=Starting Uninstallation... INFO_UNDEFINED_PROTOCOL_LABEL=-Unknown- SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED=%n%nThe graphical Uninstall \ - launch failed. + launch failed.%n%nLaunching command line uninstall... SEVERE_ERR_UNINSTALL_LAUNCHER_GUI_LAUNCHED_FAILED_DETAILS=%n%nThe graphical \ - Uninstall launch failed. Check file %s for more details. + Uninstall launch failed. Check file %s for more details.%n%nLaunching \ + command line uninstall... INFO_UNINSTALL_LAUNCHER_LAUNCHING_CLI=Launching command line uninstall... INFO_UNINSTALL_LAUNCHER_LAUNCHING_GUI=Launching graphical uninstall... INFO_UNINSTALL_LAUNCHER_USAGE_DESCRIPTION=This utility may be used to \ -- Gitblit v1.10.0