Если я создаю новый проект GWT 2.6 в последней версии eclipse (kepler), я всегда получаю следующее предупреждающее сообщение:
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" ) быть доступным, если я вызываю его в браузере?
Или что эта ошибка говорит мне? как я могу устранить это предупреждение?