I'm new to GWT and KineticGWT. I just downloaded KineticGWT. When I tried to run "mvn install", I got error below. Any idea?
Best regards and thanks a lot.
[INFO] Compiling module org.gaoshin.openflier.Application
[INFO] Refreshing module from source
[INFO] Validating newly compiled units
[INFO] Removing units with errors
[INFO] [ERROR] Errors in 'jar:file:/Users/kzhang/.m2/repository/net/edzard/kineticgwt/0.9.2-SNAPSHOT/kineticgwt-0.9.2-SNAPSHOT-sources.jar!/net/edzard/kinetic/Image.java'
[INFO] [ERROR] Line 3: The import com.google.gwt.resources cannot be resolved
[INFO] [ERROR] Line 27: ImageResource cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/Users/kzhang/.m2/repository/net/edzard/kineticgwt/0.9.2-SNAPSHOT/kineticgwt-0.9.2-SNAPSHOT-sources.jar!/net/edzard/kinetic/Canvas.java'
[INFO] [ERROR] Line 3: The import com.google.gwt.canvas cannot be resolved
[INFO] [ERROR] Line 5: The import com.google.gwt.dom.client.CanvasElement cannot be resolved
[INFO] [ERROR] Line 15: Context2d cannot be resolved to a type
[INFO] [ERROR] Line 19: CanvasElement cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/Users/kzhang/.m2/repository/net/edzard/kineticgwt/0.9.2-SNAPSHOT/kineticgwt-0.9.2-SNAPSHOT-sources.jar!/net/edzard/kinetic/Sprite.java'
[INFO] [ERROR] Line 6: The import com.google.gwt.resources cannot be resolved
[INFO] [ERROR] Line 31: ImageResource cannot be resolved to a type
[INFO] [ERROR] Errors in 'jar:file:/Users/kzhang/.m2/repository/net/edzard/kineticgwt/0.9.2-SNAPSHOT/kineticgwt-0.9.2-SNAPSHOT-sources.jar!/net/edzard/kinetic/Layer.java'
[INFO] [ERROR] Line 3: The import com.google.gwt.canvas cannot be resolved
[INFO] [ERROR] Line 98: Context2d cannot be resolved to a type