Actions
Bug #4782
closedconfiguration files do not load with non en_US locale
Start date:
02/09/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4782
Description
If the locale is not set to en_US, the configuration files do not load. I can reproduce this on my mac by:
export LC_ALL=fi_FI
ant run-only
If modules.txt contains the kepler suite, the menu bar does not load; if it contains wrp, then I get the following exception:
[run] java.lang.NullPointerException
[run] at org.kepler.configuration.ConfigurationManager.getProperty(ConfigurationManager.java:308)
[run] at org.kepler.module.tagging.Initialize.addTagManagerMenuItem(Initialize.java:94)
[run] at org.kepler.module.tagging.Initialize.initializeModule(Initialize.java:56)
[run] at org.kepler.Kepler._initializeModules(Kepler.java:460)
[run] at org.kepler.Kepler.initialize(Kepler.java:347)
[run] at org.kepler.Kepler.parseArgsAndRun(Kepler.java:233)
[run] at org.kepler.Kepler.main(Kepler.java:170)
Actions