Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
JSClipboard - Widgetset won't compile
Trying to use JSClipboard add-on but it does not include the gwt.xml and you can't compile the widgetset. Any ideas? Is it just missing?
-build-widgetset-1:
[java] Loading inherited module 'com.dmb.ui.widgetset.Ui_projectWidgetset'
[java] Loading inherited module 'com.vaadin.jsclipboard.widgetset.JSClipboard'
[java] [ERROR] Unable to find 'com/vaadin/jsclipboard/widgetset/JSClipboard.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
BUILD FAILED
Found the widgetset build problem. It was the configuration on the dependency in Ivy.
But the plugin does not work. Tried Chrome, Firefox and IE.
final JSClipboard clipboard = new JSClipboard();
clipboard.setText( "Some text" );