最新のEclipseバージョン(kepler)で新しいGWT 2.6プロジェクトを作成すると、常に次の警告メッセージが表示されます。
The file cannot be validated as the XML definition "http://google-web-toolkit.googlecode.com/svn/tags/
2.6.0/distro-source/core/src/gwt-module.dtd" that is specified as describing the syntax of the file
次の行の横にある私のModule.gwt.xmlで:
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.6.0//EN"
"http://google-web-toolkit.googlecode.com/svn/tags/2.6.0/distro-source/core/src/gwt-module.dtd">
このファイル( " http://google-web-toolkit.googlecode.com/svn/tags/2.6.0/distro-source/core/src/gwt-module.dt ")はブラウザで呼び出すと利用できますか?
または、このエラーは何を教えてくれますか?この警告を解決するにはどうすればよいですか?
すでにバグレポートがあります ここ 。
今のところ、2.5.1のものを引き続き使用できます
<!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">
[〜#〜]更新[〜#〜]:
新しいDTDは、次の場所で入手できます。
http://www.gwtproject.org/doctype/<version-number>/gwt-module.dtd
したがって、たとえば:
http://www.gwtproject.org/doctype/2.8.0/gwt-module.dtd