Thank you for attention for my problem. On Nov 1, 3:21 am, Jeff Larsen <[email protected]> wrote: > Put a gwt.xml file in the project.
I did. It's name is Generic.gwt.xml. > > define the module, then you'll be able to import your library project > into a gwt project. The same thing, yes I defined the module (Generic.gwt.xml), but it never compiles: >> [INFO] com.mysite.generic.Generic is up to date. GWT compilation skipped This results in the subsequent error in Application module because it uses Constants type defined in the Generic module. > > ... By the way, the sources of the sample application is available, just do svn checkout http://webkit-jspf.googlecode.com/svn/trunk/tmp/maven/gwt-external-lib It compiles without errors if the usages of Constants type are commented. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. 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.
