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

jvergara
20.32.2008 3549450f14b417a5ff2fccc8f06650587308caf8
refs
author jvergara <jvergara@localhost>
Wednesday, February 20, 2008 14:32 +0100
committer jvergara <jvergara@localhost>
Wednesday, February 20, 2008 14:32 +0100
commit3549450f14b417a5ff2fccc8f06650587308caf8
tree d6c0f65b4f10f7937383ea42038baf11add04c7b tree | zip | gz
parent 6b91643447398f13e01a4e02f8431e5263fc9bff view | diff
Fix for issue 2972 (The usage of stop-ds.bat shows the class name)

The fix consists on updating the scripts and the java code to reflect correctly the name of the script and be consistent with all the other batch files (we don not include the .bat on the usage).

Apart from that the modifications include a modification in StatusPanelLauncher so that we use the ArgumentParser class in the whole class (this avoids duplicated code and fixes a bug with the usage).
6 files modified
146 ■■■■■ changed files
opends/resource/bin/start-ds.bat 10 ●●●● diff | view | raw | blame | history
opends/resource/bin/stop-ds.bat 2 ●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelLauncher.java 118 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java 5 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/SetupLauncher.java 5 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeLauncher.java 6 ●●●● diff | view | raw | blame | history