I just started a GWT project with the environment:
- Eclipse helios
- google plugin for eclipse 3.6
- Maven2 plugin for eclipse
- Gwt Developer for eclipse 3.6
The project is created by gwt-maven-plugin. The project can work in dev mode. But GWT Designer does not work for the client GUI class. I removed the Maven dependencies for GWT and directly imported the Eclipse GWT SDK, GWT Designer starts working for the client GUI class. But it still does not work for the UiBuilder template file.
Error message: The UIBinder template must be in the client package.
You are trying to use UiBinder for / hsp -web / src / main / java / com / hs / hspweb / client / ui / UserListViewImpl.ui.xml, however it is not in the GWT client package.
eclipse maven gwt gwt-designer
echen
source share