posted 16 years ago
hi i try to use an module in gwt
project a
project b
project a generate a jar
project b genereate a jar
project b is include in project a
I added this line below in Main.gwt.xml
content of bean.gwt.xml
when i start to build project a, i get:
Error in MainEntryPoint.java
the import temp cannot be resolved
Group cannot be resolved to a type
Finding entry point classes
Unable to find type 'org.m2d2.client.MainEntryPoint
Group file is is temp.server.bean
any idea?