Hi ...
   I'm trying to get hosted mode debugging running using Jboss as the
server instead of tomcat and I can't get it working ...

I've followed the instructions here ...
http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT%27s

But when I try to run the google web tool kit development shell with
eclipse I'm getting
[ERROR] Unable to find 'main.gwt.xml' on your classpath; could be a
typo, or maybe you forgot to include a classpath entry for source?

I've specified Main as my entry point module in the gwt tab of the
launch configuration. Yes I did notice the case difference in the
name, the module definition was changed to main with
<module rename-to="main"> and the url was <context-root>/main/
main.html ...
I've tried renamining the gwt.xml to main.gwt.xml but that had no
effect.

The root src dir with the gwt.xml is on the classpath (in the
classpath tab).

I've tried explcitly setting the directory with the Main.gwt.xml into
the classpath which does indeed let eclipse/gwt find the xml file but
then I get lots of errors along the lines of

 The declared package
"com.company.product.web.client.uicomponent.menu" does not match the
expected package "client.uicomponent.menu"

I'm stumped ... could it be the rename-to="main" thats confusing it ?
anyone with any ideas ?

I'm able to run some sample projects in the embedded server no problem
so I can only think that its something to do with running in -noserver
option but I'm lost.

I'm using "Google App Engine for Java 1.2.5 SDK Bundle for Eclipse
3.5" with GWT 1.7

Everything compiles with Maven and runs ok on JBoss ...

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to