Friday, July 20, 2018

Re: .dtd files moved?

Ok much appreciated and thank you for the advice.

On Friday, 20 July 2018 03:45:32 UTC-4, Thomas Broyer wrote:
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment