Re: Unable to migrate GWT application to version 2.03 due to problem with internationalization

2010-03-23 Thread craige
Thanks for the suggestion. I tried it but even with a valid locale as the suffix of the file, it still gave the same error when attempting to compile. Perhaps I'm missing an essential piece of information that I cannot find! The name of the file is InternationalizationConstants_es- GTC.properties

Re: Unable to migrate GWT application to version 2.03 due to problem with internationalization

2010-03-23 Thread craige
Sorry, it looks you are indeed right. Many thanks for your help. This project was my first foray into internationalization and GWT let me do something I should not have done which was to create my own locale by the looks of things. Regards Craige On Mar 23, 10:15 am, craige

Unable to migrate GWT application to version 2.03 due to problem with internationalization

2010-03-19 Thread craige
I am trying to migrate a GWT 1.5 application (which definitely works without problem) to 2.03 and I am having problems with the compilation of the application. My application uses various locales which are defined in the Main.gwt.xml file extend-property name=locale values=es/

Re: Unable to migrate GWT application to version 2.03 due to problem with internationalization

2010-03-19 Thread Danny Goovaerts
es_GTC is normally not a valid locale. The country part of a locale is the two character ISO country code. GTC is not a valid country code. A reason might be that GWT 1.5 was not strict about the country code format, and that 2.0 is much stricter. Danny On 19 mrt, 14:28, craige