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 --- summarize.xsl | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'summarize.xsl') 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