Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Cant get Widgeset compilation on Vaadin 7.1.0 #49

Closed
ledbruno opened this issue Jul 2, 2013 · 2 comments
Closed

Cant get Widgeset compilation on Vaadin 7.1.0 #49

ledbruno opened this issue Jul 2, 2013 · 2 comments
Labels

Comments

@ledbruno
Copy link

ledbruno commented Jul 2, 2013

I have upgraded from vaadin 7.07 to 7.10 and now my widgest compilation does not work.

Here is the output:

bruno@bruno-Lenovo-G480:~/workspace/workana/gradle-vaadin$ gradle build
Using Gradle Vaadin Plugin 0.6.2
:compileJava UP-TO-DATE
:updateAddonStyles
:updateWidgetset
:processResources UP-TO-DATE
:classes UP-TO-DATE
:themes
Compiling /home/bruno/workspace/workana/gradle-vaadin/src/main/webapp/VAADIN/themes/dotcompany/styles.scss...
:widgetset
Compiling module dc.framework.DCWidgetSet
Validating units:
Ignored 14 units with compilation errors in first pass.
Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
Finding entry point classes
[ERROR] Errors in 'com/vaadin/client/ApplicationConnection.java'
[ERROR] Line 98: The import com.vaadin.shared.ui.ui.UIState.PushConfigurationState cannot be resolved
[ERROR] Line 469: overlayContainerLabel cannot be resolved or is not a field
[ERROR] Line 1398: localeServiceState cannot be resolved or is not a field
[ERROR] Line 2943: VAADIN_PROTOCOL_PREFIX cannot be resolved or is not a field
[ERROR] Line 2946: VAADIN_PROTOCOL_PREFIX cannot be resolved or is not a field
[ERROR] Line 3371: PushConfigurationState cannot be resolved to a type
[ERROR] Line 3371: pushConfiguration cannot be resolved or is not a field
[ERROR] Unable to find type 'com.vaadin.client.ApplicationConfiguration'
[ERROR] Hint: Previous compiler errors may have made this type unavailable
[ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly
:widgetset FAILED

Any suggestion or idea?

Thanks!

@ledbruno
Copy link
Author

ledbruno commented Jul 3, 2013

I don´t know if has something related to this kind of problem:
https://vaadin.com/forum#!/thread/3529974

Do we need some update on Vaadin Gradle Plugin in order to get Widgetset compilation working?

@ledbruno
Copy link
Author

ledbruno commented Jul 8, 2013

I´ve found the problem was with LazyQuery Container and another addons that added old vaadin versions of VAADIN to the claspath.

The plugin is ok, using the version that was specified in build.gradle file (7.1.0)

@ledbruno ledbruno closed this as completed Jul 8, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant