Yeah, it looks like using SNAPSHOT for GWT version is just constantly causing us troubles... Probably need to use a stable version.
On Mon, Aug 22, 2016 at 3:21 PM Pablo Ojanguren <pablo...@gmail.com> wrote: > Hi, > > that is happening just some days. It seems gwt guys are wrongly referencing > the snapshot jsinterop version only in some snapshot builds and it is not > available in public reports. > I've tried to replace it in gradle without success: > > configurations.all { > resolutionStrategy.eachDependency { DependencyResolveDetails details > -> > if (details.requested.name == 'jsinterop') { > println "Fixing jsinterop dependency" > details.useTarget "com.google.jsinterop:jsinterop:1.0.0" > } > } > } > > > > 2016-08-22 13:47 GMT+02:00 Ben Hegarty <heg...@gmail.com>: > > > Hmm, I keep getting on my ubuntu 14.04 slice... > > > > root@986009:~/incubator-wave# ./gradlew jar > > Incremental java compilation is an incubating feature. > > > > FAILURE: Build failed with an exception. > > > > * Where: > > Build file '/root/incubator-wave/wave/build.gradle' line: 513 > > > > * What went wrong: > > A problem occurred evaluating project ':wave'. > > > Could not resolve all dependencies for configuration ':wave:compile'. > > > Could not resolve com.google.gwt:gwt-dev:2.8.0-SNAPSHOT. > > Required by: > > apache-wave:wave:0.4.2 > > > Could not resolve com.google.gwt:gwt-dev:2.8.0-SNAPSHOT. > > > Could not parse POM > > https://oss.sonatype.org/content/repositories/google- > > snapshots/com/google/gwt/gwt-dev/2.8.0-SNAPSHOT/gwt-dev-2. > > 8.0-20160822.054957-328.pom > > > Could not resolve com.google.gwt:gwt:2.8.0-SNAPSHOT. > > > Could not resolve com.google.gwt:gwt:2.8.0-SNAPSHOT. > > > Could not parse POM > > https://oss.sonatype.org/content/repositories/google- > > snapshots/com/google/gwt/gwt/2.8.0-SNAPSHOT/gwt-2.8.0- > > 20160822.054955-329.pom > > > Could not find > > com.google.jsinterop:jsinterop:1.0.0-SNAPSHOT. > > Searched in the following locations: > > > > https://repo1.maven.org/maven2/com/google/jsinterop/ > > jsinterop/1.0.0-SNAPSHOT/maven-metadata.xml > > > > https://repo1.maven.org/maven2/com/google/jsinterop/ > > jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.pom > > > > https://repo1.maven.org/maven2/com/google/jsinterop/ > > jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.jar > > > > http://archiva.comunes.org/repository/comunes-snapshots/ > > com/google/jsinterop/jsinterop/1.0.0-SNAPSHOT/maven-metadata.xml > > > > http://archiva.comunes.org/repository/comunes-snapshots/ > > > com/google/jsinterop/jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.pom > > > > http://archiva.comunes.org/repository/comunes-snapshots/ > > > com/google/jsinterop/jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.jar > > > > https://oauth.googlecode.com/svn/code/maven/com/google/ > > jsinterop/jsinterop/1.0.0-SNAPSHOT/maven-metadata.xml > > > > https://oauth.googlecode.com/svn/code/maven/com/google/ > > jsinterop/jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.pom > > > > https://oauth.googlecode.com/svn/code/maven/com/google/ > > jsinterop/jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.jar > > > > > https://oss.sonatype.org/content/repositories/google-snapshots/com/google/ > > jsinterop/jsinterop/1.0.0-SNAPSHOT/maven-metadata.xml > > > > > https://oss.sonatype.org/content/repositories/google-snapshots/com/google/ > > jsinterop/jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.pom > > > > > https://oss.sonatype.org/content/repositories/google-snapshots/com/google/ > > jsinterop/jsinterop/1.0.0-SNAPSHOT/jsinterop-1.0.0-SNAPSHOT.jar > > > Could not resolve com.google.gwt:gwt-user:2.8.0-SNAPSHOT. > > Required by: > > apache-wave:wave:0.4.2 > > > Could not resolve com.google.gwt:gwt-user:2.8.0-SNAPSHOT. > > > Could not parse POM > > https://oss.sonatype.org/content/repositories/google- > > snapshots/com/google/gwt/gwt-user/2.8.0-SNAPSHOT/gwt-user- > > 2.8.0-20160822.055003-328.pom > > > Could not resolve com.google.gwt:gwt:2.8.0-SNAPSHOT. > > > Could not resolve com.google.gwt:gwt:2.8.0-SNAPSHOT. > > > Could not parse POM > > https://oss.sonatype.org/content/repositories/google- > > snapshots/com/google/gwt/gwt/2.8.0-SNAPSHOT/gwt-2.8.0- > > 20160822.054955-329.pom > > > Could not find > > com.google.jsinterop:jsinterop:1.0.0-SNAPSHOT. > > > Could not resolve com.google.gwt:gwt-codeserver:2.8.0-SNAPSHOT. > > Required by: > > apache-wave:wave:0.4.2 > > > Could not resolve com.google.gwt:gwt-codeserver:2.8.0-SNAPSHOT. > > > Could not parse POM > > https://oss.sonatype.org/content/repositories/google- > > snapshots/com/google/gwt/gwt-codeserver/2.8.0-SNAPSHOT/gwt- > > codeserver-2.8.0-20160822.055015-328.pom > > > Could not resolve com.google.gwt:gwt:2.8.0-SNAPSHOT. > > > Could not resolve com.google.gwt:gwt:2.8.0-SNAPSHOT. > > > Could not parse POM > > https://oss.sonatype.org/content/repositories/google- > > snapshots/com/google/gwt/gwt/2.8.0-SNAPSHOT/gwt-2.8.0- > > 20160822.054955-329.pom > > > Could not find > > com.google.jsinterop:jsinterop:1.0.0-SNAPSHOT. > > > > * Try: > > Run with --stacktrace option to get the stack trace. Run with --info or > > --debug option to get more log output. > > > > BUILD FAILED > > > > Total time: 14.731 secs > > > > Is that normal? > > > > > > On Tue, Aug 16, 2016 at 8:29 AM, Yuri Z <vega...@gmail.com> wrote: > > > > > Hi > > > We have setup instructions in the README file. Basically you need to > > > download the code, build and build it with gradle. Also, we have > > > instructions on setting it up with VM. > > > > > > On Mon, Aug 15, 2016 at 9:54 PM Adam John <a...@sterlingsolved.com> > wrote: > > > > > > > Hm... docker @hegsie ...? > > > > > > > > Thanks, and talk soon! > > > > > > > > AJ > > > > > > > > Adam John > > > > (914) 623-8433 > > > > Google+ <http://google.com/+AdamJohn1> | LinkedIn < > > > http://mradamjohn.com/> > > > > > > > > On Mon, Aug 15, 2016 at 2:47 PM, Ben Hegarty <heg...@gmail.com> > wrote: > > > > > > > > > Hey guys, > > > > > > > > > > Do we have setup instructions for getting wave operational on an > > Ubuntu > > > > > slice somewhere using the latest code line? > > > > > > > > > > Regards > > > > > Ben > > > > > > > > > > > > > > > -- > > > > > Regards > > > > > Ben > > > > > > > > > > > > > > > > > > > > -- > > Regards > > Ben > > >