The ugly workaround: - have the plugin generate the i18n properties to target/generated- sources/myplugin - add target/generated-sources/myplugin as a source folder to the Eclipse project -> Eclipse will copy properties from target/generated-sources/myplugin to target/classes -> GWT compiler is happy
Marcel On Feb 14, 11:57 pm, Marcel Stör <[email protected]> wrote: > Context: multi-module Maven project in Eclipse > > Our i18n properties files are generated by a Maven plugin to > target/classes (based on some files in src/main/resources). How do I > tell the GWT compiler that it should look there when it tries to resolve > i18n resources? Currently compilation fails with "[ERROR] No resource > found for key ...." > > Marcel > > -- > Marcel Stör,http://www.frightanic.com > Couchsurfing:http://www.couchsurfing.com/people/marcelstoer > O< ascii ribbon campaign - stop html mail -www.asciiribbon.org -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
