On Nov 1, 3:21 am, Jeff Larsen <larse...@gmail.com> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment