我有一个GWT Web应用程序,我有兴趣将Vaadin作为Jar添加到我的项目中,所以我可以使用他们漂亮的小部件。
为了最大限度地减少潜在错误,我创建了一个干净的GWT Web项目,添加了vaadin-client
和vaadin-client-compiler
Jars,并继承了com.vaadin.Vaadin
,如Book of 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)
由于