It looks like there's a redirection from http://gwtproject.org/whatever to 
http://www.gwtproject.org/ so you need to 
use http://www.gwtproject.org/doctype/2.8.0/gwt-module.dtd rather 
than http://gwtproject.org/doctype/2.8.0/gwt-module.dtd

But, really, if you ask me, you'd better not use a DTD at all. The only 
goal of the DTDs was to enable autocompletion in IDEs "for free" (without 
the need for a GWT-specific plugin). If you prepare for GWT3, you shouldn't 
have many things in you gwt.xml files besides <inherits>, <entry-point>, 
<source> and <super-source> (and some <define-property>, <set-property>, et 
al.; specifically, you should have fewer and fewer <replace-with> and 
<generate-with>), and that's not something you edit often anyway.

On Thursday, July 19, 2018 at 11:38:21 PM UTC+2, jake88 wrote:
>
> Did all of the documents under: http://gwtproject.org/doctype/ get moved?
>
> I updated to the directions in this stack post some time ago, but the 
> links are broken: 
> https://stackoverflow.com/questions/22865648/gwt-module-gwt-xml-xml-validation-warning
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to