hello,
i just can#t get this work, so has anyone a step by step example for me how
i do create a constants interface with gwt:i18n?
what i have tried so far is the following:
if have added this to my pom:
<configuration>
<inplace>true</inplace>
<runTarget>Tempo_Gwt.html</runTarget>
<i18nConstantsBundles>
<i18nConstantsBundle>com.foobar.i18n</i18nConstantsBundle>
</i18nConstantsBundles>
</configuration>
in the folder /src/main/java/com/foobar/ is a file called i18n.properties
what i would expect to happen when i execute mvn gwt:i18n is that an
interface called 'i18n' is created in the package 'com.foobar'
but that does not happen,
so please ... what is the right way to do that?
bg nebenmir