From 6a71a56fec2d0dc6465a1e24b8c8d24d629148f5 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 29 Oct 2014 19:01:55 +0100 Subject: Added check for successful transformation read in generate task * this was not checked previously and was hard to diagnose because it only became visible when the queries failed --- src/steps/process.xsl | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/steps/process.xsl b/src/steps/process.xsl index 9b9552a..51e810e 100644 --- a/src/steps/process.xsl +++ b/src/steps/process.xsl @@ -168,8 +168,17 @@ - - + + + + + Failed to read transformation " + + " + + + + @@ -186,7 +195,7 @@ - + @@ -219,7 +228,7 @@ - + -- cgit v1.2.3