From 06ffb4f0ddc2eb9e5e74c23166cda92b5285ad88 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Mon, 1 Apr 2019 10:02:23 +0100 Subject: [PATCH] JAL-3033 generalised publish-core-template ready to enable multiple templates/core-file html endpoints to be generated --- buildcore.xml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/buildcore.xml b/buildcore.xml index 76e2e1a..3c21f43 100644 --- a/buildcore.xml +++ b/buildcore.xml @@ -22,7 +22,8 @@ - + + - creating and compressing core files - warnings are OK; "does not exist" is trouble - reading core class list from file coreclasses + Building core file '${core.name}' - warnings are OK; "does not exist" is trouble + Reading core class list from file ${classlist} @@ -48,10 +49,17 @@ ${coreclasses} " /> + + + + + + + - ......Now copy an html file in site/ and add core:"${core.name}", to the Info block. - - + ......Now copying ${site}/${template.html} as ${$template.name}_${core.name}.html with core:"${core.name}", added to the Info block. + + -- 1.7.10.2