Re: Problems compiling internationalisation files with GWT 2.0

2012-05-02 Thread sanjay puri
On Friday, December 11, 2009 4:45:44 PM UTC+5:30, grandfatha wrote: Changing the name of my interface and the properties files resolved at least my issue. No clue what was wrong with the old one... It simply disliked it. -- You received this message because you are subscribed to the

Problems compiling internationalisation files with GWT 2.0

2010-02-15 Thread vasu
I have added the support for Hindi language in my application with GWT 2.0. It worked well in hosted mode but when I tried to compile the module, compiler failed with following error. I tried to Search on internet but didn't find any solution. If someone could help to resolve this issue that would

Re: Problems compiling internationalisation files with GWT 2.0

2009-12-11 Thread grandfatha
Since upgrading to 2.0, I can no longe compile my i18n files as well. The compiler complains for a missing key, although the interface/ properties files have not been altered and have worked under 1.5/1.6 and the latest 1.7.1 version. I basically cannot compile my app with 2.0. Here is the error

Re: Problems compiling internationalisation files with GWT 2.0

2009-12-11 Thread grandfatha
Changing the name of my interface and the properties files resolved at least my issue. No clue what was wrong with the old one... It simply disliked it. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Problems compiling internationalisation files with GWT 2.0

2009-12-10 Thread craige
Hi I've just tried out GWT 2.0 on a mature GWT project after upgrading from 1.6 and I'm noticing a compiler error relating to processing of the internationalisation aspect of the application which I I have never see before. I was wondering if this is a bug or that I possibly need to change