google-code-export / gwt-dispatch

Automatically exported from code.google.com/p/gwt-dispatch
1 stars 0 forks source link

Compilation Issues #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. just compile with 
mvn clean package -Dgwt.compiler.strict=true

What is the expected output? What do you see instead?
Expected output :: No errors

Error :--
] establishing classpath list (scope = compile)
] Compiling module ro.lmn.gwt.dispatch.Application
]    Validating newly compiled units
]       [ERROR] Errors in 
'jar:file:/C:/Users/Devang%20Soni/.m2/repository/net/customware/gwt/dispatch/gwt
-dispatch/1.2.0/gwt-dispatch-1.2.0.jar!/net/customware/gwt/dispatch/client/gin/S
ecureDispatchModule.java'
]          [ERROR] Line 3: The import com.google.gwt.inject cannot be resolved
]          [ERROR] Line 28: The hierarchy of the type SecureDispatchModule is 
inconsistent
]       [ERROR] Errors in 
'jar:file:/C:/Users/Devang%20Soni/.m2/repository/net/customware/gwt/dispatch/gwt
-dispatch/1.2.0/gwt-dispatch-1.2.0.jar!/net/customware/gwt/dispatch/client/gin/A
ppEngineSecurityModule.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:/C:/Users/Devang%20Soni/.m2/repository/net/customware/gwt/dispatch/gwt
-dispatch/1.2.0/gwt-dispatch-1.2.0.jar!/net/customware/gwt/dispatch/client/gin/S
tandardDispatchModule.java'
]          [ERROR] Line 3: The import com.google.gwt.inject cannot be resolved
]          [ERROR] Line 21: The hierarchy of the type StandardDispatchModule is 
inconsistent
]       [ERROR] Errors in 
'jar:file:/C:/Users/Devang%20Soni/.m2/repository/net/customware/gwt/dispatch/gwt
-dispatch/1.2.0/gwt-dispatch-1.2.0.jar!/net/customware/gwt/dispatch/client/gin/A
bstractDispatchModule.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
]    Compiling 6 permutations
]       Compiling permutation 1...
]       Process output
]          Compiling permutation 0...
]       Compiling permutation 2...
]          Compiling permutation 3...
]       Compiling permutation 4...
]       Compiling permutation 5...
]    Compile of permutations succeeded
] Linking into E:\Angular 
Workspace\gwt-dispatch-sample-manual\target\dispatch-sample-manual-1.2\ro.lmn.gw
t.dispatch.Application. Writing extras to E:\Angular 
Workspace\gwt-dispatch-sample-manual\target\extra\ro.lmn.gwt.dispatch.Applicatio
n
]    Link succeeded
]    Compilation succeeded -- 20.785s
]
] --- maven-resources-plugin:2.5:testResources (default-testResources) @ 
dispatch-sample-manual ---

Original issue reported on code.google.com by soni.dev...@gmail.com on 17 Aug 2013 at 2:26