我有一个 GWT Web 应用程序,我有兴趣将 Vaadin 作为 Jar 添加到我的项目中,这样我就可以使用他们漂亮的小部件。
为了最大程度地减少潜在错误,我创建了一个干净的 GWT Web 项目,添加了vaadin-client
Jars vaadin-client-compiler
,并按照Vaadincom.vaadin.Vaadin
中的说明进行了继承。我还将入口点添加到.<inherits name="com.vaadin.DefaultWidgetSet" />
myproject.gwt.xml
尝试运行应用程序时出现以下错误:
Loading inherited module 'com.vaadin.Vaadin'
[ERROR] The value ie10 was not previously defined.
[ERROR] Line 64: Unexpected exception while processing element 'set-property'
com.google.gwt.core.ext.UnableToCompleteException: (see previous log entries)
谢谢