From 095905fbc32c971b8847bf5c3dd32f3409c9b46b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 23 Aug 2014 22:08:29 +0200 Subject: Expanded output of task processing * partly copy "task" nodes ** augment with result of performing the task * executions of single transformations which expand into multiple target files are now grouped into tasks and subtasks ** a total result value is determined * this change was implemented to aid the implementation of a "generation-digest" view ** such a "view" summarizes the results of task processing and may be configured in e.g. verbosity and error output --- process.xsl | 114 +++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 74 insertions(+), 40 deletions(-) (limited to 'process.xsl') diff --git a/process.xsl b/process.xsl index d8f2aab..a054965 100644 --- a/process.xsl +++ b/process.xsl @@ -17,47 +17,40 @@ - - - - - - - - - + - + )/self::command/@result"/> - + - + )/self::command/@result"/> - - + + + + - - - - - - - - - + + + + + + + + @@ -75,6 +68,20 @@ + + + + + + + + + + + + + + @@ -158,23 +165,50 @@ - - - + + + + + + + + - - - - + + + + + + + + + + + + success + + + error + + + + + + - - - - + + + + + + + + + -- cgit v1.2.3