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

jvergara
04.48.2007 90288dc278771356aa6dfa3832cb4a4bb19e9fab
refs
author jvergara <jvergara@localhost>
Wednesday, July 4, 2007 18:48 +0200
committer jvergara <jvergara@localhost>
Wednesday, July 4, 2007 18:48 +0200
commit90288dc278771356aa6dfa3832cb4a4bb19e9fab
tree b7edc7421ad0d3802918e28c95a59c2f48aeadc3 tree | zip | gz
parent 0d23044ef2e0404e841bda74b4508853196080ba view | diff
This commit's design changes have been reviewed and approved by Brian Ehret.

Add a "Finish" step to the graphical upgrade, setup and uninstall.

Issue 1325: Update quicksetup to integrate common install scenario

These modifications allow to configure replication in the graphical setup.

Issue 1850: consider replication for uninstall and cancel install

These modfications allow to cancel the modifications done in remote servers during the install when the user clicks on cancel.

Issue 1863: combine Web Start upgrade and install into one tool

These modifications allow to launch an application that combines both install and upgrade.


Note: because of some problems with the total update (see Issue 1893) the administration suffix is configured with its own database so a new directory has been created in the installation (adminDb). If we consider that is not a good idea to have a separate database this will be updated in the future once 1893 is fixed. The directory must be created during installation because in some case the Administration configuration is created using LDAP and remotely when installing a new server (and in this case we have no access to the fiel system of the firstly installed server).
7 files added
24 files modified
2207 ■■■■ changed files
opends/build.xml 1 ●●●● diff | view | raw | blame | history
opends/src/ads/org/opends/admin/ads/ADSContext.java 146 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Application.java 8 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Step.java 13 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/WizardStep.java 7 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installandupgrader/InstallAndUpgradeUserData.java 57 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installandupgrader/InstallAndUpgrader.java 495 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installandupgrader/ui/WelcomePanel.java 259 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ConfiguredDomain.java 91 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ConfiguredReplication.java 127 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java 3 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 319 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java 165 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java 26 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java 35 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties 32 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/ButtonsPanel.java 14 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/FieldName.java 12 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/FinishedPanel.java 54 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java 45 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java 5 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/StepsPanel.java 15 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/uninstaller/Uninstaller.java 54 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/BuildExtractor.java 2 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeWizardStep.java 90 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/Upgrader.java 94 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/WelcomePanel.java 4 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/HtmlProgressMessageFormatter.java 16 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/PlainTextProgressMessageFormatter.java 10 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/ProgressMessageFormatter.java 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java 2 ●●● diff | view | raw | blame | history