From: Brian W. <bwe...@xb...> - 2005-07-05 18:02:37
|
On Tue, 5 Jul 2005, Holger Stenzhorn wrote: > I just tried out the language support on German Windows and it works > fine there. > > ...except that you have to change either the property files or the class > ResolverConfig.java: > In the class it is tried to access the "primary_dns_suffix_key" in the > properties but in the actual key is only called "primary_dns_suffix". > (I would opt to change the class to use "primary_dns_suffix" without the > "_key" at the end because the other property keys ("host_name", > "dns_suffix" and "sns_servers") are also without the "_key" at the end, > right?) As you noticed later, it's fixed in 2.0.0. > Also should the ant-build script be changed to include the windows > directory with the property files into the packaged JAR file? Yes, it should. I'll fix that before the 2.0.1 release. Thanks, Brian |