I suspect a problem between SpringMVC and GWT 2.0 rc1. Within the same projet, same class path, if I load my app from a static html file it works but if I load my app with a generated html from freemarker and springMVC I've got a "[ERROR] [gwtdemo] Unable to find 'gwtdemo.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?". Looks like the moduleloader is not the same. Any Idea ?
On Nov 23, 5:29 pm, Youen <[email protected]> wrote: > The main difference with my 2 project is that the main html file is a > Velocity template managed with spring MVC (so there is no main HTML > file in my war folder). > -- 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.
