From 1baef5676b5cd26857d88e859ffed1e0926a45eb Mon Sep 17 00:00:00 2001 From: Ian Young Date: Sun, 12 Jun 2011 12:27:57 +0000 Subject: [PATCH] Generalise input file location for MDNORM tool; compensate elsewhere. Clean up library access for MDNORM. Add a (test) production flow working off the end result of the UK collect flow. --- build.xml | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/build.xml b/build.xml index 9b724fba..c4138499 100644 --- a/build.xml +++ b/build.xml @@ -455,7 +455,7 @@ x="${build.dir}/ns_norm_uk.xsl" i="${temp.xml}" o="${xml.dir}/${md.prod.unsigned}" /> - + DS variant... @@ -474,7 +474,7 @@ x="${build.dir}/ns_norm_uk.xsl" i="${temp.xml}" o="${xml.dir}/${md.test.unsigned}"/> - + @@ -488,7 +488,7 @@ x="${build.dir}/ns_norm_uk.xsl" i="${temp.xml}" o="${xml.dir}/${md.export.unsigned}" /> - + Fallback aggregate... @@ -596,16 +596,25 @@ ********************************* --> + - + - + - + @@ -1185,6 +1194,22 @@ Collection completed. + + UK production aggregate flow started. + + normalising namespaces... + + + + UK production aggregate flow completed. + +