On Tue, Mar 8, 2011 at 6:11 AM, T <tomek.maty...@gmail.com> wrote:

> This is just a tiny issue, so I don't want to involve issuetracking.
> I'm dealing with i18n translation, so I decided to generate properties
> from default locale. I've annotated my constants with @Generate as
> provided in:
>
> http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/i18n/client/LocalizableResource.Generate.html
> Since it's not a class literal (which is fully obvious to me) I did
> get a ClassNotFounException in AbstractLocalizableImplCreator at gwt
> compile time, resulting in:
>            Invoking generator
> com.google.gwt.i18n.rebind.LocalizableGenerator
>               [ERROR] @Generate class
> com.google.gwt.i18n.rebind.format.Properties not found
> I've spent one hour looking at it again and again, and I didn't
> realize that the correct class name was
> com.google.gwt.i18n.rebind.format.Properties*Format*.
>
> It's just to improve documentation.
>

Thanks - I am about to land an update to this area that will change the
example, and I will make sure it is correct.

-- 
John A. Tamplin
Software Engineer (GWT), Google

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to