You can work around it by downloading the GWT SDK and referencing it locally. Eg: For Windows you could do:
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.12.2//EN" "file:///C:/blah/gwt-2.12.2/gwt-module.dtd"> Or just use 2.21.1 for now (I had forgotten to update mine, and hadn't noticed). On Saturday, 17 May 2025 at 1:39:27 am UTC+10 Colin Alworth wrote: > Thanks, a PR did merge for this, but there seems to be a race condition in > our deployment of the website - github will call a webhook when the build > finishes _before_ the artifact that was just produced and uploaded can > actually be downloaded and deployed... > https://github.com/gwtproject/gwt-site/pull/393 > > > > On Friday, May 16, 2025 at 10:34:08 AM UTC-5 [email protected] wrote: > >> I apologize if I have posted twice this message but I am not able to >> retrieve my first message. >> We have discovered that the URL >> https://www.gwtproject.org/doctype/2.12.2/gwt-module.dtd is currently >> returning a 404 error. >> It implies strange build behavior on our side (it works well if we >> replace 2.12.2 by 2.12.1 for referring the DTD). >> Maybe some deployment job which has failed ? >> Thanks again for your work and to continue to maintain this project. >> Regards, >> > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/google-web-toolkit/66a52433-6de8-42ac-a5ca-1b8366626c8cn%40googlegroups.com.
