Project

General

Profile

Actions

Bug #4782

closed

configuration files do not load with non en_US locale

Added by Daniel Crawl about 14 years ago. Updated about 14 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
general
Target version:
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 #1

Updated by Chad Berkley about 14 years ago

added a method to use a default locale tagged file if the currently set locale is not available.

Actions #2

Updated by Daniel Crawl about 14 years ago

fixed in r23033. Thanks Chad!

Actions #3

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 4782

Actions

Also available in: Atom PDF