I am getting the following error when compiling the widgetset for openlayers 3 wrapper vaadin addon in eclipse.
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
I added the add-on to the lib folder and also configured the build path. But still the compilation is failed. Anyone help me with this. Thanks in advance.