Saturday, July 11, 2015

Re: Modules in the gwt.xml



On Saturday, July 11, 2015 at 8:05:15 PM UTC+2, Manuel wrote:
Hi everyone,

gwt projects have a gwt.xml file. When using other modules, i blindly followed the instruction and add some
<inherits name="modulename">
inside the gwt.xml.

Does this tell my project, that there is a jar with this module name that can be used? Or does it mean anything else / different?

See http://www.gwtproject.org/doc/latest/DevGuideOrganizingProjects.html#DevGuideModules

It means that for <inherits name="foo.bar.Baz"/> there's a foo/bar/Baz.gwt.xml resource in the classpath that's an XML file with the GWT Module "syntax" (itself defining other <inherits>, <source>, <super-source>, <add-linker>, <set-property>, <replace-with>, etc.)

--
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/d/optout.

No comments:

Post a Comment