Also, is there a particular reason that you're using com.google.gwt.dev.GWTShell and not com.google.gwt.dev.DevMode?
On Sat, Jan 2, 2010 at 10:40 PM, Costa <[email protected]> wrote: > Hi All > > I am trying to start hosted mode for DynaTable samples from GWT2.0.0 > using command line(see below): > This sample works very very in all previous gwt versions. > > [ERROR] Unable to find 'DynaTable.gwt.xml' on your classpath; could be > a typo, or maybe you forgot to include a classpath entry for source? > > @java -Xmx256M -cp "%~dp0\src;%~dp0\bin;%~dp0\../../gwt-user.jar; > %~dp0\../../gwt-dev.jar" com.google.gwt.dev.GWTShell -out "%~dp0\war" - > logdir logs -logLevel ALL DynaTable.html > > I found very strange name "DynaTable/html.gwt.xml" in debug > information. > The development shell servlet received a request to generate a host > page for module 'DynaTable.html' > getResource(DynaTable/html.gwt.xml) > findResource(DynaTable/html.gwt.xml) > --> Resource not found, returning null > --> Resource not found, returning null > > Any ideas? > > Thank you. > > -- > > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- 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.
