The compiler gives these messages:
[ERROR] Errors in
'jar:file:/workspace/war/WEB-INF/lib/gwt-dispatch-1.1.0.jar!/net/customware/gwt/dispatch/client/gin/AbstractDispatchModule.java'
[ERROR] Line 3: The import com.google.gwt.inject cannot be resolved
[ERROR] Line 12: AbstractGinModule cannot be resolved to a type
[ERROR] Line 20: The method configure() of type
AbstractDispatchModule must override or implement a supertype method
[ERROR] Line 21: The method bind(Class<ExceptionHandler>) is
undefined for the type AbstractDispatchModule
[ERROR] Errors in
'jar:file:/workspace/war/WEB-INF/lib/gwt-dispatch-1.1.0.jar!/net/customware/gwt/dispatch/client/gin/AppEngineSecurityModule.java'
[ERROR] Line 6: The import com.google.gwt.inject cannot be resolved
[ERROR] Line 14: AbstractGinModule cannot be resolved to a type
[ERROR] Line 17: The method configure() of type
AppEngineSecurityModule must override or implement a supertype method
[ERROR] Line 18: The method
bind(Class<SecureSessionAccessor>) is undefined for the type
AppEngineSecurityModule
[ERROR] Errors in
'jar:file:/workspace/war/WEB-INF/lib/gwt-dispatch-1.1.0.jar!/net/customware/gwt/dispatch/client/gin/SecureDispatchModule.java'
[ERROR] Line 3: The import com.google.gwt.inject cannot be resolved
[ERROR] Line 4: The import com.google.inject cannot be resolved
[ERROR] Line 5: The import com.google.inject cannot be resolved
[ERROR] Line 28: The hierarchy of the type
SecureDispatchModule is inconsistent
[ERROR] Line 48: Provides cannot be resolved to a type
[ERROR] Line 49: Singleton cannot be resolved to a type
[ERROR] Errors in
'jar:file:/workspace/war/WEB-INF/lib/gwt-dispatch-1.1.0.jar!/net/customware/gwt/dispatch/client/gin/StandardDispatchModule.java'
[ERROR] Line 3: The import com.google.gwt.inject cannot be resolved
[ERROR] Line 4: The import com.google.inject cannot be resolved
[ERROR] Line 5: The import com.google.inject cannot be resolved
[ERROR] Line 21: The hierarchy of the type
StandardDispatchModule is inconsistent
[ERROR] Line 36: Provides cannot be resolved to a type
[ERROR] Line 37: Singleton cannot be resolved to a type
But at end it gives also "Compilation succeeded" message.
Probably at the first sight all this error lines confused me.
Anyway the FAQ page is a great idea!