The issue complains that if you mess up and don't <inherit> from User, hosted mode gives you an unexplained NPE: java.lang.NullPointerException at com.google.gwt.core.ext.linker.impl.StandardLinkerContext.<init>(StandardLinkerContext.java:164) at com.google.gwt.dev.HostedMode.link(HostedMode.java:452) at com.google.gwt.dev.HostedMode.doStartup(HostedMode.java:353) at ...
This is because we end up explicitly putting a null into the linkers list (as the not-set primary linker). With the patch, you get an error log, but processing continues (and ultimately the hosted browser window pops up, but with static content only). --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
[email protected]
Description: Binary data
