Tagged Questions
1
vote
1answer
137 views
Should hosted.html be removed from GWT app's .war file? How?
We build a GWT app (using gwt-maven-plugin) resulting in a .war file. Currently this .war file contains a file called hosted.html, which is used to run in development (née hosted) mode, when query ...
0
votes
1answer
180 views
GWT: package struture not respected when generating classes for the hosted mode?
I have a gwt application using the gwt-maven-plugin version 1.2
I can generate my app and run the generated war but when I'm running the hosted mode using mvn gwt:run, it breaks:
...
0
votes
1answer
635 views
GWT hosted mode fails loading module but the generated war works elsewhere
I'm using maven-gwt-plugin and ext-gwt for my GWT project and when I want to run the hosted mode in eclipse as advised here: http://mojo.codehaus.org/gwt-maven-plugin/user-guide/hosted.html I got the ...