Guest User

Untitled

a guest
Jan 20th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. Compiling module org.dataconservancy.gwteval.Application
  2. [INFO] Scanning for additional dependencies: file:/C:/workspaces/dc/dcs-gwt-eval/src/main/java/org/dataconservancy/gwteval/client/Application.java
  3. [INFO] Computing all possible rebind results for 'org.dataconservancy.gwteval.client.UserService'
  4. [INFO] Rebinding org.dataconservancy.gwteval.client.UserService
  5. [INFO] Invoking generator com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator
  6. [INFO] Generating client proxy for remote service interface 'org.dataconservancy.gwteval.client.UserService'
  7. [INFO] [ERROR] org.dataconservancy.gwteval.client.User is not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or 'java.io.Serializable' nor does it have a custom field serializer (reached via org.dataconservancy.gwteval.client.User)
  8. [INFO] [ERROR] org.dataconservancy.gwteval.client.User has no available instantiable subtypes. (reached via org.dataconservancy.gwteval.client.User)
  9. [INFO] [ERROR] subtype org.dataconservancy.gwteval.client.User is not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' or 'java.io.Serializable' nor does it have a custom field serializer (reached via org.dataconservancy.gwteval.client.User)
  10. [INFO] [ERROR] Errors in 'file:/C:/workspaces/dc/dcs-gwt-eval/src/main/java/org/dataconservancy/gwteval/client/Application.java'
  11. [INFO] [ERROR] Line 29: Failed to resolve 'org.dataconservancy.gwteval.client.UserService' via deferred binding
  12. [INFO] Scanning for additional dependencies: jar:file:/C:/Users/Ben/.m2/repository/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar!/com/google/gwt/core/client/impl/SchedulerImpl.java
  13. [INFO] [WARN] For the following type(s), generated source was never committed (did you forget to call commit()?)
  14. [INFO] [WARN] org.dataconservancy.gwteval.client.UserService_Proxy
  15. [INFO] [ERROR] Cannot proceed due to previous errors
Add Comment
Please, Sign In to add comment