I found it here: http://mojo.codehaus.org/gwt-maven-plugin/i18n-mojo.html
Ok thanks. More over if think using Constants interface is better than ConstantsWithLookup. 2008/12/30 Mark <[email protected]> > > > > <configuration> > > <constantsWithLookup>true</constantsWithLookup> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Where did you find this option? In AbstractGwtMojo.java in trunk there > is no constantsWithLookup parameter so it is unused. > > > <messages>false</messages> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > The same as above. Names for message interfaces are declared in > i18nMessagesNames element. > > > <i18nConstantsNames> > > <value>org.topcased.gpm.client.constant.GpmConstants</value> > > </i18nConstantsNames> > > </configuration > > > > But an interface implementing Constants were generated instead of an > > implementation of ConstantsWithLookup as specified by the true value > > for the tag. > > So in my opinion at this time there is no way to create interfaces > extending ConstantsWithLookup using this plugin. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gwt-maven" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-maven?hl=en -~----------~----~----~----~------~----~------~--~---
