Discussion:
.dtd files moved?
jake88
2018-07-19 18:12:07 UTC
Permalink
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 google-web-toolkit+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
Thomas Broyer
2018-07-20 07:45:32 UTC
Permalink
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.
Post by jake88
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
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 google-web-toolkit+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
jake88
2018-07-21 02:33:46 UTC
Permalink
Ok much appreciated and thank you for the advice.
Post by Thomas Broyer
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.
Post by jake88
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
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 google-web-toolkit+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
Loading...