From 0231b111189ad201871aa0714a69163d87031f79 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 28 Aug 2014 12:38:49 +0200 Subject: Added formatted error output to the summarize transformation * generation errors are returned in the "log" node of the appropriate task node * "summarize.xsl" transforms the nodes of all failed tasks into a easily readable plain-text version ** the output is specialized on the different task types --- process.xsl | 18 +++++++++++++----- summarize.xsl | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 5 deletions(-) diff --git a/process.xsl b/process.xsl index a0c1895..0580fa2 100644 --- a/process.xsl +++ b/process.xsl @@ -39,14 +39,22 @@ + + - + + + + + + + diff --git a/summarize.xsl b/summarize.xsl index 78f89fd..b4e6375 100644 --- a/summarize.xsl +++ b/summarize.xsl @@ -11,6 +11,42 @@ indent="no" /> + + Error # + + : + + + + + Generation of " + + " failed. + + + + + + + + + Link from " + + " to " + + " failed. + + + Cleaning of " + + " failed. + + + + + + + @@ -32,6 +68,8 @@ . + + -- cgit v1.2.3