Monday, November 24, 2014

super-source backward compatibility problem?

We have some emulated classes of our own. It looks with 2.7 the super-source tag overrides the emulated classes that comes with GWT. Is there a solution to this?

 Resolving com.google.gwt.cell.client.FieldUpdater
      Found type 'com.google.gwt.cell.client.FieldUpdater'
         [ERROR] Unable to find class java/lang/Object
         [ERROR] Unable to find class java/lang/Object
         [ERROR] Unable to find class java/lang/Object
   Resolving com.google.gwt.cell.client.ValueUpdater
      Found type 'com.google.gwt.cell.client.ValueUpdater'
         [ERROR] Unable to find class java/lang/Object
         [ERROR] Unable to find class java/lang/Object
   Resolving com.google.gwt.core.client.AsyncProvider
      Found type 'com.google.gwt.core.client.AsyncProvider'
         [ERROR] Unable to find class java/lang/Object
         [ERROR] Unable to find class java/lang/Object
         [ERROR] Unable to find class java/lang/Object
         Resolving method get
            Found type 'com.google.gwt.core.client.Callback'
               [ERROR] Unable to find class java/lang/Object
               [ERROR] Unable to find class java/lang/Object
               [ERROR] Unable to find class java/lang/Object
   Resolving com.google.gwt.core.client.Duration


hundereds of other error others like this

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment