Not sure if I would call it "compelling reason" but:

When creating a *.gwt.xml it typically contains

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.5.1//EN" 
"http://google-web-toolkit.googlecode.com/svn/tags/2.5.1/distro-source/core/src/gwt-module.dtd";>

which allows Eclipse/IntelliJ to provide XML auto completion / validation.


If upcoming releases are only on Git/Gerrit the DTD url needs to be changed 
to, e.g.

https://gwt.googlesource.com/gwt/+/2.6/distro-source/core/src/gwt-module.dtd

but unfortunately thats not the raw file as it will be presented by Gitiles 
=> for IDE's its not a valid DTD => still no auto completion / validation.


I think this should be solved somehow before shutting down SVN. Is there a 
GET parameter or something for Gitiles to get the raw file? 

-- J.

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to