But calling "GWT Development mode" results in this message:Usage: at least one module must be suppliedI don't understand this message, because I provided a name for a module when I created the project.
Sounds like Eclipse / the GWT plugin can not find your *.gwt.xml files of your project. Could it be that your source folder is not correctly detected/configured in the Eclipse project? Or because you are using some Maven archetype the *.gwt.xml files live in /PROJECT_NAME/src/main/resources but that folder isn't marked as source root in your project build path settings?
After you have fixed the source folder issue it should work. You should already have a GWT run configuration after choosing on of the entries in the context menu you have shown in your previous mail. If you configure it and open the GWT section you will see that you have no available modules, which causes the error you are seeing.
-- J.
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment