After migrate my application from GWT 1.7 to 2.0, when I try to run my web application in dev mode from Eclipse IDE, using an external Tomcat web server, through a java application run configuration for com.google.gwt.dev.DevMode main class, with the next program parameters:
-noserver -war "C:\workspace\.metadata\.plugins\org.eclipse.wst.server.core \tmp0\wtpwebapps\myapp\gwt" -startupUrl http://localhost:8080/MyAppWeb/gwt/com.xxx.web.MyApp/MyApp.html com.xxx.web.client.MyApp after the GWT Development Mode window starts I get the next error: Unable to find com.xxx.web.client.MyApp.gwt.xml on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? I don't know the reason for this error, when I have MyApp.gwt.xml at the same level of the client folder in the source code, can anyone help me? Thanks.
-- 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.
