Integration of add-ons into spring-boot project

Hallo all,

I’m new in developing with Vaadin. I tried to integrate a plugin (compile(“org.vaadin.addons:loginform:0.6.2”)) within my spring-boot example project.

“Widgetset does not contain implementation com.ejt.vaadin.loginform.DefaultVerticalLoginForm. 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.”

I read a lot about integrating add-ons in the project, but unfortunately not successfully. Can anyone give me please a short explanation what files with what content have to be created to get the plugin running…

Thansk in advance!

Best Regards,
Thomas

You need to compile widgetset. Have you tried
https://github.com/johndevs/gradle-vaadin-plugin
(
https://plugins.gradle.org/plugin/fi.jasoft.plugin.vaadin
) That plugin at least has widgetset compilation task.

Hello,

thanks. Unfortunately I get the following error. Do you know what went wrong?

[sts]

[sts]
Starting Gradle build for the following tasks:
[sts]
vaadinCompileWidgetset
[sts]

Gradle Vaadin Plugin 0.11 will in the future require Gradle 2.12. Please upgrade as soon as possible.
:compileJava UP-TO-DATE
:vaadinUpdateWidgetset
:processResources UP-TO-DATE
:classes UP-TO-DATE
:vaadinClassPathJar UP-TO-DATE
:vaadinCompileWidgetsetMai 16, 2016 8:51:24 PM java.util.prefs.WindowsPreferences
WARNUNG: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(…) returned error code 5.
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client-compiler/7.5.10/2f386f5d1fe065dd9f3240edebac9da78152c50f/vaadin-client-compiler-7.5.10.jar!/com/google/gwt/dev/jjs/intrinsic/com/google/gwt/lang/Cast.java’
Line 47: Referencing field ‘java.lang.Class.typeId’: unable to resolve field in class ‘java.lang.Class’
Line 48: Referencing field ‘java.lang.Class.typeId’: unable to resolve field in class ‘java.lang.Class’
Errors in ‘jar:file:/C:j/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Class.java’
Line 117: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Line 166: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Tracing compile failure path for type ‘com.google.gwt.core.shared.impl.ThrowableTypeResolver’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/google/gwt/core/translatable/com/google/gwt/core/shared/impl/ThrowableTypeResolver.java’
Line 31: The method isClassMetadataEnabled() from the type Class is not visible
Tracing compile failure path for type ‘javax.validation.executable.ExecutableValidator’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/javax.validation/validation-api/1.1.0.Final/7d49b53caed9bd81d172807c3e096d24f3c57090/validation-api-1.1.0.Final-sources.jar!/javax/validation/executable/ExecutableValidator.java’
Line 53: No source code is available for type java.lang.reflect.Method; did you forget to inherit a required module?
Line 94: No source code is available for type java.lang.reflect.Constructor; did you forget to inherit a required module?
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Class.java’
Line 117: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Line 166: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Tracing compile failure path for type ‘com.google.gwt.core.client.impl.OnSuccessExecutor’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/google/gwt/core/client/impl/OnSuccessExecutor.java’
Line 34: The method executeOnSuccess0(RunAsyncCallback) is undefined for the type AsyncFragmentLoader
Tracing compile failure path for type ‘com.vaadin.client.debug.internal.TestBenchSection’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/debug/internal/TestBenchSection.java’
Line 80: The method show(ComponentConnector) in the type Highlight is not applicable for the arguments (Element)
Line 270: The method getConnectorForElement(ApplicationConnection, Widget, Element) in the type Util is not applicable for the arguments (ApplicationConnection, RootPanel, Element)
Line 201: The method findPaintable(com.vaadin.client.ApplicationConnection, com.google.gwt.user.client.Element) in the type Util is not applicable for the arguments (com.vaadin.client.ApplicationConnection, com.google.gwt.dom.client.Element)
Line 267: The method getConnectorForElement(ApplicationConnection, Widget, Element) in the type Util is not applicable for the arguments (ApplicationConnection, VUI, Element)
Line 90: TESTBENCH cannot be resolved or is not a field
Tracing compile failure path for type ‘com.vaadin.client.ui.colorpicker.ColorPickerAreaConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/vaadin/client/ui/colorpicker/ColorPickerAreaConnector.java’
Line 58: htmlContentAllowed cannot be resolved or is not a field
Tracing compile failure path for type ‘com.vaadin.client.debug.internal.HierarchyPanel’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/debug/internal/HierarchyPanel.java’
Line 85: The method isOpen() is undefined for the type SimpleTree
Line 86: The method getCaption() is undefined for the type SimpleTree
Tracing compile failure path for type ‘com.vaadin.client.ui.nativebutton.NativeButtonConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/vaadin/client/ui/nativebutton/NativeButtonConnector.java’
Line 67: htmlContentAllowed cannot be resolved or is not a field
Tracing compile failure path for type ‘com.google.gwt.dom.builder.client.DomQuoteBuilder’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/dom/builder/client/DomQuoteBuilder.java’
Line 24: The type DomQuoteBuilder must implement the inherited abstract method QuoteBuilder.cite(SafeUri)
Tracing compile failure path for type ‘com.google.gwt.event.dom.client.LoadedMetadataEvent’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/google/gwt/event/dom/client/LoadedMetadataEvent.java’
Line 37: LOADEDMETADATA cannot be resolved or is not a field
Tracing compile failure path for type ‘javax.validation.ParameterNameProvider’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/javax.validation/validation-api/1.1.0.Final/7d49b53caed9bd81d172807c3e096d24f3c57090/validation-api-1.1.0.Final-sources.jar!/javax/validation/ParameterNameProvider.java’
Line 54: No source code is available for type java.lang.reflect.Method; did you forget to inherit a required module?
Line 44: No source code is available for type java.lang.reflect.Constructor; did you forget to inherit a required module?
Tracing compile failure path for type ‘com.vaadin.client.communication.Heartbeat’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/communication/Heartbeat.java’
Line 75: ApplicationConnection.ApplicationStoppedHandler cannot be resolved to a type
Line 74: ApplicationStoppedEvent cannot be resolved or is not a field
Line 27: The import com.vaadin.client.ApplicationConnection.ApplicationStoppedEvent cannot be resolved
Line 100: ConnectionStatusEvent cannot be resolved to a type
Line 28: The import com.vaadin.client.ApplicationConnection.ConnectionStatusEvent cannot be resolved
Line 132: ConnectionStatusEvent cannot be resolved to a type
Tracing compile failure path for type ‘com.vaadin.client.connectors.JavaScriptRendererConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/JavaScriptRendererConnector.java’
Line 124: The method getConnectorWrapper() from the type JavaScriptConnectorHelper is not visible
Line 189: The method getConnectorWrapper() from the type JavaScriptConnectorHelper is not visible
Line 60: The method getConnectorWrapper() from the type JavaScriptConnectorHelper is not visible
Line 153: The method json2jso(JsonValue) is undefined for the type Util
Line 221: The method getConnectorWrapper() from the type JavaScriptConnectorHelper is not visible
Line 152: The method getConnectorWrapper() from the type JavaScriptConnectorHelper is not visible
Line 170: The method getConnectorWrapper() from the type JavaScriptConnectorHelper is not visible
Line 139: The method getInitFunctionName() is undefined for the type JavaScriptConnectorHelper
Line 249: The method getConnectorWrapper() from the type JavaScriptConnectorHelper is not visible
Line 135: The method ensureJavascriptInited() is undefined for the type JavaScriptConnectorHelper
Line 204: The method getConnectorWrapper() from the type JavaScriptConnectorHelper is not visible
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/AbstractRendererConnector.java’
Line 53: The method getPresentationType(Class<capture#1-of ? extends AbstractRendererConnector>) is undefined for the type TypeDataStore
Line 129: The method decodeValue(Type, JSONValue, Object, ApplicationConnection) in the type JsonDecoder is not applicable for the arguments (Type, JsonValue, null, ApplicationConnection)
Tracing compile failure path for type ‘com.vaadin.shared.data.DataProviderRpc’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-shared/7.4.4/37362653beba729df7c0f8eda03f7987baa6dfec/vaadin-shared-7.4.4.jar!/com/vaadin/shared/data/DataProviderRpc.java’
Line 58: No source code is available for type elemental.json.JsonArray; did you forget to inherit a required module?
Tracing compile failure path for type ‘com.google.gwt.lang.Array’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client-compiler/7.5.10/2f386f5d1fe065dd9f3240edebac9da78152c50f/vaadin-client-compiler-7.5.10.jar!/com/google/gwt/dev/jjs/intrinsic/com/google/gwt/lang/Array.java’
Line 349: Referencing method ‘java.lang.Class.getClassLiteralForArray(*)’: unable to resolve method in class ‘java.lang.Class’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Class.java’
Line 117: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Line 166: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Tracing compile failure path for type ‘com.vaadin.client.connectors.RpcDataSourceConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/RpcDataSourceConnector.java’
Line 159: The method ensureTriggered() is undefined for the type VLoadingIndicator
Line 137: The method ensureTriggered() is undefined for the type VLoadingIndicator
Tracing compile failure path for type ‘com.google.gwt.dom.builder.client.DomFormBuilder’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/dom/builder/client/DomFormBuilder.java’
Line 24: The type DomFormBuilder must implement the inherited abstract method FormBuilder.action(SafeUri)
Tracing compile failure path for type ‘com.vaadin.client.componentlocator.LegacyLocatorStrategy’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/componentlocator/LegacyLocatorStrategy.java’
Line 93: The method findPaintable(com.vaadin.client.ApplicationConnection, com.google.gwt.user.client.Element) in the type Util is not applicable for the arguments (com.vaadin.client.ApplicationConnection, com.google.gwt.dom.client.Element)
Line 173: The method asOld(Element) is undefined for the type DOM
Line 351: The method getChild(com.google.gwt.user.client.Element, int) in the type DOM is not applicable for the arguments (com.google.gwt.dom.client.Element, int)
Tracing compile failure path for type ‘java.util.InternalJsHashCodeMap’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/google/gwt/emul/java/util/InternalJsHashCodeMap.java’
Line 137: The method elementRemoved() is undefined for the type AbstractHashMap<K,V>
Line 23: The import java.util.AbstractMap.SimpleEntry cannot be resolved
Line 119: SimpleEntry cannot be resolved to a type
Line 120: The method elementAdded() is undefined for the type AbstractHashMap<K,V>
Tracing compile failure path for type ‘java.util.InternalJsStringMap’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/google/gwt/emul/java/util/InternalJsStringMap.java’
Line 154: The method elementAdded() is undefined for the type AbstractHashMap<K,V>
Line 166: The method elementRemoved() is undefined for the type AbstractHashMap<K,V>
Tracing compile failure path for type ‘com.vaadin.client.communication.Date_Serializer’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/communication/Date_Serializer.java’
Line 35: The method deserialize(Type, JsonValue, ApplicationConnection) of type Date_Serializer must override or implement a supertype method
Line 32: The type Date_Serializer must implement the inherited abstract method JSONSerializer.deserialize(Type, JSONValue, ApplicationConnection)
Line 41: The return type is incompatible with JSONSerializer.serialize(Date, ApplicationConnection)
Tracing compile failure path for type ‘com.vaadin.shared.util.SharedUtil’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-shared/7.4.4/37362653beba729df7c0f8eda03f7987baa6dfec/vaadin-shared-7.4.4.jar!/com/vaadin/shared/util/SharedUtil.java’
Line 172: The method toUpperCase() in the type String is not applicable for the arguments (Locale)
Tracing compile failure path for type ‘com.vaadin.client.ui.ui.UIConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/vaadin/client/ui/ui/UIConnector.java’
Line 104: The method setTitle(String) of type new PageClientRpc(){} must override or implement a supertype method
Tracing compile failure path for type ‘com.vaadin.client.ui.FontIcon’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/ui/FontIcon.java’
Line 59: The method setAlternateText(String) of type FontIcon must override or implement a supertype method
Line 142: The method getUri() of type FontIcon must override or implement a supertype method
Line 39: Implicit super constructor Icon() is undefined. Must explicitly invoke another constructor
Tracing compile failure path for type ‘com.google.gwt.user.client.ui.impl.TextBoxImplIE8’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/google/gwt/user/client/ui/impl/TextBoxImplIE8.java’
Line 27: The method getCursorPos(Element) of type TextBoxImplIE8 must override or implement a supertype method
Line 40: The method getSelectionLength(Element) of type TextBoxImplIE8 must override or implement a supertype method
Line 59: The method getTextAreaCursorPos(Element) of type TextBoxImplIE8 must override or implement a supertype method
Line 116: The method setSelectionRange(Element, int, int) of type TextBoxImplIE8 must override or implement a supertype method
Line 87: The method getTextAreaSelectionLength(Element) of type TextBoxImplIE8 must override or implement a supertype method
Tracing compile failure path for type ‘com.google.gwt.validation.client.impl.GwtValidatorContext’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/validation/client/impl/GwtValidatorContext.java’
Line 29: The type GwtValidatorContext must implement the inherited abstract method ValidatorContext.parameterNameProvider(ParameterNameProvider)
Tracing compile failure path for type ‘com.vaadin.client.WidgetUtil’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/WidgetUtil.java’
Line 1726: The method getHeight() is undefined for the type ComputedStyle
Line 360: The method getElementPropertyInt(com.google.gwt.user.client.Element, java.lang.String) in the type DOM is not applicable for the arguments (com.google.gwt.dom.client.Element, java.lang.String)
Line 129: The method getInnerHTML(com.google.gwt.user.client.Element) in the type DOM is not applicable for the arguments (com.google.gwt.dom.client.Element)
Line 1714: The method getHeight() is undefined for the type ComputedStyle
Line 327: The method getElementPropertyInt(com.google.gwt.user.client.Element, java.lang.String) in the type DOM is not applicable for the arguments (com.google.gwt.dom.client.Element, java.lang.String)
Line 1725: The method getHeight() is undefined for the type ComputedStyle
Line 192: The method getStyleAttribute(com.google.gwt.user.client.Element, java.lang.String) in the type DOM is not applicable for the arguments (com.google.gwt.dom.client.Element, java.lang.String)
Line 128: The method setInnerText(com.google.gwt.user.client.Element, java.lang.String) in the type DOM is not applicable for the arguments (com.google.gwt.dom.client.Element, java.lang.String)
Line 175: The method getStyleAttribute(com.google.gwt.user.client.Element, java.lang.String) in the type DOM is not applicable for the arguments (com.google.gwt.dom.client.Element, java.lang.String)
Line 940: The method sinkEvents(com.google.gwt.user.client.Element, int) in the type DOM is not applicable for the arguments (com.google.gwt.dom.client.Element, int)
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Class.java’
Line 117: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Line 166: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Tracing compile failure path for type ‘com.google.gwt.validation.client.impl.ConstraintViolationImpl’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/validation/client/impl/ConstraintViolationImpl.java’
Line 30: The type ConstraintViolationImpl must implement the inherited abstract method ConstraintViolation.getExecutableReturnValue()
Line 30: The type ConstraintViolationImpl must implement the inherited abstract method ConstraintViolation.unwrap(Class)
Line 30: The type ConstraintViolationImpl must implement the inherited abstract method ConstraintViolation.getExecutableParameters()
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Class.java’
Line 117: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Line 166: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Tracing compile failure path for type ‘com.google.gwt.dom.builder.client.DomModBuilder’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/dom/builder/client/DomModBuilder.java’
Line 24: The type DomModBuilder must implement the inherited abstract method ModBuilder.cite(SafeUri)
Tracing compile failure path for type ‘com.vaadin.client.componentlocator.ComponentLocator’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/componentlocator/ComponentLocator.java’
Line 132: The method asOld(Element) is undefined for the type DOM
Line 110: The method asOld(Element) is undefined for the type DOM
Line 219: The method asOld(Element) is undefined for the type DOM
Tracing compile failure path for type ‘com.google.gwt.validation.client.impl.GwtBeanDescriptorImpl’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/validation/client/impl/GwtBeanDescriptorImpl.java’
Line 38: The type GwtBeanDescriptorImpl must implement the inherited abstract method BeanDescriptor.getConstraintsForConstructor(Class<?>...) Line 38: The type GwtBeanDescriptorImpl must implement the inherited abstract method BeanDescriptor.getConstrainedConstructors() Line 38: The type GwtBeanDescriptorImpl must implement the inherited abstract method BeanDescriptor.getConstraintsForMethod(String, Class<?>…)
Line 38: The type GwtBeanDescriptorImpl must implement the inherited abstract method BeanDescriptor.getConstrainedMethods(MethodType, MethodType…)
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/validation/client/impl/ConstraintDescriptorImpl.java’
Line 35: The type ConstraintDescriptorImpl must implement the inherited abstract method ConstraintDescriptor.getMessageTemplate()
Line 35: The type ConstraintDescriptorImpl must implement the inherited abstract method ConstraintDescriptor.getValidationAppliesTo()
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/validation/client/impl/PropertyDescriptorImpl.java’
Line 31: The type PropertyDescriptorImpl must implement the inherited abstract method CascadableDescriptor.getGroupConversions()
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Class.java’
Line 117: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Line 166: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Tracing compile failure path for type ‘com.vaadin.client.widget.grid.selection.SpaceSelectHandler’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/widget/grid/selection/SpaceSelectHandler.java’
Line 47: KEY_SPACE cannot be resolved or is not a field
Line 111: KEY_SPACE cannot be resolved or is not a field
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/widgets/Grid.java’
Line 4882: The method hasClassName(String) is undefined for the type TableRowElement
Line 2625: The method isRunning() is undefined for the type Timer
Line 3115: The method removeAllChildren() is undefined for the type Element
Line 3727: The method ceilingEntry(double) is undefined for the type TreeMap<Double,Integer>
Line 3832: The method clone(Element, boolean) in the type DOM is not applicable for the arguments (TableCellElement, boolean)
Line 3057: The method removeAllChildren() is undefined for the type Element
Line 2436: KEY_SPACE cannot be resolved or is not a field
Line 4977: The method removeAllChildren() is undefined for the type TableCellElement
Line 6740: The method asOld(Element) is undefined for the type DOM
Line 6747: The method asOld(Element) is undefined for the type DOM
Line 3729: The method floorEntry(double) is undefined for the type TreeMap<Double,Integer>
Line 1654: The method removeAllChildren() is undefined for the type DivElement
Line 1652: The method removeAllChildren() is undefined for the type DivElement
Line 1653: The method removeAllChildren() is undefined for the type DivElement
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/widgets/Escalator.java’
Line 4771: The method subMap(Integer, Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean, int, boolean)
Line 5317: The method copyOf(int, int) is undefined for the type Arrays
Line 6504: The method asOld(Element) is undefined for the type DOM
Line 4824: The method tailMap(Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean)
Line 5199: The method tailMap(Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean)
Line 6499: The method asOld(Element) is undefined for the type DOM
Line 5040: The method headMap(Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean)
Tracing compile failure path for type ‘com.google.gwt.core.client.impl.JavaScriptExceptionBase’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/google/gwt/core/translatable/com/google/gwt/core/client/impl/JavaScriptExceptionBase.java’
Line 30: The constructor RuntimeException(null, null, boolean, boolean) is undefined
Tracing compile failure path for type ‘com.google.gwt.validation.client.impl.ConstraintValidatorContextImpl’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/validation/client/impl/ConstraintValidatorContextImpl.java’
Line 46: The type ConstraintValidatorContextImpl<A,T>.ConstraintViolationBuilderImpl must implement the inherited abstract method ConstraintValidatorContext.ConstraintViolationBuilder.addPropertyNode(String)
Line 39: The type ConstraintValidatorContextImpl<A,T> must implement the inherited abstract method ConstraintValidatorContext.unwrap(Class)
Line 112: The type ConstraintValidatorContextImpl<A,T>.NodeBuilderDefinedContextImpl must implement the inherited abstract method ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext.addPropertyNode(String)
Line 79: The type ConstraintValidatorContextImpl<A,T>.NodeBuilderCustomizableContextImpl must implement the inherited abstract method ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext.addBeanNode()
Line 79: The type ConstraintValidatorContextImpl<A,T>.NodeBuilderCustomizableContextImpl must implement the inherited abstract method ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext.addPropertyNode(String)
Line 112: The type ConstraintValidatorContextImpl<A,T>.NodeBuilderDefinedContextImpl must implement the inherited abstract method ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext.addBeanNode()
Line 46: The type ConstraintValidatorContextImpl<A,T>.ConstraintViolationBuilderImpl must implement the inherited abstract method ConstraintValidatorContext.ConstraintViolationBuilder.addParameterNode(int)
Line 46: The type ConstraintValidatorContextImpl<A,T>.ConstraintViolationBuilderImpl must implement the inherited abstract method ConstraintValidatorContext.ConstraintViolationBuilder.addBeanNode()
Line 142: The type ConstraintValidatorContextImpl<A,T>.NodeContextBuilderImpl must implement the inherited abstract method ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder.addBeanNode()
Line 142: The type ConstraintValidatorContextImpl<A,T>.NodeContextBuilderImpl must implement the inherited abstract method ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder.addPropertyNode(String)
Tracing compile failure path for type ‘com.google.gwt.validation.client.impl.NodeImpl’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/validation/client/impl/NodeImpl.java’
Line 25: The type NodeImpl must implement the inherited abstract method Path.Node.as(Class)
Line 25: The type NodeImpl must implement the inherited abstract method Path.Node.getKind()
Tracing compile failure path for type ‘com.vaadin.client.ui.datefield.DateFieldConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/ui/datefield/DateFieldConnector.java’
Line 101: The method renderCalendar() in the type VCalendarPanel is not applicable for the arguments (boolean)
Line 166: The method setTextFieldTabIndex() is undefined for the type VPopupCalendar
Tracing compile failure path for type ‘com.google.gwt.dom.builder.client.DomFrameBuilder’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/dom/builder/client/DomFrameBuilder.java’
Line 24: The type DomFrameBuilder must implement the inherited abstract method FrameBuilder.longDesc(SafeUri)
Line 24: The type DomFrameBuilder must implement the inherited abstract method FrameBuilder.src(SafeUri)
Tracing compile failure path for type ‘com.google.gwt.user.client.ui.impl.RichTextAreaImplIE8toIE10’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/google/gwt/user/client/ui/impl/RichTextAreaImplIE8toIE10.java’
Line 35: The return type is incompatible with RichTextAreaImplStandard.createElement()
Tracing compile failure path for type ‘com.vaadin.client.componentlocator.VaadinFinderLocatorStrategy’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/componentlocator/VaadinFinderLocatorStrategy.java’
Line 586: The method findIdentifiersFor(Class<capture#2-of ?>) is undefined for the type TypeDataStore
Line 350: The method findPaintable(com.vaadin.client.ApplicationConnection, com.google.gwt.user.client.Element) in the type Util is not applicable for the arguments (com.vaadin.client.ApplicationConnection, com.google.gwt.dom.client.Element)
Line 612: The method getTagsForServerSideClassName(String) is undefined for the type ApplicationConfiguration
Line 90: The method asOld(Element) is undefined for the type DOM
Line 628: The method getTagsForServerSideClassName(String) is undefined for the type ApplicationConfiguration
Line 243: The method findPaintable(com.vaadin.client.ApplicationConnection, com.google.gwt.user.client.Element) in the type Util is not applicable for the arguments (com.vaadin.client.ApplicationConnection, com.google.gwt.dom.client.Element)
Line 609: The method getTagsForServerSideClassName(String) is undefined for the type ApplicationConfiguration
Line 80: The method findPaintable(com.vaadin.client.ApplicationConnection, com.google.gwt.user.client.Element) in the type Util is not applicable for the arguments (com.vaadin.client.ApplicationConnection, com.google.gwt.dom.client.Element)
Line 262: The method findPaintable(com.vaadin.client.ApplicationConnection, com.google.gwt.user.client.Element) in the type Util is not applicable for the arguments (com.vaadin.client.ApplicationConnection, com.google.gwt.dom.client.Element)
Tracing compile failure path for type ‘com.google.gwt.validation.client.impl.ConstraintDescriptorImpl’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/validation/client/impl/ConstraintDescriptorImpl.java’
Line 35: The type ConstraintDescriptorImpl must implement the inherited abstract method ConstraintDescriptor.getMessageTemplate()
Line 35: The type ConstraintDescriptorImpl must implement the inherited abstract method ConstraintDescriptor.getValidationAppliesTo()
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Class.java’
Line 117: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Line 166: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Tracing compile failure path for type ‘com.vaadin.client.ui.colorpicker.ColorPickerConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/vaadin/client/ui/colorpicker/ColorPickerConnector.java’
Line 58: htmlContentAllowed cannot be resolved or is not a field
Tracing compile failure path for type ‘com.google.gwt.lang.Exceptions’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client-compiler/7.5.10/2f386f5d1fe065dd9f3240edebac9da78152c50f/vaadin-client-compiler-7.5.10.jar!/com/google/gwt/dev/jjs/intrinsic/com/google/gwt/lang/Exceptions.java’
Line 143: The method addSuppressed(Throwable) is undefined for the type Throwable
Line 36: The method captureStackTrace(JavaScriptException, Object) is undefined for the type StackTraceCreator
Line 47: The method getThrown() is undefined for the type JavaScriptException
Line 46: The method isThrownSet() is undefined for the type JavaScriptException
Tracing compile failure path for type ‘com.vaadin.client.connectors.ButtonRendererConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/ButtonRendererConnector.java’
Line 41: No source code is available for type elemental.json.JsonObject; did you forget to inherit a required module?
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/ClickableRendererConnector.java’
Line 42: No source code is available for type elemental.json.JsonObject; did you forget to inherit a required module?
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/AbstractRendererConnector.java’
Line 53: The method getPresentationType(Class<capture#1-of ? extends AbstractRendererConnector>) is undefined for the type TypeDataStore
Line 129: The method decodeValue(Type, JSONValue, Object, ApplicationConnection) in the type JsonDecoder is not applicable for the arguments (Type, JsonValue, null, ApplicationConnection)
Tracing compile failure path for type ‘com.vaadin.client.extensions.ResponsiveConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/extensions/ResponsiveConnector.java’
Line 390: The method setNeedsMeasureRecursively(AbstractComponentConnector) is undefined for the type LayoutManager
Line 155: The method getActiveTheme() is undefined for the type UIConnector
Tracing compile failure path for type ‘com.vaadin.client.widgets.Escalator’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/widgets/Escalator.java’
Line 4771: The method subMap(Integer, Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean, int, boolean)
Line 5317: The method copyOf(int, int) is undefined for the type Arrays
Line 6504: The method asOld(Element) is undefined for the type DOM
Line 4824: The method tailMap(Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean)
Line 5199: The method tailMap(Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean)
Line 6499: The method asOld(Element) is undefined for the type DOM
Line 5040: The method headMap(Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean)
Tracing compile failure path for type ‘com.google.gwt.core.client.impl.SynchronousOnSuccessExecutor’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/google/gwt/core/client/impl/SynchronousOnSuccessExecutor.java’
Line 29: The method executeOnSuccess0(RunAsyncCallback) is undefined for the type AsyncFragmentLoader
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/google/gwt/core/client/impl/OnSuccessExecutor.java’
Line 34: The method executeOnSuccess0(RunAsyncCallback) is undefined for the type AsyncFragmentLoader
Tracing compile failure path for type ‘com.vaadin.client.ui.ImageIcon’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/ui/ImageIcon.java’
Line 66: The method setAlternateText(String) of type ImageIcon must override or implement a supertype method
Line 72: The method getUri() of type ImageIcon must override or implement a supertype method
Line 37: Implicit super constructor Icon() is undefined. Must explicitly invoke another constructor
Tracing compile failure path for type ‘com.google.gwt.core.client.impl.UnloadSupportEnabled’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/core/client/impl/UnloadSupportEnabled.java’
Line 84: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Line 87: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Line 76: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Tracing compile failure path for type ‘com.vaadin.client.connectors.ImageRendererConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/ImageRendererConnector.java’
Line 45: The method decodeValue(Type, JSONValue, Object, ApplicationConnection) in the type JsonDecoder is not applicable for the arguments (Type, JsonValue, null, ApplicationConnection)
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/ClickableRendererConnector.java’
Line 42: No source code is available for type elemental.json.JsonObject; did you forget to inherit a required module?
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/AbstractRendererConnector.java’
Line 53: The method getPresentationType(Class<capture#1-of ? extends AbstractRendererConnector>) is undefined for the type TypeDataStore
Line 129: The method decodeValue(Type, JSONValue, Object, ApplicationConnection) in the type JsonDecoder is not applicable for the arguments (Type, JsonValue, null, ApplicationConnection)
Tracing compile failure path for type ‘com.vaadin.client.connectors.ClickableRendererConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/ClickableRendererConnector.java’
Line 42: No source code is available for type elemental.json.JsonObject; did you forget to inherit a required module?
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/AbstractRendererConnector.java’
Line 53: The method getPresentationType(Class<capture#1-of ? extends AbstractRendererConnector>) is undefined for the type TypeDataStore
Line 129: The method decodeValue(Type, JSONValue, Object, ApplicationConnection) in the type JsonDecoder is not applicable for the arguments (Type, JsonValue, null, ApplicationConnection)
Tracing compile failure path for type ‘java.util.AbstractNavigableMap’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/google/gwt/emul/java/util/AbstractNavigableMap.java’
Line 354: The method getEntryKeyOrNull(Map.Entry<K,V>) is undefined for the type AbstractNavigableMap<K,V>
Line 401: The method getEntryKeyOrNull(Map.Entry<K,V>) is undefined for the type AbstractNavigableMap<K,V>
Line 431: The method containsEntry(Map.Entry<?,?>) of type AbstractNavigableMap<K,V> must override or implement a supertype method
Line 250: The method getEntryKeyOrNull(Map.Entry<K,V>) is undefined for the type AbstractNavigableMap.NavigableKeySet<K,V>
Line 376: The method getEntryKeyOrNull(Map.Entry<K,V>) is undefined for the type AbstractNavigableMap<K,V>
Line 255: The method getEntryKeyOrNull(Map.Entry<K,V>) is undefined for the type AbstractNavigableMap.NavigableKeySet<K,V>
Line 295: SimpleImmutableEntry cannot be resolved to a type
Line 312: The method getEntryKeyOrNull(Map.Entry<K,V>) is undefined for the type AbstractNavigableMap<K,V>
Line 361: The method getEntryValueOrNull(Map.Entry<K,V>) is undefined for the type AbstractNavigableMap<K,V>
Tracing compile failure path for type ‘com.vaadin.client.widgets.Grid’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/widgets/Grid.java’
Line 4882: The method hasClassName(String) is undefined for the type TableRowElement
Line 2625: The method isRunning() is undefined for the type Timer
Line 3115: The method removeAllChildren() is undefined for the type Element
Line 3727: The method ceilingEntry(double) is undefined for the type TreeMap<Double,Integer>
Line 3832: The method clone(Element, boolean) in the type DOM is not applicable for the arguments (TableCellElement, boolean)
Line 3057: The method removeAllChildren() is undefined for the type Element
Line 2436: KEY_SPACE cannot be resolved or is not a field
Line 4977: The method removeAllChildren() is undefined for the type TableCellElement
Line 6740: The method asOld(Element) is undefined for the type DOM
Line 6747: The method asOld(Element) is undefined for the type DOM
Line 3729: The method floorEntry(double) is undefined for the type TreeMap<Double,Integer>
Line 1654: The method removeAllChildren() is undefined for the type DivElement
Line 1652: The method removeAllChildren() is undefined for the type DivElement
Line 1653: The method removeAllChildren() is undefined for the type DivElement
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/widgets/Escalator.java’
Line 4771: The method subMap(Integer, Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean, int, boolean)
Line 5317: The method copyOf(int, int) is undefined for the type Arrays
Line 6504: The method asOld(Element) is undefined for the type DOM
Line 4824: The method tailMap(Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean)
Line 5199: The method tailMap(Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean)
Line 6499: The method asOld(Element) is undefined for the type DOM
Line 5040: The method headMap(Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean)
Tracing compile failure path for type ‘com.google.gwt.dom.builder.client.DomAnchorBuilder’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/dom/builder/client/DomAnchorBuilder.java’
Line 24: The type DomAnchorBuilder must implement the inherited abstract method AnchorBuilder.href(SafeUri)
Tracing compile failure path for type ‘com.vaadin.client.connectors.AbstractRendererConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/AbstractRendererConnector.java’
Line 53: The method getPresentationType(Class<capture#1-of ? extends AbstractRendererConnector>) is undefined for the type TypeDataStore
Line 129: The method decodeValue(Type, JSONValue, Object, ApplicationConnection) in the type JsonDecoder is not applicable for the arguments (Type, JsonValue, null, ApplicationConnection)
Tracing compile failure path for type ‘com.vaadin.client.ui.button.ButtonConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/vaadin/client/ui/button/ButtonConnector.java’
Line 116: htmlContentAllowed cannot be resolved or is not a field
Tracing compile failure path for type ‘com.google.gwt.validation.client.GwtConstraintValidatorFactory’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/validation/client/GwtConstraintValidatorFactory.java’
Line 26: The type GwtConstraintValidatorFactory must implement the inherited abstract method ConstraintValidatorFactory.releaseInstance(ConstraintValidator<?,?>)
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Class.java’
Line 117: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Line 166: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Tracing compile failure path for type ‘com.vaadin.client.event.PointerEventSupportImplModernIE’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/event/PointerEventSupportImplModernIE.java’
Line 51: DOMImplStandard cannot be resolved
Line 19: The type com.google.gwt.user.client.impl.DOMImplStandard is not visible
Line 53: DOMImplStandard cannot be resolved
Tracing compile failure path for type ‘com.vaadin.client.ui.dd.DDEventHandleStrategy’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/ui/dd/DDEventHandleStrategy.java’
Line 336: DDManagerMediator cannot be resolved to a type
Line 48: DDManagerMediator cannot be resolved to a type
Line 127: The method updateDragImagePosition() in the type VDragAndDropManager is not applicable for the arguments (NativeEvent, Element)
Line 383: DDManagerMediator cannot be resolved to a type
Line 414: DDManagerMediator cannot be resolved to a type
Line 84: DDManagerMediator cannot be resolved to a type
Line 151: DDManagerMediator cannot be resolved to a type
Line 321: DDManagerMediator cannot be resolved to a type
Line 253: DDManagerMediator cannot be resolved to a type
Line 304: DDManagerMediator cannot be resolved to a type
Line 360: DDManagerMediator cannot be resolved to a type
Line 176: DDManagerMediator cannot be resolved to a type
Line 220: DDManagerMediator cannot be resolved to a type
Line 26: The import com.vaadin.client.ui.dd.VDragAndDropManager.DDManagerMediator cannot be resolved
Line 125: DDManagerMediator cannot be resolved to a type
Line 70: DDManagerMediator cannot be resolved to a type
Line 236: DDManagerMediator cannot be resolved to a type
Line 285: DDManagerMediator cannot be resolved to a type
Tracing compile failure path for type ‘java.lang.Class’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Class.java’
Line 117: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Line 166: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Tracing compile failure path for type ‘com.vaadin.client.ApplicationConfiguration’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/vaadin/client/ApplicationConfiguration.java’
Line 246: SERVICE_URL_PATH_AS_PARAMETER cannot be resolved or is not a field
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Class.java’
Line 117: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Line 166: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Tracing compile failure path for type ‘com.vaadin.client.connectors.GridConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/GridConnector.java’
Line 438: JSONKEY_DETAILS_VISIBLE cannot be resolved or is not a field
Line 612: JSONKEY_DETAILS_VISIBLE cannot be resolved or is not a field
Line 1045: headerCaption cannot be resolved or is not a field
Line 433: JSONKEY_DETAILS_VISIBLE cannot be resolved or is not a field
Line 388: The method columnsReordered(List, List) is undefined for the type GridServerRpc
Line 687: The method setSelectAll(boolean) of type new GridClientRpc(){} must override or implement a supertype method
Line 1048: hidable cannot be resolved or is not a field
Line 404: The method columnVisibilityChanged(String, boolean, boolean) is undefined for the type GridServerRpc
Line 822: The method getActiveTheme() is undefined for the type UIConnector
Line 611: JSONKEY_DETAILS_VISIBLE cannot be resolved or is not a field
Line 409: hidden cannot be resolved or is not a field
Line 521: The method isRunning() is undefined for the type Timer
Line 1049: hidingToggleCaption cannot be resolved or is not a field
Line 1047: hidden cannot be resolved or is not a field
Line 432: JSONKEY_DETAILS_VISIBLE cannot be resolved or is not a field
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/AbstractRendererConnector.java’
Line 53: The method getPresentationType(Class<capture#1-of ? extends AbstractRendererConnector>) is undefined for the type TypeDataStore
Line 129: The method decodeValue(Type, JSONValue, Object, ApplicationConnection) in the type JsonDecoder is not applicable for the arguments (Type, JsonValue, null, ApplicationConnection)
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/widgets/Grid.java’
Line 4882: The method hasClassName(String) is undefined for the type TableRowElement
Line 2625: The method isRunning() is undefined for the type Timer
Line 3115: The method removeAllChildren() is undefined for the type Element
Line 3727: The method ceilingEntry(double) is undefined for the type TreeMap<Double,Integer>
Line 3832: The method clone(Element, boolean) in the type DOM is not applicable for the arguments (TableCellElement, boolean)
Line 3057: The method removeAllChildren() is undefined for the type Element
Line 2436: KEY_SPACE cannot be resolved or is not a field
Line 4977: The method removeAllChildren() is undefined for the type TableCellElement
Line 6740: The method asOld(Element) is undefined for the type DOM
Line 6747: The method asOld(Element) is undefined for the type DOM
Line 3729: The method floorEntry(double) is undefined for the type TreeMap<Double,Integer>
Line 1654: The method removeAllChildren() is undefined for the type DivElement
Line 1652: The method removeAllChildren() is undefined for the type DivElement
Line 1653: The method removeAllChildren() is undefined for the type DivElement
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/widgets/Escalator.java’
Line 4771: The method subMap(Integer, Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean, int, boolean)
Line 5317: The method copyOf(int, int) is undefined for the type Arrays
Line 6504: The method asOld(Element) is undefined for the type DOM
Line 4824: The method tailMap(Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean)
Line 5199: The method tailMap(Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean)
Line 6499: The method asOld(Element) is undefined for the type DOM
Line 5040: The method headMap(Integer) in the type TreeMap<Integer,Escalator.SpacerContainer.SpacerImpl> is not applicable for the arguments (int, boolean)
Tracing compile failure path for type ‘com.google.gwt.validation.client.impl.PropertyDescriptorImpl’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/validation/client/impl/PropertyDescriptorImpl.java’
Line 31: The type PropertyDescriptorImpl must implement the inherited abstract method CascadableDescriptor.getGroupConversions()
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/validation/client/impl/ConstraintDescriptorImpl.java’
Line 35: The type ConstraintDescriptorImpl must implement the inherited abstract method ConstraintDescriptor.getMessageTemplate()
Line 35: The type ConstraintDescriptorImpl must implement the inherited abstract method ConstraintDescriptor.getValidationAppliesTo()
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Class.java’
Line 117: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Line 166: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Tracing compile failure path for type ‘com.google.gwt.dom.builder.client.DomIFrameBuilder’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/dom/builder/client/DomIFrameBuilder.java’
Line 26: The type DomIFrameBuilder must implement the inherited abstract method IFrameBuilder.src(SafeUri)
Resolving com.google.gwt.cell.client.FieldUpdater
Found type ‘com.google.gwt.cell.client.FieldUpdater’
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Resolving com.google.gwt.cell.client.ValueUpdater
Found type ‘com.google.gwt.cell.client.ValueUpdater’
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Resolving com.google.gwt.core.client.AsyncProvider
Found type ‘com.google.gwt.core.client.AsyncProvider’
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Resolving method get
Found type ‘com.google.gwt.core.client.Callback’
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Resolving com.google.gwt.core.client.Duration
Found type ‘com.google.gwt.core.client.Duration’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.core.client.GwtScriptOnly
Found type ‘com.google.gwt.core.client.GwtScriptOnly’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving com.google.gwt.core.client.Scheduler
Found type ‘com.google.gwt.core.client.Scheduler’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.core.client.UnsafeNativeLong
Found type ‘com.google.gwt.core.client.UnsafeNativeLong’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving com.google.gwt.core.client.impl.Coercions
Found type ‘com.google.gwt.core.client.impl.Coercions’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.core.client.impl.CompilerHint
Found type ‘com.google.gwt.core.client.impl.CompilerHint’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving com.google.gwt.core.client.impl.DoNotInline
Found type ‘com.google.gwt.core.client.impl.DoNotInline’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving com.google.gwt.core.client.impl.SourceMapProperty
Found type ‘com.google.gwt.core.client.impl.SourceMapProperty’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEmulated
Found type ‘com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEmulated’
Found type ‘com.google.gwt.core.client.impl.SourceMapProperty.SourceMapEnabled’
Found type ‘com.google.gwt.core.client.impl.SourceMapProperty.SourceMapImpl’
[WARN]
Unable to resolve supertype java/lang/Object
[WARN]
Unable to resolve supertype com/google/gwt/core/client/impl/SourceMapProperty$SourceMapImpl
[WARN]
Unable to resolve supertype com/google/gwt/core/client/impl/SourceMapProperty$SourceMapEnabled
Resolving com.google.gwt.core.client.js.JsNoExport
Found type ‘com.google.gwt.core.client.js.JsNoExport’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving com.google.gwt.core.client.js.impl.PrototypeOfJsType
Found type ‘com.google.gwt.core.client.js.impl.PrototypeOfJsType’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving com.google.gwt.core.client.prefetch.Prefetcher
Found type ‘com.google.gwt.core.client.prefetch.Prefetcher’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.lang.ClassLiteralHolder
Found type ‘com.google.gwt.lang.ClassLiteralHolder’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.lang.CollapsedPropertyHolder
Found type ‘com.google.gwt.lang.CollapsedPropertyHolder’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.dom.client.PartialSupport
Found type ‘com.google.gwt.dom.client.PartialSupport’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving java.beans.Beans
Found type ‘java.beans.Beans’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving java.io.FilterOutputStream
Found type ‘java.io.FilterOutputStream’
Found type ‘java.io.OutputStream’
[WARN]
Unable to resolve supertype java/lang/Object
[WARN]
Unable to resolve supertype java/io/OutputStream
Resolving java.lang.Comparable
Found type ‘java.lang.Comparable’
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Resolving java.lang.Deprecated
Found type ‘java.lang.Deprecated’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving java.lang.Iterable
Found type ‘java.lang.Iterable’
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Resolving method iterator
Found type ‘java.util.Iterator’
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Resolving java.lang.Math
Found type ‘java.lang.Math’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving java.lang.Override
Found type ‘java.lang.Override’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving java.lang.annotation.Documented
Found type ‘java.lang.annotation.Documented’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving java.lang.annotation.ElementType
Found type ‘java.lang.annotation.ElementType’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving java.lang.annotation.Inherited
Found type ‘java.lang.annotation.Inherited’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving java.lang.annotation.Retention
Found type ‘java.lang.annotation.Retention’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving java.lang.annotation.RetentionPolicy
Found type ‘java.lang.annotation.RetentionPolicy’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving java.lang.annotation.Target
Found type ‘java.lang.annotation.Target’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving java.util.Enumeration
Found type ‘java.util.Enumeration’
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Resolving java.util.ListIterator
Found type ‘java.util.ListIterator’
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Resolving java.util.Locale
Found type ‘java.util.Locale’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving java.util.Random
Found type ‘java.util.Random’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.event.dom.client.KeyCodes
Found type ‘com.google.gwt.event.dom.client.KeyCodes’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.event.shared.LegacyHandlerWrapper
Found type ‘com.google.gwt.event.shared.LegacyHandlerWrapper’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.i18n.client.BidiPolicy
Found type ‘com.google.gwt.i18n.client.BidiPolicy’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl
Found type ‘com.google.gwt.i18n.client.BidiPolicy.BidiPolicyImpl’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.i18n.client.HasDirection.Direction
Found type ‘com.google.gwt.i18n.client.HasDirection.Direction’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.google.gwt.i18n.client.impl.CldrImpl
Found type ‘com.google.gwt.i18n.client.impl.CldrImpl’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.lang.LongLibBase
Found type ‘com.google.gwt.lang.LongLibBase’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.lang.LongLibBase.LongEmul
Found type ‘com.google.gwt.lang.LongLibBase.LongEmul’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.typedarrays.client.NoSupportImpl
Found type ‘com.google.gwt.typedarrays.client.NoSupportImpl’
Found type ‘com.google.gwt.typedarrays.shared.TypedArrays’
[WARN]
Unable to resolve supertype java/lang/Object
[WARN]
Unable to resolve supertype com/google/gwt/typedarrays/shared/TypedArrays$Impl
Resolving com.google.gwt.typedarrays.shared.DataViewStream
Found type ‘com.google.gwt.typedarrays.shared.DataViewStream’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.typedarrays.shared.TypedArrays.Instance
Found type ‘com.google.gwt.typedarrays.shared.TypedArrays.Instance’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.typedarrays.shared.TypedArraysFactory
Found type ‘com.google.gwt.typedarrays.shared.TypedArraysFactory’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.uibinder.client.UiBinder
Found type ‘com.google.gwt.uibinder.client.UiBinder’
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Resolving com.google.gwt.uibinder.client.UiConstructor
Found type ‘com.google.gwt.uibinder.client.UiConstructor’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving com.google.gwt.uibinder.client.UiFactory
Found type ‘com.google.gwt.uibinder.client.UiFactory’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving com.google.gwt.uibinder.client.UiField
Found type ‘com.google.gwt.uibinder.client.UiField’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving com.google.gwt.user.cellview.client.HasKeyboardPagingPolicy.KeyboardPagingPolicy
Found type ‘com.google.gwt.user.cellview.client.HasKeyboardPagingPolicy.KeyboardPagingPolicy’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.google.gwt.user.cellview.client.HasKeyboardSelectionPolicy.KeyboardSelectionPolicy
Found type ‘com.google.gwt.user.cellview.client.HasKeyboardSelectionPolicy.KeyboardSelectionPolicy’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.google.gwt.user.client.Random
Found type ‘com.google.gwt.user.client.Random’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.user.client.TakesValue
Found type ‘com.google.gwt.user.client.TakesValue’
Unable to find class java/lang/Object
Unable to find class java/lang/Object
Resolving com.google.gwt.user.client.rpc.GwtTransient
Found type ‘com.google.gwt.user.client.rpc.GwtTransient’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving com.google.gwt.user.client.rpc.impl.AbstractSerializationStream
Found type ‘com.google.gwt.user.client.rpc.impl.AbstractSerializationStream’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.gwt.validation.client.impl.ConstraintOrigin
Found type ‘com.google.gwt.validation.client.impl.ConstraintOrigin’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.google.web.bindery.event.shared.HandlerRegistrations
Found type ‘com.google.web.bindery.event.shared.HandlerRegistrations’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.google.web.bindery.event.shared.HandlerRegistrations.HandlerRegistrationCollection
Found type ‘com.google.web.bindery.event.shared.HandlerRegistrations.HandlerRegistrationCollection’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.vaadin.client.ui.orderedlayout.CaptionPosition
Found type ‘com.vaadin.client.ui.orderedlayout.CaptionPosition’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.Position
Found type ‘com.vaadin.shared.Position’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.annotations.Delayed
Found type ‘com.vaadin.shared.annotations.Delayed’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving com.vaadin.shared.annotations.NoLayout
Found type ‘com.vaadin.shared.annotations.NoLayout’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving com.vaadin.shared.annotations.NoLoadingIndicator
Found type ‘com.vaadin.shared.annotations.NoLoadingIndicator’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving com.vaadin.shared.communication.FieldRpc
Found type ‘com.vaadin.shared.communication.FieldRpc’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.vaadin.shared.communication.PushConstants
Found type ‘com.vaadin.shared.communication.PushConstants’
[WARN]
Unable to resolve supertype java/lang/Object
Resolving com.vaadin.shared.communication.PushMode
Found type ‘com.vaadin.shared.communication.PushMode’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.data.sort.SortDirection
Found type ‘com.vaadin.shared.data.sort.SortDirection’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.BorderStyle
Found type ‘com.vaadin.shared.ui.BorderStyle’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.MultiSelectMode
Found type ‘com.vaadin.shared.ui.MultiSelectMode’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.Orientation
Found type ‘com.vaadin.shared.ui.Orientation’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.combobox.FilteringMode
Found type ‘com.vaadin.shared.ui.combobox.FilteringMode’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.dd.DragEventType
Found type ‘com.vaadin.shared.ui.dd.DragEventType’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.dd.HorizontalDropLocation
Found type ‘com.vaadin.shared.ui.dd.HorizontalDropLocation’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.dd.VerticalDropLocation
Found type ‘com.vaadin.shared.ui.dd.VerticalDropLocation’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.grid.GridStaticCellType
Found type ‘com.vaadin.shared.ui.grid.GridStaticCellType’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.grid.HeightMode
Found type ‘com.vaadin.shared.ui.grid.HeightMode’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.grid.ScrollDestination
Found type ‘com.vaadin.shared.ui.grid.ScrollDestination’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.label.ContentMode
Found type ‘com.vaadin.shared.ui.label.ContentMode’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.slider.SliderOrientation
Found type ‘com.vaadin.shared.ui.slider.SliderOrientation’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.ui.NotificationRole
Found type ‘com.vaadin.shared.ui.ui.NotificationRole’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.window.WindowMode
Found type ‘com.vaadin.shared.ui.window.WindowMode’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving com.vaadin.shared.ui.window.WindowRole
Found type ‘com.vaadin.shared.ui.window.WindowRole’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving javax.validation.ConstraintTarget
Found type ‘javax.validation.ConstraintTarget’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving javax.validation.ElementKind
Found type ‘javax.validation.ElementKind’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving javax.validation.ReportAsSingleViolation
Found type ‘javax.validation.ReportAsSingleViolation’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving javax.validation.Valid
Found type ‘javax.validation.Valid’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving javax.validation.constraintvalidation.SupportedValidationTarget
Found type ‘javax.validation.constraintvalidation.SupportedValidationTarget’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving javax.validation.constraintvalidation.ValidationTarget
Found type ‘javax.validation.constraintvalidation.ValidationTarget’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving javax.validation.executable.ExecutableType
Found type ‘javax.validation.executable.ExecutableType’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving javax.validation.executable.ValidateOnExecution
Found type ‘javax.validation.executable.ValidateOnExecution’
[WARN]
Unable to resolve interface java/lang/annotation/Annotation
Resolving javax.validation.metadata.MethodType
Found type ‘javax.validation.metadata.MethodType’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Resolving javax.validation.metadata.Scope
Found type ‘javax.validation.metadata.Scope’
Unable to find class java/lang/Enum
Resolving method valueOf
Unable to resolve type java/lang/String of argument arg0
Tracing compile failure path for type ‘java.lang.Object’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Object.java’
java.lang.Class cannot be resolved to a type
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/core/client/JavaScriptObject.java’
java.lang.Object cannot be resolved to a type
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Throwable.java’
java.io.PrintStream cannot be resolved to a type
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Class.java’
Line 117: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Line 166: Referencing class ‘com.google.gwt.lang.SeedUtil’: unable to resolve class
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/String.java’
java.lang.Object cannot be resolved to a type
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/io/PrintStream.java’
java.lang.Object cannot be resolved to a type
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/StackTraceElement.java’
java.lang.String cannot be resolved to a type
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/CharSequence.java’
java.lang.String cannot be resolved to a type
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/StringBuffer.java’
java.lang.Object cannot be resolved to a type
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/StringBuilder.java’
java.lang.Object cannot be resolved to a type
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/util/Comparator.java’
java.lang.Object cannot be resolved to a type
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/io/UnsupportedEncodingException.java’
java.lang.String cannot be resolved to a type
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/core/client/impl/StringBufferImpl.java’
java.lang.Object cannot be resolved to a type
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Appendable.java’
java.lang.CharSequence cannot be resolved to a type
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/io/IOException.java’
java.lang.String cannot be resolved to a type
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.1.1/be6dfa57c24422bbce1e46e01581fb7e3ed05334/vaadin-client-7.1.1.jar!/com/google/gwt/emul/java/lang/Exception.java’
java.lang.String cannot be resolved to a type
FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:vaadinCompileWidgetset’.

Widgetset failed to compile. See error log above.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 30.123 secs
[sts]
Build failed
org.gradle.tooling.BuildException: Could not execute build using Gradle distribution ‘https://services.gradle.org/distributions/gradle-2.6-bin.zip’.
at org.gradle.tooling.internal.consumer.ResultHandlerAdapter.onFailure(ResultHandlerAdapter.java:57)
at org.gradle.tooling.internal.consumer.async.DefaultAsyncConsumerActionExecutor$1$1.run(DefaultAsyncConsumerActionExecutor.java:57)
at org.gradle.internal.concurrent.DefaultExecutorFactory$StoppableExecutorImpl$1.run(DefaultExecutorFactory.java:64)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at org.gradle.tooling.internal.consumer.BlockingResultHandler.getResult(BlockingResultHandler.java:46)
at org.gradle.tooling.internal.consumer.DefaultBuildLauncher.run(DefaultBuildLauncher.java:71)
at org.springsource.ide.eclipse.gradle.core.TaskUtil.execute(TaskUtil.java:117)
at org.springsource.ide.eclipse.gradle.core.launch.GradleProcess$1.doit(GradleProcess.java:92)
at org.springsource.ide.eclipse.gradle.core.util.GradleRunnable$1.run(GradleRunnable.java:53)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.gradle.internal.exceptions.LocationAwareException: Execution failed for task ‘:vaadinCompileWidgetset’.
at org.gradle.initialization.DefaultExceptionAnalyser.transform(DefaultExceptionAnalyser.java:74)
at org.gradle.initialization.MultipleBuildFailuresExceptionAnalyser.transform(MultipleBuildFailuresExceptionAnalyser.java:47)
at org.gradle.initialization.StackTraceSanitizingExceptionAnalyser.transform(StackTraceSanitizingExceptionAnalyser.java:30)
at org.gradle.initialization.DefaultGradleLauncher$1.create(DefaultGradleLauncher.java:105)
at org.gradle.initialization.DefaultGradleLauncher$1.create(DefaultGradleLauncher.java:97)
at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:90)
at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:62)
at org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradleLauncher.java:97)
at org.gradle.initialization.DefaultGradleLauncher.run(DefaultGradleLauncher.java:86)
at org.gradle.launcher.exec.InProcessBuildActionExecuter$DefaultBuildController.run(InProcessBuildActionExecuter.java:102)
at org.gradle.tooling.internal.provider.runner.BuildModelActionRunner.run(BuildModelActionRunner.java:46)
at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
at org.gradle.tooling.internal.provider.runner.SubscribableBuildActionRunner.run(SubscribableBuildActionRunner.java:58)
at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:47)
at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:32)
at org.gradle.launcher.exec.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:77)
at org.gradle.launcher.exec.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:47)
at org.gradle.launcher.daemon.server.exec.ExecuteBuild.doBuild(ExecuteBuild.java:52)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.exec.WatchForDisconnection.execute(WatchForDisconnection.java:37)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.exec.ResetDeprecationLogger.execute(ResetDeprecationLogger.java:26)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon.execute(RequestStopIfSingleUsedDaemon.java:34)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.call(ForwardClientInput.java:74)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.call(ForwardClientInput.java:72)
at org.gradle.util.Swapper.swap(Swapper.java:38)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:72)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.health.DaemonHealthTracker.execute(DaemonHealthTracker.java:47)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:66)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:71)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.health.HintGCAfterBuild.execute(HintGCAfterBuild.java:41)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:50)
at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:246)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
Caused by: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ‘:vaadinCompileWidgetset’.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46)
at org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35)
at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:64)
at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:58)
at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:52)
at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52)
at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:53)
at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43)
at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:203)
at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:185)
at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.processTask(AbstractTaskPlanExecutor.java:62)
at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.run(AbstractTaskPlanExecutor.java:50)
at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor.process(DefaultTaskPlanExecutor.java:25)
at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter.execute(DefaultTaskGraphExecuter.java:110)
at org.gradle.execution.SelectedTaskExecutionAction.execute(SelectedTaskExecutionAction.java:37)
at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:37)
at org.gradle.execution.DefaultBuildExecuter.access$000(DefaultBuildExecuter.java:23)
at org.gradle.execution.DefaultBuildExecuter$1.proceed(DefaultBuildExecuter.java:43)
at org.gradle.execution.DryRunBuildExecutionAction.execute(DryRunBuildExecutionAction.java:32)
at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:37)
at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:30)
at org.gradle.initialization.DefaultGradleLauncher$4.run(DefaultGradleLauncher.java:158)
at org.gradle.internal.Factories$1.create(Factories.java:22)
at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:90)
at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:52)
at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:155)
at org.gradle.initialization.DefaultGradleLauncher.access$200(DefaultGradleLauncher.java:36)
at org.gradle.initialization.DefaultGradleLauncher$1.create(DefaultGradleLauncher.java:103)
… 42 more
Caused by: org.gradle.api.GradleException: Widgetset failed to compile. See error log above.
at fi.jasoft.plugin.tasks.CompileWidgetsetTask.compileLocally(CompileWidgetsetTask.groovy:293)
at fi.jasoft.plugin.tasks.CompileWidgetsetTask.run(CompileWidgetsetTask.groovy:159)
at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:75)
at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.doExecute(AnnotationProcessingTaskFactory.java:226)
at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:219)
at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:208)
at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:585)
at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:568)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:80)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:61)
… 70 more
[sts]
Time taken: 0 min, 30 sec
[sts]

