First, please use https://groups.google.com/d/forum/google-web-toolkit when asking for support.
On Wednesday, May 7, 2014 3:35:10 PM UTC+2, Deepak Agrawal wrote: > > Hi, > > I am trying to compile my GWT application which uses incubator jar file. I > am getting below compilation error > > [ERROR] Errors in > 'com/google/gwt/gen2/logging/impl/client/ClientConsoleLogHandlerImpl.java' > [ERROR] Line 206: Rebind result > 'com.google.gwt.gen2.logging.impl.client.ClientConsoleLogHandlerImpl.Impl' > must be a class > > I am using 2.1 version of incubator jar. I saw some old discussions where > something was handled in 1.7 versions. > > Can someone suggest what is the problem and solution for this problem? > You don't say which version of GWT you're using, but I suspect you use one the incubator doesn't support, that adds a new permutation (ie9 or ie10) for which no rebind rule has been defined for ClientConsoleLogHandlerImpl.Impl. The incubator is deprecated for several years now; it's high time to move on and stop using it. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/40f60c04-9d7f-49df-8080-d7ef96023e68%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
