Hi, > to ISO-8859. Could anybody give me a hint to change the default > encoding from UTF-8 to ISO-8859 for such resources at build time. In > [...] I guess this would break the encoding for the German language > properties files...
You can keep the properties files in ISO-8859. For the build to work, you have to make a little change in src/web/core/pom.xml: https://github.com/oscarfonts/geoserver/commit/b172716e86536ddfad8485a55eb479be8d74e58e#L1L147 > Chris and Oscar created an other test project for the GIT-master > Branch with some additional resources and an other wording for the > "slug-phrase". I'm very comfortable with the new naming and think > about renaming the resources for the other two branches : 2.2.x and > 2.1.x Applied a regex to search for all translation files: (.*)/src/main/(resources|java)/GeoServerApplication.properties And generated the tx project (.tx folder contents) from its matches. Try the script, and if it works for you, I'd ask to include it in the repo as well. Cheers, Oscar. ------------------------------------------------------------------------------ Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and much more. Keep your Java skills current with LearnJavaNow - 200+ hours of step-by-step video tutorials by Java experts. SALE $49.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122612 _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
