Unable to find/load module error for GWT 1.6.4

2009-04-21 Thread mabebe
Hi could you please help in resolving the following error..i think its an issue with the class path, i have my src folder already in the class path.i am running GWT 1.6.4, Eclipse 3.4 [ERROR] Unable to find 'personalwebsite.gwt.xml' on your classpath; could be a typo, or maybe you forgot to

Re: Unable to find/load module error for GWT 1.6.4

2009-04-21 Thread Salvador Diaz
Could you post more details ? (Your whole project structure along with the location of personalwebsite.gwt.xml and the options passed to hosted mode should be enough ) Alternatively, you could put your hosted mode in DEBUG log level and read the logs to try to pinpoint what's wrong with your

Re: Unable to find/load module error for GWT 1.6.4

2009-04-21 Thread mabebe
Salvador, I am getting the error when i run my app in hosted mode but if i use standalone hot tomcat deployment (add server and debug within eclipse) it can find the module...i should also state everything compiles fine with Google Compile.. my project structure is as follows

Re: Unable to find/load module error for GWT 1.6.4

2009-04-21 Thread Salvador Diaz
You should be able to make your configuration work provided you launch the hosted mode with the right parameters. Please read the documentation concerning the hosted mode: http://code.google.com/webtoolkit/doc/1.6/DevGuideCompilingAndDebugging.html Then put your hosted mode in DEBUG log level