did you put a Window.alert in your entry point so you can check if it's called at all? did you register the moved entry point in your main gwt .xml?
2011/7/14 Benjamin <[email protected]> > Hi All, > > I was happily coding away in IntelliJ and moved a large chunk of code > into another module, and then added that module to my main GWT project > as a dependency. Everything works perfectly in dev mode when I run the > debugger etc. When I deploy to app engine it's as if my Entry Point > module is never called. The HTML welcome page loads but the entry > point doesn't do anything. No errors or anything - it's very hard to > debug since i can't even get my java to run. > > any thoughts?! > > Ben > > -- > 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. > > -- 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.
