From 46f64d6b7b18945b4d609fabe9ac87b3f6cb8f30 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 16 Aug 2007 20:56:31 +0000
Subject: [PATCH] This commit gets the QuickSetup installer working again by specifying the server root during the directory configuration. This is addressed by adding a hidden arg to ConfigureDS for the server root that the installer uses for the specification of the directory.
---
opends/src/server/org/opends/server/tools/ToolConstants.java | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/opends/src/server/org/opends/server/tools/ToolConstants.java b/opends/src/server/org/opends/server/tools/ToolConstants.java
index f4abe7a..187491c 100644
--- a/opends/src/server/org/opends/server/tools/ToolConstants.java
+++ b/opends/src/server/org/opends/server/tools/ToolConstants.java
@@ -636,5 +636,14 @@
*/
public static final String OPTION_VALUE_SET = "{PROP:VAL}";
+ /**
+ * Value for the server root option short form.
+ */
+ public static final Character OPTION_SHORT_SERVER_ROOT = 'R';
+
+ /**
+ * Value for the server root option long form.
+ */
+ public static final String OPTION_LONG_SERVER_ROOT = "serverRoot";
}
--
Gitblit v1.10.0