Created
April 2, 2018 21:48
-
-
Save rjendoubi/761abc9644bc589afc1956feab33a944 to your computer and use it in GitHub Desktop.
Uberfire tutorial type errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project demo-webapp: Compilation failure: Compilation failure: | |
[ERROR] /path/to/demo/demo-showcase/demo-webapp/target/generated-sources/annotations/org/uberfire/client/perspectives/MoodPerspectiveActivity.java:[72,16] incompatible types: org.uberfire.client.perspectives.MoodPerspective cannot be converted to com.google.gwt.user.client.ui.IsWidget | |
[ERROR] /path/to/demo/demo-showcase/demo-webapp/target/generated-sources/annotations/org/uberfire/client/perspectives/MoodPerspectiveActivity.java:[79,33] incompatible types: org.jboss.errai.common.client.dom.Div cannot be converted to com.google.gwt.user.client.ui.HasWidgets | |
[ERROR] /path/to/demo/demo-showcase/demo-webapp/target/generated-sources/annotations/org/uberfire/client/perspectives/MoodPerspectiveActivity.java:[82,33] incompatible types: org.jboss.errai.common.client.dom.Div cannot be converted to com.google.gwt.user.client.ui.HasWidgets |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment