I have created a Google Web Toolkit project in Eclipse, without Google App Engine bindings as I want to use a regular java servlet engine (jetty-hightide) as my backend. Via Build Path I added some jars (sfl4j, activemq) and as GWT compiler doesn't copy them to directory war I did this manually. This resolved my ClassNotFoundException errors on compiling.
However... the web app will not run, as neither the module html file or any css or js files are generated. I can find no errors in the Console (just says "[WARN] No startup URLs supplied and no plausible ones found -- use -startupUrl") or anywhere else... Anyone know what causes this? Or at least where to look for errors? -- 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.
