Re: jsinterop 1.0.0-SNAPSHOT missing

2016-09-14 Thread pablojan
I suggest to compare build.gradle with swellrt's one... https://github.com/P2Pvalue/swellrt/blob/master/wave/build.gradle Sorry, I can't do by myself, out for holidays, no laptop. Thanks Enviado con Boxer El 13 sept. 2016 14:31, Ian Dunlop escribió: Hello, I changed the wave/build.gradle to

Re: jsinterop 1.0.0-SNAPSHOT missing

2016-09-13 Thread Ian Dunlop
Hello, I changed the wave/build.gradle to have the gwt 2.8.0-rc2 dependency but get different error. I tried with both java 7 and 8. Maybe some sort of XML problem "Caused by: java.lang.AbstractMethodError: org.apache.xerces.dom.ElementNSImpl.setUserData(Ljava/lang/String;Ljava/lang/Object;Lorg/w

Re: jsinterop 1.0.0-SNAPSHOT missing

2016-09-08 Thread Evan Hughes
Feel free to make a pull request with this change and if its passes the automatic tests then itll be good to go, since being on the RC is better than a random beta. On Thu, 8 Sep 2016 at 19:17 Pablo Ojanguren wrote: > GWT Snapshots have a wrong transitive dependency to jsinterop. > As workaround

Re: jsinterop 1.0.0-SNAPSHOT missing

2016-09-08 Thread Pablo Ojanguren
GWT Snapshots have a wrong transitive dependency to jsinterop. As workaround, you can use the 2.8.0-rc2 version of GWT, in the wave/build.gradle [group: "com.google.gwt", name: "gwt-dev", version: "2.8.0-rc2"], // [?, ?] [group: "com.google.gwt"

jsinterop 1.0.0-SNAPSHOT missing

2016-09-08 Thread Ian Dunlop
Hello, Tried building latest master but failed when finding jsinterop dependency. Seems that jsinterop 1.0.0-SNAPSHOT is not available. I had a look in https://oss.sonatype.org/content/repositories/google-snapshots/com/google/jsinterop/jsinterop/ and 1.0.0.j7-SNAPSHOT is there but no 1.0.0. Any id