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.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 1 month ago
Error during javadoc generation
Hi guys,
I am using gradle for my Vaadin based project and when I execute the javadoc task I get the following error :
/home/anthony/.gradle/caches/modules-2/files-2.1/com.vaadin/vaadin/6.8.13/e14ce1e652012b9435e720842c10ddbd9ea0ce2d/vaadin-6.8.13.jar(com/vaadin/ui/ClientWidget.java):26: error: cannot access Paintable
import com.vaadin.terminal.gwt.client.Paintable;
^
bad source file: /home/anthony/.gradle/caches/modules-2/files-2.1/com.vaadin/vaadin/6.8.13/e14ce1e652012b9435e720842c10ddbd9ea0ce2d/vaadin-6.8.13.jar(com/vaadin/terminal/gwt/client/Paintable.java)
file does not contain class com.vaadin.terminal.gwt.client.Paintable
Please remove or make sure it appears in the correct subdirectory of the sourcepath.
1 error
Any idea on how to fix this ?
Thank you
Last updated on
You cannot reply to this thread.