From 431ddffe0629d18496026cb5bf796def03f0b982 Mon Sep 17 00:00:00 2001 From: Radovan Semancik Date: Mon, 17 Jul 2017 10:19:12 +0200 Subject: [PATCH] Schema for command-line scripts and post-report scripts. --- .../xml/ns/public/common/common-core-3.xsd | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd b/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd index 4aa0e266715..c080e0f3e98 100644 --- a/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd +++ b/infra/schema/src/main/resources/xml/ns/public/common/common-core-3.xsd @@ -6166,6 +6166,42 @@ + + + + + Specifies a command to be executen on an operating system command-line. + + + 3.7 + + + + + + + + Represents command with arguments. Sequences starting with percent sign (%) will be + replaced by the value of midPoint arguments to the command line script. + E.g. for code "cp %source %destination" the %source and %destination strings will be + replaced by the value of midPoint arguments "source" and "destination". The "%%" sequence + is a escape for a single percent character. + + + + + @@ -14459,6 +14495,18 @@ + + + + Command-line script that will be executed after the report is complete + and the output file is completely produced. Output filename will + be passed to the script as the "file" argument. + + + 3.7 + + +