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

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -