From 38f09607a7edf065ddf0c94e06011c4643fd768c Mon Sep 17 00:00:00 2001 From: Ian Young Date: Tue, 21 Jun 2011 09:19:51 +0000 Subject: [PATCH] New metadata aggregator build: CLI now takes file path, not URI: switch back to stock CLI CLI now takes pipeline name, not output file: rework all flows to have explicit serialization stages. --- build.xml | 30 +++++++++++++++++++++--------- mdx/aaf/import.xml | 16 +++++++++++++++- mdx/arnes/import.xml | 16 +++++++++++++++- mdx/caf/import.xml | 16 +++++++++++++++- mdx/cz-eduid/import.xml | 14 +++++++++++++- mdx/edugain/import.xml | 16 +++++++++++++++- mdx/edugain/test-import.xml | 16 +++++++++++++++- mdx/ie-edugate/import.xml | 14 +++++++++++++- mdx/incommon/import.xml | 16 +++++++++++++++- mdx/swamid/import.xml | 16 +++++++++++++++- mdx/switch/import.xml | 16 +++++++++++++++- mdx/uk-eduserv/import.xml | 14 +++++++++++++- mdx/uk/beans.xml | 6 +++--- mdx/uk/collect.xml | 15 ++++++++++++++- 14 files changed, 197 insertions(+), 24 deletions(-) diff --git a/build.xml b/build.xml index a16152dc..73142356 100644 --- a/build.xml +++ b/build.xml @@ -568,10 +568,10 @@ - - + + - @@ -591,7 +591,7 @@ - + @@ -1047,6 +1047,19 @@ ********************************************* --> + + - Running @{channel} @{verb} flow. + pipeline="@{channel}.@{verb}"/> Completed @{channel} @{verb} flow. @@ -1072,7 +1084,7 @@ - + @@ -1113,7 +1125,7 @@ - + @@ -1137,7 +1149,7 @@ --> - + diff --git a/mdx/aaf/import.xml b/mdx/aaf/import.xml index 6e505290..e97e536c 100644 --- a/mdx/aaf/import.xml +++ b/mdx/aaf/import.xml @@ -15,7 +15,19 @@ --> - + + + + + + + + + + + @@ -30,6 +42,8 @@ + + diff --git a/mdx/arnes/import.xml b/mdx/arnes/import.xml index 572e85b7..8134f25e 100644 --- a/mdx/arnes/import.xml +++ b/mdx/arnes/import.xml @@ -15,7 +15,19 @@ --> - + + + + + + + + + + + @@ -30,6 +42,8 @@ + + diff --git a/mdx/caf/import.xml b/mdx/caf/import.xml index e62dd038..f714982f 100644 --- a/mdx/caf/import.xml +++ b/mdx/caf/import.xml @@ -15,7 +15,19 @@ --> - + + + + + + + + + + + @@ -30,6 +42,8 @@ + + diff --git a/mdx/cz-eduid/import.xml b/mdx/cz-eduid/import.xml index 4a5f3755..8809e4bd 100644 --- a/mdx/cz-eduid/import.xml +++ b/mdx/cz-eduid/import.xml @@ -15,13 +15,25 @@ --> - + + + + + + + + + + + diff --git a/mdx/edugain/import.xml b/mdx/edugain/import.xml index fc31beb9..0d6fbad0 100644 --- a/mdx/edugain/import.xml +++ b/mdx/edugain/import.xml @@ -19,7 +19,19 @@ --> - + + + + + + + + + + + @@ -34,6 +46,8 @@ + + diff --git a/mdx/edugain/test-import.xml b/mdx/edugain/test-import.xml index 3866e78d..08ce8f54 100644 --- a/mdx/edugain/test-import.xml +++ b/mdx/edugain/test-import.xml @@ -19,7 +19,19 @@ --> - + + + + + + + + + + + @@ -34,6 +46,8 @@ + + diff --git a/mdx/ie-edugate/import.xml b/mdx/ie-edugate/import.xml index f232fbfa..04d97841 100644 --- a/mdx/ie-edugate/import.xml +++ b/mdx/ie-edugate/import.xml @@ -15,13 +15,25 @@ --> - + + + + + + + + + + + diff --git a/mdx/incommon/import.xml b/mdx/incommon/import.xml index 8bebac50..094e2882 100644 --- a/mdx/incommon/import.xml +++ b/mdx/incommon/import.xml @@ -15,7 +15,19 @@ --> - + + + + + + + + + + + @@ -30,6 +42,8 @@ + + diff --git a/mdx/swamid/import.xml b/mdx/swamid/import.xml index b7054b45..309c71c6 100644 --- a/mdx/swamid/import.xml +++ b/mdx/swamid/import.xml @@ -15,7 +15,19 @@ --> - + + + + + + + + + + + @@ -30,6 +42,8 @@ + + diff --git a/mdx/switch/import.xml b/mdx/switch/import.xml index 134620e5..83a38873 100644 --- a/mdx/switch/import.xml +++ b/mdx/switch/import.xml @@ -15,7 +15,19 @@ --> - + + + + + + + + + + + @@ -30,6 +42,8 @@ + + diff --git a/mdx/uk-eduserv/import.xml b/mdx/uk-eduserv/import.xml index 30ba8248..195cc1f7 100644 --- a/mdx/uk-eduserv/import.xml +++ b/mdx/uk-eduserv/import.xml @@ -15,13 +15,25 @@ --> - + + + + + + + + + + + diff --git a/mdx/uk/beans.xml b/mdx/uk/beans.xml index 6e6f1993..e6f9f10a 100644 --- a/mdx/uk/beans.xml +++ b/mdx/uk/beans.xml @@ -18,7 +18,7 @@ eligible file matches a particular regular expression. --> + init-method="initialize" lazy-init="true"> @@ -42,7 +42,7 @@ for collection in the first place. --> + init-method="initialize" lazy-init="true"> @@ -64,7 +64,7 @@ aggregate EntitiesDescriptor. --> + init-method="initialize" lazy-init="true"> diff --git a/mdx/uk/collect.xml b/mdx/uk/collect.xml index 994443de..e4a659a3 100644 --- a/mdx/uk/collect.xml +++ b/mdx/uk/collect.xml @@ -19,7 +19,19 @@ --> - + + + + + + + + + + + @@ -27,6 +39,7 @@ +