mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
05.40.2007 4fab9c68f1e4755b7381ecf9bd86c8b30417bd8f
refs
author jvergara <jvergara@localhost>
Wednesday, September 5, 2007 08:40 +0200
committer jvergara <jvergara@localhost>
Wednesday, September 5, 2007 08:40 +0200
commit4fab9c68f1e4755b7381ecf9bd86c8b30417bd8f
tree f17e4aaa55b116435ed9705d66f922216a2e5b28 tree | zip | gz
parent 8d1ccf1c65b3892a5c67e77df38786f5ee329773 view | diff
The following changes are targetted to fix a certain number of issues related to the setup command line:

* 1257 setup cli/gui symetry -- allow to start after slient install
* 1264 silent install option is not silent
* 1326 Update setup CLI to integrate common install scenario (partial fix)
* 1404 different CLI/GUI behavior running setup
* 1859 spin off GUI specific CLI commands
* 2184 setup quite/no-prompt
* 2185 setup --cli -Q throws error

The changes basically consist on splitting the current setup command-line into two (the same way we have done for the uninstall). Know we will have one command to launch the setup in CLI mode (setup and setup.bat) and one command to launch the setup in GUI mode (setup-gui and setup-gui.bat).

The behavior of the graphical interface has not changed. However the capabilities of the CLI setup have been extended to allow to match those in the graphical interface (excluding the replication configuration capabilities):

* Configure the LDAPS and StartTLS on the server.
* Start the server.
1 files deleted
16 files modified
4 files added
4665 ■■■■■ changed files
opendj-sdk/opends/build.xml 9 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/setup 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/setup-gui 131 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/setup-gui.bat 89 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/setup.bat 10 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/messages/messages/quicksetup.properties 46 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/messages/messages/tools.properties 127 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/CurrentInstallStatus.java 36 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Installation.java 27 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/UserData.java 47 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java 305 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 235 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/NewSuffixOptions.java 29 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/SetupGuiLauncher.java 220 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java 24 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/ui/DataOptionsPanel.java 23 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/ui/InstallReviewPanel.java 13 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 3 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/InstallDS.java 2681 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/InstallDSArgumentParser.java 604 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/TestUtilities.java 4 ●●●● diff | view | raw | blame | history