From: Matthew B. <mat...@co...> - 2005-05-10 10:45:07
|
It seems that ant template compilation is currently broken on bodington HEAD. The problem is that the useroptions.html page has the tag: <display_language_selection /> Which in turn calls org.bodington.servlet.template.XmlTemplate.compileLanguageSelectionList(Element) at the top of this method is: private void compileLanguageSelectionList(Element e) { String[] langs = BuildingContext.getProperty("supported_languages").split(","); which when running under ant returns null and causes the template to fail to compile. Should the display_language_selection not be a method call in Facility rather than a new tag? It doesn't seem that it will be used in many places and so just seems to complicate the XML namespace. -- +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ |