Revision: 5389
http://sourceforge.net/p/jump-pilot/code/5389
Author: edso
Date: 2017-03-19 18:50:00 +0000 (Sun, 19 Mar 2017)
Log Message:
-----------
fix ResourceBundle does not like backslash separators when resources are in
zips/jars
> java.util.MissingResourceException: Can't find bundle for base name
> language\wfs\messages, locale fr_FR
> at
> java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1564)
> at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1387)
> at java.util.ResourceBundle.getBundle(ResourceBundle.java:1082)
> at com.vividsolutions.jump.I18N.init(I18N.java:127)
> at com.vividsolutions.jump.I18N.<init>(I18N.java:94)
> at com.vividsolutions.jump.I18N.getInstance(I18N.java:245)
> at com.vividsolutions.jump.I18N.getMessage(I18N.java:416)
> at com.vividsolutions.jump.I18N.getMessage(I18N.java:441)
> at de.latlon.deejump.wfs.i18n.I18N.get(I18N.java:25)
> at de.latlon.deejump.wfs.plugin.WFSPlugIn.i18n(WFSPlugIn.java:328)
> at de.latlon.deejump.wfs.plugin.WFSPlugIn.execute(WFSPlugIn.java:110)
...
Modified Paths:
--------------
core/trunk/ChangeLog
Modified: core/trunk/ChangeLog
===================================================================
--- core/trunk/ChangeLog 2017-03-19 18:15:24 UTC (rev 5388)
+++ core/trunk/ChangeLog 2017-03-19 18:50:00 UTC (rev 5389)
@@ -3,6 +3,9 @@
# 2. make sure that lines break at 80 chars for constricted display situations
#<-------------------------------- 80 chars
---------------------------------->#
+2017-03-19 ede
+ * fix WFS in PLUS not working due too i18n error
+
2017-03-14 mmichaud <[email protected]>
* upgrade to jumpjgrapht 0.7.1 (fix a bug related to empty geometries)
* improve how MultiInputDialog is resized (let JTextArea increase its size)
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel