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

2010-03-23 Thread craige
and perhaps it was a happy accident that it worked before. Regards Craige On Mar 19, 3:03 pm, Danny Goovaerts danny.goovae...@gmail.com wrote: 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

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 craige.be

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

2010-03-19 Thread craige
a problem with the - character in the name of the autogenerated java method which is public class LocaleInfoImpl_es-gtc extends LocaleInfoImpl_shared { Anybody got any suggestions? I've looked in the documentation for GWT 2.x and there is nothing to indicate that this has changed. Thanks Craige

Problems compiling internationalisation files with GWT 2.0

2009-12-10 Thread craige
java file (see below) which has been created. If anybody has any ideas they would be most appreciated. Many thanks Craige package com.google.gwt.i18n.client.impl; import com.google.gwt.i18n.client.LocaleInfo; import com.google.gwt.i18n.client.constants.NumberConstantsImpl; import