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

jvergara
05.40.2007 111c848e2d90d962a7f48d7b4121304247829473
refs
author jvergara <jvergara@localhost>
Wednesday, September 5, 2007 08:40 +0200
committer jvergara <jvergara@localhost>
Wednesday, September 5, 2007 08:40 +0200
commit111c848e2d90d962a7f48d7b4121304247829473
tree 0cdfff0c56b83b7eefab57a7bb7e36fd3f04db42 tree | zip | gz
parent 6c2e04c90410734dc61a340c1a73bc7c7864fe13 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
4 files added
16 files modified
4665 ■■■■■ changed files
opends/build.xml 9 ●●●●● diff | view | raw | blame | history
opends/resource/setup 2 ●●● diff | view | raw | blame | history
opends/resource/setup-gui 131 ●●●●● diff | view | raw | blame | history
opends/resource/setup-gui.bat 89 ●●●●● diff | view | raw | blame | history
opends/resource/setup.bat 10 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/quicksetup.properties 46 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/tools.properties 127 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/CurrentInstallStatus.java 36 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Installation.java 27 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/UserData.java 47 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java 305 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 235 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/NewSuffixOptions.java 29 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/SetupGuiLauncher.java 220 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java 24 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/DataOptionsPanel.java 23 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/InstallReviewPanel.java 13 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/InstallDS.java 2681 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/InstallDSArgumentParser.java 604 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/TestUtilities.java 4 ●●●● diff | view | raw | blame | history