Thanks for all the answers! I'm glad to see it's a popular topic. Thomas insight on source vs resource makes sense, but as Brian pointed out, the problem I have is really about having non-java files in the java directory. I'd be fine having everything sit under /src/main/.
Given that my problem currently occurs for a simple GWT-platform example I will try the simple fix of adding /src/main/resources as a source folder and will comment back when I have done so. Regarding splitting a complex GWT app in multiple modules, I'm still ambivalent. I don't feel I'm ready to give up the easy Eclipse-based launching, hotswapping, and integrated debugging of client and server code. To me, this comfortable development environment is half the reason I choose a Java backend over Python. Cheers, Philippe -- 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.
