gwt - Build Path in eclipse -
after importing existing gwt project eclipse getting following error.
project 'testui' missing required source folder: 'testmgr/nocache/js.gwt.xml'.
please help.
please post module gwt.xml. should ensure entry point classpath correct
<!-- specify app entry point class. --> <entry-point class="com.me.myproject.client.testui" />
and check added appropriate packages module
<!-- adding package gwt module --> <source path="client" /> <source path="shared" />
if fine module, more specific error happens ? when launching project ? in eclipse warnings ?
Comments
Post a Comment