I added Gin modules to one of my GWT modules and now I get these
failures. 2 GWT modules try to rebind the same class with 2 different
generators and both are the wrong generators
GWT module without Gin

Compiling module org.kuali.student.lum.ui.requirements.Requirements
   Computing all possible rebind results for
'org.kuali.student.common.ui.client.CommonUI'
      Rebinding org.kuali.student.common.ui.client.CommonUI
         Checking rule <generate-with
class='com.google.gwt.libideas.resources.rebind.context.InlineResourceBundleGenerator'/
>
            [ERROR] Unable to find type
'org.kuali.student.common.ui.client.CommonUI'
               [ERROR] Hint: Check that the type name
'org.kuali.student.common.ui.client.CommonUI' is really what you meant
               [ERROR] Hint: Check that your classpath includes all
required source roots

GWT module with Gin
Compiling module org.kuali.student.lum.lu.ui.main.LUMMain
   Computing all possible rebind results for
'org.kuali.student.common.ui.client.CommonUI'
      Rebinding org.kuali.student.common.ui.client.CommonUI
         Checking rule <generate-with
class='com.google.gwt.inject.rebind.GinjectorGenerator'/>
            [ERROR] Unable to find type
'org.kuali.student.common.ui.client.CommonUI'
               [ERROR] Hint: Check that the type name
'org.kuali.student.common.ui.client.CommonUI' is really what you meant
               [ERROR] Hint: Check that your classpath includes all
required source roots


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to