From: Alexis O'C. <ale...@co...> - 2005-05-24 14:08:59
|
Peter Crowther wrote: >>From: Alexis O'Connor >>Whilst we're on the subject, a slightly rhetorical question, >>but do you >>reckon the method XmlTemplate::compileI18NConfig(Element) >>will work on >>Windows!?! > > > By observation (guess who develops on Windows 2000): No. Or at least > *something* in there is fouling up - still chasing. > > - Peter Peter, it really was a rhetorical question. I'm on XP and it doesn't ;-). If you run bodington in a servlet container, you can not access the user options page. The locale specific template e.g. style_default_default/template_useroptions_en.java will hardcode something like: String resourceFile = "C:\dev\eclipse\workspaces\3.1\bodington-HEAD\build\bodington\templates\style_default\default/lang/en/useroptions.properties"; This will not compile to bytecode. Presumably a *nix style relative path is being appended onto a Windows format file path. Alexis |