Such files will be generated into target/generated-sources/gwt There is an issue on this with gwt-mavent-plugin 1.1 as this folder was not declared as source folder - Please test with 1.2 SNAPSHOT
2009/9/7 bernhard s <[email protected]> > 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 >
