I believe the doctype tag in the *.gwt.xml files needs updating.
The dtd files are no longer hosted at the SVN url set in v-leaflet/g-leaflet Widgetset.gwt.xml files as discussed also on vaadin forum
Current tag:
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.4.0//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.4.0/distro-source/core/src/gwt-module.dtd">
Proposed tag:
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.5.1//EN" "http://www.gwtproject.org/doctype/2.5.1/gwt-module.dtd">
I see that the 'gwt-user' dependency has version 2.5.1, so I propose to use this version for the dtd file.
I believe the doctype tag in the *.gwt.xml files needs updating.
The dtd files are no longer hosted at the SVN url set in v-leaflet/g-leaflet Widgetset.gwt.xml files as discussed also on vaadin forum
Current tag:
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.4.0//EN" "http://google-web-toolkit.googlecode.com/svn/tags/2.4.0/distro-source/core/src/gwt-module.dtd">
Proposed tag:
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.5.1//EN" "http://www.gwtproject.org/doctype/2.5.1/gwt-module.dtd">
I see that the 'gwt-user' dependency has version 2.5.1, so I propose to use this version for the dtd file.