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

jvergara
18.09.2008 6b654d23b0b1d0e5151941aece4658b5e6e8f50f
refs
author jvergara <jvergara@localhost>
Tuesday, November 18, 2008 19:09 +0100
committer jvergara <jvergara@localhost>
Tuesday, November 18, 2008 19:09 +0100
commit6b654d23b0b1d0e5151941aece4658b5e6e8f50f
tree 7d66fab2a33b11e01f8d1ec4515ac3bcfd80f38f tree | zip | gz
parent 135cb1786e1587ba1b0426feb462b3a9a2b1a6ab view | diff
Fix for issue 3620 (Control Panel: missing "--noPropertiesFile" in the equivalent command line)

Add the --noPropertiesFile to all the command-lines that accept it. The exception is the stop-ds command (if we add the --noPropertiesFile option it assumes that the server must be stopped using protocol).
16 files modified
32 ■■■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteBaseDNAndBackendTask.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteEntryTask.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteIndexTask.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteSchemaElementsTask.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/NewEntryTask.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/RebuildIndexTask.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/SchemaTask.java 2 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/task/Task.java 11 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/BackupPanel.java 2 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ExportLDIFPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/ImportLDIFPanel.java 2 ●●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewBaseDNPanel.java 4 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewIndexPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/NewVLVIndexPanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/RestorePanel.java 1 ●●●● diff | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/ui/VLVIndexPanel.java 1 ●●●● diff | view | raw | blame | history