On Tuesday, May 22, 2012 9:18:06 AM UTC+2, tong123123 wrote: > > I even try to add > <compileSourcesArtifacts> > <artifact>hk.gov.ehr.service.tch.als:als-admin-viewer-core</artifact> > <!-- groupId:artifactId --> > </compileSourcesArtifacts> > in <configuration> section of gwt-maven-plugin, but it still does not > help!! > I see this method in > http://mojo.codehaus.org/gwt-maven-plugin/user-guide/library.html#Using_general_purpose_JARs_as_GWT_library > but is it need to create a ''gwt.xml'' module file in core project? this > is totally ridiculous as it is not a gwt module!!!!
Because GWT loads everything from the classpath, it doesn't matter where the GWT module is located "physically", just that it's in the "right" package. -- 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/-/p-RjqZh1KqYJ. 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.
