A new version of the Google Web Toolkit has been released (1.1.0), which means that my Ant task broke. It broke due to some re-organization of classes in the dev jar file, which was fixed without any problems. Worse, however, was the dependency on URLClassLoader deep down in the compiler, which was a problem, as the Ant task created an AntClassLoader, which is not an instance of URLClassLoader. After much fiddling with the classloaders, this problem was also fixed.
No new features have been added, so it should be easy to upgrade – just delete the old ant-gwt.jar and replace it with this new ant-gwt-1.1.0.jar. Documentation is still at




[...] Update: I got a notice that the task doesn’t work under Windows – that should be fixed now. Update 2: Version 1.1.0 of GWT requires an new compiler. Get it here. [...]