>     Content in Main.gwt.xml 
>          
>     <module rename-to="js">
>      <inherits name='com.google.gwt.user.User'/>
>      <inherits name='com.google.gwt.user.theme.clean.Clean'/>
>     <inherits name='com.cname.proj.Common' />
>     <inherits name='com.sencha.gxt.ui.GXT'/>
>
>     <entry-point class='com.cname.proj.Main' />
>     <source path="client" />
>     <source path="service"/>
>     </module>
>
With that configuration the GWT compiler can see packages 
com.cname.proj.client and com.cname.proj.service in your main project. 
However your entry point is not in any of these packages. You need to move 
the entry point into the client package and update the <entry-point> 
accordingly.

-- J.

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit/16e5b1a9-dd3b-4403-bf76-973d0370d51an%40googlegroups.com.

Reply via email to