Some kind of dependency version mismatch. Compiler is trying to find classes from Vaadin 7.6.x and you have jars of version 7.5.10. Can you post your build.gradle?

apply from: ‘http://plugins.jasoft.fi/vaadin.plugin

buildscript {
repositories {
jcenter()
mavenCentral()
}

dependencies {
    classpath("org.springframework.boot:spring-boot-gradle-plugin:1.2.5.RELEASE")
}

}

apply plugin: ‘java’
apply plugin: ‘eclipse’
apply plugin: ‘idea’
apply plugin: ‘spring-boot’

jar {
baseName = ‘test’
version = ‘0.0.1’
}

repositories {
mavenCentral()
maven { url “http://oss.sonatype.org/content/repositories/vaadin-snapshots/” }
maven { url “http://maven.vaadin.com/vaadin-addons” }
}

sourceCompatibility = 1.8
targetCompatibility = 1.8

vaadin.widgetset = ‘testws’

dependencies {
compile(“org.springframework.boot:spring-boot:1.3.1.RELEASE”)
compile(“org.springframework.boot:spring-boot-starter-velocity”)
compile(“org.springframework.boot:spring-boot-starter-data-jpa”)
compile(“org.springframework.boot:spring-boot-starter-web”)
compile(“org.codehaus.janino:janino:2.7.8”)
compile(“com.vaadin:vaadin-spring-boot-starter:1.0.0”)
compile(“org.hsqldb:hsqldb:2.3.2”)
compile(“org.hibernate:hibernate-validator”)
compile(“org.flywaydb:flyway-core:3.2.1”)
compile(“com.zaxxer:HikariCP:2.4.1”)
compile(“org.vaadin.addons:loginform:0.6.2”)
compile(“com.vaadin:vaadin-server:7.1.1”)
compile(“com.vaadin:vaadin-client:7.1.1”)

testCompile("junit:junit")

}

task wrapper(type: Wrapper) {
gradleVersion = ‘2.3’
}

springBoot {
mainClass = “com.test.Application”
}

Remove those explicit vaadin version deps and replace with this

dependencyManagement {
imports {
mavenBom “com.vaadin:vaadin-bom:7.6.6”
}
}

Adding the “dependencyManagement”-statement the folloing does not work. Do I have to change more in the build.gradle?

By changing to the following, the same error ocuurs:

dependencies {
compile(“org.springframework.boot:spring-boot:1.3.1.RELEASE”)
compile(“org.springframework.boot:spring-boot-starter-velocity”)
compile(“org.springframework.boot:spring-boot-starter-data-jpa”)
compile(“org.springframework.boot:spring-boot-starter-web”)
compile(“org.codehaus.janino:janino:2.7.8”)
compile(“com.vaadin:vaadin-spring-boot-starter:1.0.0”)
compile(“org.hsqldb:hsqldb:2.3.2”)
compile(“org.hibernate:hibernate-validator”)
compile(“org.flywaydb:flyway-core:3.2.1”)
compile(“com.zaxxer:HikariCP:2.4.1”)
compile(“org.vaadin.addons:loginform:0.6.2”)
compile(“com.vaadin:vaadin-bom:7.4.2”)
testCompile(“junit:junit”)
}

I just added the lines I pasted and didn’t have anything explicitly in dependencies {} for Vaadin in addition to the spring-boot-starter-vaadin. That starter pulls vaadin deps already.

Okay, but I get an error by adding the following code:

Could not find method dependencyManagement() for arguments [build_4e5glerowvb6jbea8g26ktcpr$_run_closure3@1c50423f]
on root project

dependencyManagement {
imports {
mavenBom “com.vaadin:vaadin-bom:7.6.6”
}
}

Maybe it’s not available in the version of spring-boot-gradle-plugin you use. I used 1.3.1.RELEASE the same version as the spring-boot in the build. Now I see that you have an earlier version of the plugin in your build.gradle.

Thanks Johannes, but still an error… ;-(

It seems that still the wrong client version is used…


apply from: ‘http://plugins.jasoft.fi/vaadin.plugin

buildscript {
repositories {
jcenter()
mavenCentral()
}

dependencies {
    classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.1.RELEASE")
}

}

apply plugin: ‘java’
apply plugin: ‘eclipse’
apply plugin: ‘idea’
apply plugin: ‘spring-boot’

jar {
baseName = ‘test’
version = ‘0.0.1’
}

repositories {
mavenCentral()
maven { url “http://oss.sonatype.org/content/repositories/vaadin-snapshots/” }
maven { url “http://maven.vaadin.com/vaadin-addons” }
}

dependencyManagement {
imports {
mavenBom “com.vaadin:vaadin-bom:7.6.6”
}
}

sourceCompatibility = 1.8
targetCompatibility = 1.8

vaadin.widgetset = ‘customizedWidgetset’

dependencies {
compile(“org.springframework.boot:spring-boot:1.3.1.RELEASE”)
compile(“org.springframework.boot:spring-boot-starter-velocity”)
compile(“org.springframework.boot:spring-boot-starter-data-jpa”)
compile(“org.springframework.boot:spring-boot-starter-web”)
compile(“org.codehaus.janino:janino:2.7.8”)
compile(“com.vaadin:vaadin-spring-boot-starter:1.0.0”)
compile(“org.hsqldb:hsqldb:2.3.2”)
compile(“org.hibernate:hibernate-validator”)
compile(“org.flywaydb:flyway-core:3.2.1”)
compile(“com.zaxxer:HikariCP:2.4.1”)
compile(“org.vaadin.addons:loginform:0.6.2”)

testCompile("junit:junit")

}

task wrapper(type: Wrapper) {
gradleVersion = ‘2.3’
}

springBoot {
mainClass = “com.test.Application”
}


:vaadinUpdateWidgetset
:processResources UP-TO-DATE
:classes
:vaadinClassPathJar
:vaadinCompileWidgetsetMai 17, 2016 6:59:41 PM java.util.prefs.WindowsPreferences
WARNUNG: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(…) returned error code 5.
Errors in ‘com/vaadin/client/connectors/RpcDataSourceConnector.java’
Line 72: The type new DataProviderRpc(){} must implement the inherited abstract method DataProviderRpc.updateRowData(JsonArray)
Line 195: The method setPinned(String, boolean) is undefined for the type DataRequestRpc
Line 185: The method setPinned(String, boolean) is undefined for the type DataRequestRpc
Tracing compile failure path for type ‘com.vaadin.client.connectors.GridConnector’
Errors in ‘com/vaadin/client/connectors/GridConnector.java’
Line 569: The method select(ArrayList) is undefined for the type GridServerRpc
Line 1113: hasRowStyleGenerator cannot be resolved or is not a field
Line 1087: selectionMode cannot be resolved or is not a field
Line 835: singleSelectDeselectAllowed cannot be resolved or is not a field
Line 687: The method setSelectAll(boolean) of type new GridClientRpc(){} must override or implement a supertype method
Line 741: The method selectAll() is undefined for the type GridServerRpc
Line 1123: selectedKeys cannot be resolved or is not a field
Line 1104: hasCellStyleGenerator cannot be resolved or is not a field
Aborting compile due to errors in some input files
FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ‘:vaadinCompileWidgetset’.

Widgetset failed to compile. See error log above.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 32.931 secs
[sts]
Build failed
org.gradle.tooling.BuildException: Could not execute build using Gradle distribution ‘https://services.gradle.org/distributions/gradle-2.6-bin.zip’.
at org.gradle.tooling.internal.consumer.ResultHandlerAdapter.onFailure(ResultHandlerAdapter.java:57)
at org.gradle.tooling.internal.consumer.async.DefaultAsyncConsumerActionExecutor$1$1.run(DefaultAsyncConsumerActionExecutor.java:57)
at org.gradle.internal.concurrent.DefaultExecutorFactory$StoppableExecutorImpl$1.run(DefaultExecutorFactory.java:64)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at org.gradle.tooling.internal.consumer.BlockingResultHandler.getResult(BlockingResultHandler.java:46)
at org.gradle.tooling.internal.consumer.DefaultBuildLauncher.run(DefaultBuildLauncher.java:71)
at org.springsource.ide.eclipse.gradle.core.TaskUtil.execute(TaskUtil.java:117)
at org.springsource.ide.eclipse.gradle.core.launch.GradleProcess$1.doit(GradleProcess.java:92)
at org.springsource.ide.eclipse.gradle.core.util.GradleRunnable$1.run(GradleRunnable.java:53)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.gradle.internal.exceptions.LocationAwareException: Execution failed for task ‘:vaadinCompileWidgetset’.
at org.gradle.initialization.DefaultExceptionAnalyser.transform(DefaultExceptionAnalyser.java:74)
at org.gradle.initialization.MultipleBuildFailuresExceptionAnalyser.transform(MultipleBuildFailuresExceptionAnalyser.java:47)
at org.gradle.initialization.StackTraceSanitizingExceptionAnalyser.transform(StackTraceSanitizingExceptionAnalyser.java:30)
at org.gradle.initialization.DefaultGradleLauncher$1.create(DefaultGradleLauncher.java:105)
at org.gradle.initialization.DefaultGradleLauncher$1.create(DefaultGradleLauncher.java:97)
at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:90)
at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:62)
at org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradleLauncher.java:97)
at org.gradle.initialization.DefaultGradleLauncher.run(DefaultGradleLauncher.java:86)
at org.gradle.launcher.exec.InProcessBuildActionExecuter$DefaultBuildController.run(InProcessBuildActionExecuter.java:102)
at org.gradle.tooling.internal.provider.runner.BuildModelActionRunner.run(BuildModelActionRunner.java:46)
at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
at org.gradle.tooling.internal.provider.runner.SubscribableBuildActionRunner.run(SubscribableBuildActionRunner.java:58)
at org.gradle.launcher.exec.ChainingBuildActionRunner.run(ChainingBuildActionRunner.java:35)
at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:47)
at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:32)
at org.gradle.launcher.exec.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:77)
at org.gradle.launcher.exec.ContinuousBuildActionExecuter.execute(ContinuousBuildActionExecuter.java:47)
at org.gradle.launcher.daemon.server.exec.ExecuteBuild.doBuild(ExecuteBuild.java:52)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.exec.WatchForDisconnection.execute(WatchForDisconnection.java:37)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.exec.ResetDeprecationLogger.execute(ResetDeprecationLogger.java:26)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.exec.RequestStopIfSingleUsedDaemon.execute(RequestStopIfSingleUsedDaemon.java:34)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.call(ForwardClientInput.java:74)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput$2.call(ForwardClientInput.java:72)
at org.gradle.util.Swapper.swap(Swapper.java:38)
at org.gradle.launcher.daemon.server.exec.ForwardClientInput.execute(ForwardClientInput.java:72)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.health.DaemonHealthTracker.execute(DaemonHealthTracker.java:47)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.exec.LogToClient.doBuild(LogToClient.java:66)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.exec.EstablishBuildEnvironment.doBuild(EstablishBuildEnvironment.java:71)
at org.gradle.launcher.daemon.server.exec.BuildCommandOnly.execute(BuildCommandOnly.java:36)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.health.HintGCAfterBuild.execute(HintGCAfterBuild.java:41)
at org.gradle.launcher.daemon.server.api.DaemonCommandExecution.proceed(DaemonCommandExecution.java:120)
at org.gradle.launcher.daemon.server.exec.StartBuildOrRespondWithBusy$1.run(StartBuildOrRespondWithBusy.java:50)
at org.gradle.launcher.daemon.server.DaemonStateCoordinator$1.run(DaemonStateCoordinator.java:246)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:54)
at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:40)
Caused by: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ‘:vaadinCompileWidgetset’.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46)
at org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35)
at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:64)
at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:58)
at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:52)
at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52)
at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:53)
at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43)
at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:203)
at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:185)
at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.processTask(AbstractTaskPlanExecutor.java:62)
at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.run(AbstractTaskPlanExecutor.java:50)
at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor.process(DefaultTaskPlanExecutor.java:25)
at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter.execute(DefaultTaskGraphExecuter.java:110)
at org.gradle.execution.SelectedTaskExecutionAction.execute(SelectedTaskExecutionAction.java:37)
at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:37)
at org.gradle.execution.DefaultBuildExecuter.access$000(DefaultBuildExecuter.java:23)
at org.gradle.execution.DefaultBuildExecuter$1.proceed(DefaultBuildExecuter.java:43)
at org.gradle.execution.DryRunBuildExecutionAction.execute(DryRunBuildExecutionAction.java:32)
at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:37)
at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:30)
at org.gradle.initialization.DefaultGradleLauncher$4.run(DefaultGradleLauncher.java:158)
at org.gradle.internal.Factories$1.create(Factories.java:22)
at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:90)
at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:52)
at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:155)
at org.gradle.initialization.DefaultGradleLauncher.access$200(DefaultGradleLauncher.java:36)
at org.gradle.initialization.DefaultGradleLauncher$1.create(DefaultGradleLauncher.java:103)
… 42 more
Caused by: org.gradle.api.GradleException: Widgetset failed to compile. See error log above.
at fi.jasoft.plugin.tasks.CompileWidgetsetTask.compileLocally(CompileWidgetsetTask.groovy:293)
at fi.jasoft.plugin.tasks.CompileWidgetsetTask.run(CompileWidgetsetTask.groovy:159)
at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:75)
at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.doExecute(AnnotationProcessingTaskFactory.java:226)
at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:219)
at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:208)
at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:585)
at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:568)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:80)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:61)
… 70 more

