GwtMaterialDesign / gwt-material

A Google Material Design wrapper for GWT
https://gwtmaterialdesign.github.io/gmd-core-demo/
Apache License 2.0
410 stars 124 forks source link

Fails to build | GWT 2.10.0 | Value 'ie10' in not a valid value for property 'user.agent' #1021

Closed michael-newsrx closed 1 year ago

michael-newsrx commented 1 year ago
Loading inherited module 'gwt.material.design.GwtMaterialWithJQuery'
      Loading inherited module 'gwt.material.design.GwtMaterialDesignBase'
         Loading inherited module 'gwt.material.design.jquery.JQuery'
            Loading inherited module 'gwt.material.design.jscore.JSCore'
               [ERROR] Line 27: Value 'ie10' in not a valid value for property 'user.agent'
BenDol commented 1 year ago

This should be resolved in the 2.6.0-SNAPSHOT

kevzlou7979 commented 1 year ago

You yeah you can use 2.6.0-SNAPSHOT. will be providing another RC release to fully support GWT 2.10

On Tue, Jul 19, 2022, 10:21 PM Ben Dol, @.***> wrote:

This should be resolved in the 2.6.0-SNAPSHOT

— Reply to this email directly, view it on GitHub https://github.com/GwtMaterialDesign/gwt-material/issues/1021#issuecomment-1189117207, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAX6EF7C6FJI2R5D67K6Z6TVU22YBANCNFSM54ABVP6A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

michael-newsrx commented 1 year ago

I've come up with a work around of adding modified copies of the JQuery related *.gwt.xml files with the ie10 user-agent removed.

FYI:

I also had to exclude "gwt-user" and "gwt-dev" dependencies. Kept getting issues with gwt 2.9.0 showing up on the classpath. (also had to do it for other dependencies)

kevzlou7979 commented 1 year ago

You can check this commit https://github.com/GwtMaterialDesign/gwt-material-jquery/pull/36/commits/d403f10c97684d060076e64ee2431fa2904a79f4