As I remember, there is also a legacy "out" directory mentioned in
javadocs (if not specified, current directory is used instead). I've
found out empirically, that "extra" directory is used now, and nothig
gets genereted if it's not specified :)

Thomas

On 8 Mar, 16:46, Stephen Chenney <schen...@google.com> wrote:
> Note also that the GWT programming guide tutorials include an
> internationalization section that may be affected.
>
> Stephen.
>
>
>
>
>
>
>
> On Tue, Mar 8, 2011 at 9:26 AM, John Tamplin <j...@google.com> wrote:
> > 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/googl...
> >> 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

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

Reply via email to