Just checking. Are you running clean build. I start to be out of ideas.

unfortunately, yes.

Now :wink: I get an similar error, but it seems that the version 7.5.10 will be used.

I get the libs by adding the plugin “apply from: ‘http://plugins.jasoft.fi/vaadin.plugin’”

:vaadinCompileWidgetsetMai 17, 2016 8:14:55 PM java.util.prefs.WindowsPreferences
WARNUNG: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(…) returned error code 5.
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/RpcDataSourceConnector.java’
Line 72: The type new DataProviderRpc(){} must implement the inherited abstract method DataProviderRpc.updateRowData(JsonArray)
Line 195: The method setPinned(String, boolean) is undefined for the type DataRequestRpc
Line 185: The method setPinned(String, boolean) is undefined for the type DataRequestRpc
Tracing compile failure path for type ‘com.vaadin.client.connectors.GridConnector’
Errors in ‘jar:file:/C:/gradle-2.3/caches/modules-2/files-2.1/com.vaadin/vaadin-client/7.5.10/d911e13523ea5dfdad33479f972404c32415b0a9/vaadin-client-7.5.10.jar!/com/vaadin/client/connectors/GridConnector.java’
Line 569: The method select(ArrayList) is undefined for the type GridServerRpc
Line 1113: hasRowStyleGenerator cannot be resolved or is not a field
Line 1087: selectionMode cannot be resolved or is not a field
Line 835: singleSelectDeselectAllowed cannot be resolved or is not a field
Line 687: The method setSelectAll(boolean) of type new GridClientRpc(){} must override or implement a supertype method
Line 741: The method selectAll() is undefined for the type GridServerRpc
Line 1123: selectedKeys cannot be resolved or is not a field
Line 1104: hasCellStyleGenerator cannot be resolved or is not a field
Aborting compile due to errors in some input files

Found issue…

vaadin {
version ‘7.6.6’
}

was missing. Thansk for your help!

One further question related to this addon. Everytime I press the login button I get the following message:

2016-05-22 16:06:22,735 WARN | qtp1886938557-23 | org.springframework.web.servlet.PageNotFound | Request method ‘POST’ not supported

Maybe this also the reason why the auto-complete does not work, etc. But the GUI is shown perfect!

Has anyone an idea??

Best Regards,
Thomas