• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

gwt and module

 
Ranch Hand
Posts: 264
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
I'm not dead! I feel happy! I'd like to go for a walk! I'll even read a tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic