I answer myseslf, hope could benefit to others with similar problem. <inherits name='hk.gov.ehr.service.tch. > > als.admin.viewer.AlsAdminViewerWebApp'/>
is needed. Otherwise, cannot compile. And, if the dependent gwt app. has entry-point class defined in *.gwt.xml, it will run, that is, two entry-point class will be run, one is your own gwt application, the other is the dependency gwt application entry-point class. In my case, I comment the <entry-point> in the *.gwt.xml of my dependent gwt application. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/eStft53REXIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
