From 3bd9f5765fb40e3cf82af07a664c80d7e6646619 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Tue, 15 Jul 2014 12:05:29 +0100 Subject: [PATCH] Parameterise export aggregate generation. Take local file locations of production aggregate and generated export aggregate from properties. Add a target to fetch a local copy of the production aggregate. Add a target to generate the export aggregate. --- build.xml | 59 +++++++++++++++++++++++++++++++++++++++++ mdx/incommon/.gitignore | 1 + mdx/incommon/export.xml | 23 ++++++++-------- 3 files changed, 72 insertions(+), 11 deletions(-) diff --git a/build.xml b/build.xml index 9f9fb520..1e7dbc84 100644 --- a/build.xml +++ b/build.xml @@ -1417,4 +1417,63 @@ + + + + + + + + + + + + + + Fetching InCommon production aggregate to ${mda.inc.production.xml}... + + Fetch complete. + + + + + Generating InCommon export aggregate in ${mda.inc.exported.xml} + from production aggregate in ${mda.inc.production.xml}... + + Generation complete. + + \ No newline at end of file diff --git a/mdx/incommon/.gitignore b/mdx/incommon/.gitignore index f6b6515e..43811e09 100644 --- a/mdx/incommon/.gitignore +++ b/mdx/incommon/.gitignore @@ -1,2 +1,3 @@ exported.xml imported.xml +production.xml diff --git a/mdx/incommon/export.xml b/mdx/incommon/export.xml index cbf6e027..59e3fba5 100644 --- a/mdx/incommon/export.xml +++ b/mdx/incommon/export.xml @@ -27,7 +27,7 @@ p:id="serializeExported"> - + @@ -39,17 +39,18 @@ p:id="export"> - - - - - - + + + + + @@ -92,7 +93,7 @@ p:id="normalise"> - +