From 0d1131524cfbba81cafaab90ffcda86af50c1682 Mon Sep 17 00:00:00 2001 From: kenneth_suter <kenneth_suter@localhost> Date: Tue, 02 Oct 2007 16:38:40 +0000 Subject: [PATCH] Partially addressed issues 2335 and 2336 which call for support of task notifications and dependencies in client task scheduling tools. --- opends/src/messages/messages/tools.properties | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties index a0902ab..05acf52 100644 --- a/opends/src/messages/messages/tools.properties +++ b/opends/src/messages/messages/tools.properties @@ -2160,4 +2160,25 @@ INFO_DESCRIPTION_GENERAL_ARGS_1465=General Options INFO_DESCRIPTION_IO_ARGS_1466=Utility Input/Output Options INFO_DESCRIPTION_LDAP_CONNECTION_ARGS_1467=LDAP Connection Options -INFO_DESCRIPTION_CONFIG_OPTIONS_ARGS_1468=Configuration Options \ No newline at end of file +INFO_DESCRIPTION_CONFIG_OPTIONS_ARGS_1468=Configuration Options +INFO_DESCRIPTION_TASK_COMPLETION_NOTIFICATION_1469=Specifies the email address \ + of a recipient to be notified when the task completes. This option may be \ + specified more than once +INFO_DESCRIPTION_TASK_ERROR_NOTIFICATION_1470=Specifies the email address \ + of a recipient to be notified if an error occurs when this task executes. \ + This option may be specified more than once +INFO_DESCRIPTION_TASK_DEPENDENCY_ID_1471=Specifies the ID of a task upon which \ + this task depends. A task will not start execution until all its \ + dependencies have completed execution +INFO_DESCRIPTION_TASK_FAILED_DEPENDENCY_ACTION_1472=Action this task will \ + take should one if its dependent tasks fail. The value must be one of %s. \ + If not specified defaults to %s +SEVERE_ERR_TASKTOOL_OPTIONS_FOR_TASK_ONLY_1473=The option %s is only \ + applicable when scheduling this operation as a task +SEVERE_ERR_TASKTOOL_INVALID_EMAIL_ADDRESS_1474=The value %s for option %s is \ + not a valid email address +SEVERE_ERR_TASKTOOL_INVALID_FDA_1475=The failed dependency action value %s is \ + invalid. The value must be one of %s +SEVERE_ERR_TASKTOOL_FDA_WITH_NO_DEPENDENCY_1476=The failed dependency action \ + option is to be used in conjunction with one or more dependencies + -- Gitblit v1.10.0