我正在使用名为 ICEPush 的插件将数据异步推送到客户端。顺便说一句,我正在使用 vaadin 7。当我打开页面时,它会抛出以下错误
Widgetset does not contain implementation for org.vaadin.artur.icepush.ICEPush. Check its component connector's @Connect mapping, widgetsets GWT module description file and re-compile your widgetset. In case you have downloaded a vaadin add-on package, you might want to refer to add-on instructions.
我使用 ant 作为我的构建脚本。你能帮我完成编译插件的步骤吗?
谢谢。