0

Eclipse で openlayers 3 ラッパー vaadin アドオンのウィジェットセットをコンパイルすると、次のエラーが発生します。

Starting GWT compiler
Loading inherited module 'com.example.simplescreen.SimplescreenWidgetset'
Loading inherited module 'org.vaadin.addon.vol3.WidgetSet'
  Loading inherited module 'org.vaadin.gwtol3.WidgetSet'
     [ERROR] Unable to find 'org/vaadin/gwtol3/WidgetSet.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
Widgetset compilation failed

アドオンを lib フォルダーに追加し、ビルド パスも構成しました。しかし、それでもコンパイルは失敗します。誰でもこれで私を助けてください。前もって感謝します。

4

1 に答える 1

0

アドオン ページには次のように書かれています。 Layers Vaadin Addon ページを開く

したがって、「Open Layers 3 Wrapper for GWT」アドオンが必要になります。アドオン ページへのリンクは次のとおりです: Open Layers Wrapper for GWT

ちなみにエラーメッセージは謎めいているので自分で調べるのに苦労しましたが、基本的にvaadin版はGWT版のwidgetsetを継承しているのですが、アドオンをインストールしていないのでxmlファイルがどこにもありません見つけられた。

于 2015-07-28T09:18:44.843 に答える