From: Alistair Y. <ali...@sm...> - 2005-05-10 11:12:19
|
ok, sounds reasonable as ant runs the compiler out of context. I'll shift it to Facility but it'll take a while Alistair On 10 May 2005, at 11:45, Matthew Buckett wrote: > 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------+ > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers |