Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configuration property named 'CssResource.legacy' warning #513

Closed
sbeaufort opened this issue Nov 22, 2016 · 2 comments
Closed

configuration property named 'CssResource.legacy' warning #513

sbeaufort opened this issue Nov 22, 2016 · 2 comments
Assignees
Milestone

Comments

@sbeaufort
Copy link

A compilation's warning appears with GWT 2.8 :


[INFO]          Loading inherited module 'gwt.material.design.GwtMaterialBasicWithJQuery'
[INFO]             Loading inherited module 'gwt.material.design.GwtMaterialDesignBase'
[INFO]                [WARN] Line 45: Setting configuration property named 'CssResource.legacy' in module 'gwt.material.design.GwtMaterialDesignBase' that has not been previously defined

Workaround for a custom GWT module's gwt.xml file :

    <define-configuration-property name="CssResource.legacy" is-multi-valued="false" />  
    <inherits name="gwt.material.design.GwtMaterialBasicWithJQuery"/>

Fix for GwtMaterialDesignBase.gwt.xml file :

<module>

  <source path="client"/>

  <set-configuration-property name="CssResource.enableGss" value="true"/>
  <!--
  <set-configuration-property name="CssResource.legacy" value="true"/>
  -->
</module>
@kevzlou7979 kevzlou7979 self-assigned this Nov 23, 2016
@kevzlou7979 kevzlou7979 added this to the 2.0 milestone Nov 23, 2016
@kevzlou7979
Copy link
Contributor

Thanks for this, we will review and make a fix for this.

@kevzlou7979
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants