On Thursday, February 17, 2011 11:48:04 AM UTC+1, Philippe Beaudoin wrote: > > Also, the proposed workaround of adding a dependency on gwt-dev does not > work for me. mvn install gives the following error: > > [INFO] [ERROR] Internal compiler error > [INFO] java.lang.NoClassDefFoundError: > com/google/inject/assistedinject/FactoryModuleBuilder > [INFO] at > com.google.gwt.inject.rebind.GinjectorGeneratorModule.configure(GinjectorGeneratorModule.java:74) >
Nothing to do with GWT, AFAICT: you're missing the guice-assistedinject dependency. -- 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.
