>From https://code.google.com/p/google-web-toolkit-incubator/
Most of the important widgets and APIs made their way into GWT trunk a long > time ago. The rest may be included at a later date. then it tells you what to use for each API/component. On Wednesday, May 7, 2014 6:10:52 PM UTC+2, Deepak Agrawal wrote: > > Hi Thomas, > > Can you suggest, which api should be used in replacement of incubator? > Does it support all similar components? > > Regards, > Deepak > > On Wednesday, May 7, 2014 8:55:00 PM UTC+5:30, Thomas Broyer wrote: >> >> First, please use https://groups.google.com/d/forum/google-web-toolkitwhen >> 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/e4b644fa-140f-4353-a75b-11e1abca0f93%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
