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

lutoff
06.51.2007 e4f3bf2ae1355a41ab1812ee81c9714080dacee6
refs
author lutoff <lutoff@localhost>
Friday, July 6, 2007 09:51 +0200
committer lutoff <lutoff@localhost>
Friday, July 6, 2007 09:51 +0200
commite4f3bf2ae1355a41ab1812ee81c9714080dacee6
tree dcfdd552b8aed772f64e137e778898188f0fe3a9 tree | zip | gz
parent 02e99b85ec86120b3d40584719bf16dff8d99cde 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
opendj-sdk/opends/resource/upgrade 7 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/upgrade.bat 5 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Launcher.java 19 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/QuickSetupCli.java 5 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java 12 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java 12 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/BuildExtractor.java 4 ●●● diff | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeLauncher.java 12 ●●●●● diff | view | raw | blame | history