Hi all, I've solved the issue with using external library in GWT maven project: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/cd297accfad7c98 but I found that mvn gwt:run is not working. When I launch application by using mvn gwt:run it seems that external library is not loaded by GWT Development Mode utility.
The following errors are listed in the Application console: 00:00:01.753 [ERROR] Line 16: No source code is available for type com.mysite.generic.traits.Constants; did you forget to inherit a required module? By the way, there is no problems with the deployed war, there is no problems with Intellij Idea's GWT integration either. It looks like I forgot to include subtle configuration parameter to make gwt:run work, but I can't figure out which one. I use GWT 2.0.4 and maven-gwt-plugin ver 1.3.1.google. P.S.: The sample application that reproduces the listed behavior is available on google code: svn co http://webkit-jspf.googlecode.com/svn/branches/gwt-external-lib-working1/tmp/maven/gwt-external-lib gwt-external-lib -- 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.
