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

lutoff
06.51.2007 778b1987a96a8591520f8b6e2c8225ccb5e73c69
refs
author lutoff <lutoff@localhost>
Friday, July 6, 2007 09:51 +0200
committer lutoff <lutoff@localhost>
Friday, July 6, 2007 09:51 +0200
commit778b1987a96a8591520f8b6e2c8225ccb5e73c69
tree c3d87edae0ebc27199f1d1cc2dcdc81c2fb88ea1 tree | zip | gz
parent fe4c8ab9a1c15ab0965d235bb9eccbf587cfc93e view | diff
fix for issue #1865 (upgrade -V error)

In case on -V option, BuildExtractor will exit with a pre-defined return
code defined in QuickSetupCli.java (let's say 50). Script will test this
specific return value to check if the non-null return code
is an error.
In case of none null return code, the upgradeLauncher will not be called.
8 files modified
76 ■■■■ changed files
opends/resource/upgrade 7 ●●●● diff | view | raw | blame | history
opends/resource/upgrade.bat 5 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Launcher.java 19 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/QuickSetupCli.java 5 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java 12 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java 12 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/BuildExtractor.java 4 ●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeLauncher.java 12 ●●●●● diff | view | raw | blame | history