manolo / gwt-polymer-elements

Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Apache License 2.0
155 stars 49 forks source link

Gwt 2.8.0 snapshot #74

Closed lilletech closed 8 years ago

lilletech commented 8 years ago

It seems that it's not working anymore from snapshots after friday afternoon. Maybe there is no retro-compatibility with new jsinterop. (https://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit-contributors/Dwdk-aEHs8Y source gwtdaily.com)

image

But it's the case, it's strange that there is no error while compiling

cpboyd commented 8 years ago

I'm now getting compiler errors referencing gwt-dev 2.7.0 when I try to compile the demo.

Apparently GWT is working towards a "beta" release (which doesn't seem to have happened yet, although it was supposed to arrive earlier)

manolo commented 8 years ago

Confirmed, 2.8.0-SNAPSHOT is breaking jsInteropMode=JS we are working to support jsInterpMode=JS_RC which is the new specifictation for 2.8.0

In the meanwhile try to use this frozen snapshot:

2.8.0.VC-SNAPSHOT

Configure maven with this repo:

<repository>
     <id>gwt-snapshots-tmp-repo</id>
     <url>https://github.com/manolo/gwt-snapshot/raw/master/</url>
     <snapshots><enabled>true</enabled></snapshots>
     <releases><enabled>true</enabled></releases>
   </repository>
manolo commented 8 years ago

Let's continue the discussion in #66