> <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 -~----------~----~----~----~------~----~------~--~---
