Hi,
I'm trying to compile gwt-log-3.3.2 from the gwt-log-3.3.2-sources.jar file using Java6 (since our application cannot be upgraded to Java7 quite yet). While doing so, I noticed that in the class com.allen_sauer.gwt.log.client.Log, references are made to classes in the com.allen_sauer.gwt.log.server package and gwtc returns errors but completes anyway. Unfortunately, when running the application in DevMode, I get the following error:
09:54:45.274 [ERROR] [CEM] Line 292: No source code is available for type com.allen_sauer.gwt.log.server.ServerLogImplJDK14; did you forget to inherit a required module?
Any suggestions on how to fix this?