> I cant find docs on the "module.gwt.xml" file. The DTD is only
> somewhat helpful. For example, the <source> element has "includes" and
> "excludes" attributes, and <include> and <exclude> nested elements,
> but what is the syntax? Are wild cards permitted? What exactly is the
> the purpose of these (besides the obvious notion of inclusion and
> exclusion).
>
> Directions on where to find this information appreciated!
Here:
http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModuleXml
To answer your more precise question includes="" and excludes="", and
<include> and <exclude> are expected to work similar to Ant includes/
excludes.
The details are here:
http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuidePathFiltering
--
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