DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29920>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29920 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15388|0 |1 is obsolete| | ------- Additional Comments From [EMAIL PROTECTED] 2005-06-14 11:05 ------- Created an attachment (id=15399) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=15399&action=view) ant build.xml patch (no deprecated task) Actually there are 2 bugs related to each other: 1- selecting "en" in jmeter.properties doesn't work if jvm's locale is not en. 2- selecting "en" during runtime of jmeter doesn't update anything. Point n�1: Actually my patch do work! (I forgot to do ant clean before testing) When I select language=en in jmeter.properties And there is no messages_en.properties, it seems like: it doesn't select messages.properties but messages_(default_locale).properties Result: I'm always "redirect" to messages_fr.properties. 2 Solutions: - find a way to force selection of messages.properties when "en" is selected in jmeter.properties - provide a messages_en.properties (like my patch does) I let you find the better solution :) About Point n�2: When my patch is apply, parts of jmeter are updated during runtime but not everything (example: menus aren't updated) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
