Hi, I try to use i18n goal to generate i18n resources bundles. In my pom, I added
<configuration> <constantsWithLookup>true</constantsWithLookup> <messages>false</messages> <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. There is something else to do ? Thanks, Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
