From: Alexis O'C. <ale...@co...> - 2005-07-22 13:27:27
|
Alistair Young wrote: > Funny things going on in XmlTemplate: > > i18n creates template classes of the form: > template_*_en.class > template_*_gd.class > etc. > > but now I'm seeing: > template_*.class > > and creationmenu.html in any area isn't compiled. It's not even looked > at - no error, java or class files > > I noticed that XmlTemplate had a "dependancy bug" fixed - does anyone > know why the i18n behaviour has changed - is this related to > creationmenu not compiling? > > Alistair > Language has no meaning for legacy templates, therefore the corresponding class files have no language suffix. I currently have corresponding creationmenu.html class files for my default, floor and menu directories. These were created dynamically by running Bodington yesterday afternoon. Try running the purge-templates build.xml target prior to further investigation Alexis |