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

jvergara
21.50.2007 da284105b607bec381206599791f0b2ea170d81b
refs
author jvergara <jvergara@localhost>
Friday, December 21, 2007 21:50 +0100
committer jvergara <jvergara@localhost>
Friday, December 21, 2007 21:50 +0100
commitda284105b607bec381206599791f0b2ea170d81b
tree d84dca982753857a03bb7b68885fc33deb12eed7 tree | zip | gz
parent d69e8a1a9620a24134aa5daa81ee2c05904f32f2 view | diff
Fix for 1862 verbosity options for quicksetup tools

The fixes are just cosmetic. They consist basically of:

* Add verbosity options for the uninstall and upgrade utilities and make them behave as the verbosity options of the setup.

* Make the output of the upgrader consistent with the output of setup and uninstall.

* Update the non verbose output of the import LDIF and the import automatically generated data so that a point is displayed every 3 seconds during the import is ongoing. This way the user will not have the impression that the setup is blocked and we show that some work is going on.
18 files modified
859 ■■■■ changed files
opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java 7 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java 87 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/UninstallerArgumentParser.java 12 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/quicksetup.properties 39 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Application.java 88 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Launcher.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 33 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/ReversionProgressStep.java 105 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/Reverter.java 81 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeLauncher.java 13 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeProgressStep.java 151 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java 184 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgraderCliHelper.java 3 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/FileManager.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/HtmlProgressMessageFormatter.java 19 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/PlainTextProgressMessageFormatter.java 18 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/ProgressMessageFormatter.java 13 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/ServerController.java 2 ●●● diff | view | raw | blame | history