You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this I get a *.gwt.xml file that references http://gwtproject.org/doctype/2.7.0/gwt-module.dtd
sadly this file is not (any more?) available at this address, which makes eclipse display an error.
The way I workaround this issue is to put the gwt-module.dtd right next to the *.gwt.xml file and reference it without a path, which makes eclipse read the file from the same directory.
The text was updated successfully, but these errors were encountered:
Hi there!
I just generated an empty GwtMaterialDesign using the archetype line from
https://gwtmaterialdesign.github.io/gwt-material-demo/snapshot/#gettingstarted
-->
mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign -DarchetypeArtifactId=gwt-material-archetype -DarchetypeVersion=2.1.1
Using this I get a *.gwt.xml file that references http://gwtproject.org/doctype/2.7.0/gwt-module.dtd
sadly this file is not (any more?) available at this address, which makes eclipse display an error.
The way I workaround this issue is to put the gwt-module.dtd right next to the *.gwt.xml file and reference it without a path, which makes eclipse read the file from the same directory.
The text was updated successfully, but these errors were encountered: