On 8 March 2011 06:56, Philippe Beaudoin <[email protected]> wrote: > A quick update on my progress on this... > As you suggested, adding src/main/resources as source in Eclipse works fine. > The problem is that m2eclipse automatically adds excluding="**" in > .classpath for any resource folder. I have therefore not found a way to have > the GEP work out-of-the-box with a /src/main/gwt folder, it requires a user > manipulation to remove the exclusion. This seems to be documented here: > https://issues.sonatype.org/browse/MNGECLIPSE-864 > but I have little hope of it being solve. Someone says there is a workaround > using the maven-eclipse-plugin, but I have not been able to make it work. > Any clue?
I assume you already saw and tried this: http://maven.apache.org/plugins/maven-eclipse-plugin/examples/specifying-source-path-inclusions-and-exclusions.html ? Secondly, you might have a look at the "additionalConfig" parameter. You probably already looked into both. The only other thing I can think of is some Antrun plugin thing that "fixes" the .classpath. That, or try to add explicit support for what you want to the Maven Eclipse plugin? -- 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.
