You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the events & logic section, the Item.ui.xml is missing a css style referred by the main body of the widget template.
It leads to the following compilation error:
Compiling module org.gwtproject.tutorial.TodoList
Computing all possible rebind results for 'org.gwtproject.tutorial.client.Item.ItemUiBinder'
Rebinding org.gwtproject.tutorial.client.Item.ItemUiBinder
Invoking generator com.google.gwt.uibinder.rebind.UiBinderGenerator
[ERROR] Could not find no-arg method named description in type com.google.gwt.resources.client.CssResource
[ERROR] Errors in 'org/gwtproject/tutorial/client/Item.java'
[ERROR] Line 28: Failed to resolve 'org.gwtproject.tutorial.client.Item.ItemUiBinder' via deferred binding
Unification traversed 1026 fields and methods and 325 types. 21 are considered part of the current module and 21 had all of their fields and methods traversed.
[ERROR] Compiler returned false
In the events & logic section, the Item.ui.xml is missing a css style referred by the main body of the widget template.
It leads to the following compilation error:
The style is required by the following element.
Kind regards.
The text was updated successfully, but these errors were encountered: