Tuesday, January 28, 2014

Re: My own Java package (Mi propio paquete Java)

You need to create GWT modules (*.gwt.xml files) that make the source code of your desired classes available to the GWT compiler using the <source path="..."/> tag. If you don't have any source code you can not use these classes in GWT client side code. The GWT compiler requires source code.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment