Re: Ubuntu server setup

2016-08-24 Thread Pablo Ojanguren
I ran into that issue and others, but I solved them, you can compare wave file with this h ttps://github.com/P2Pvalue/swellrt/blob/master/wave/build.gradle which is working for me. 2016-08-24 14:51 GMT+02:00 Ben Hegarty : > so it looks like the snapshot is ok again but now I get... > > Compiling

Re: Ubuntu server setup

2016-08-24 Thread Ben Hegarty
so it looks like the snapshot is ok again but now I get... Compiling module org.waveprotocol.box.webclient.WebClientProd Ignored 11 units with compilation errors in first pass. Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors. [ERROR] An internal compiler except

Re: Ubuntu server setup

2016-08-23 Thread Pablo Ojanguren
They have published the gwt-2.8-rc2 two weeks ago. I can build the project normally with it. http://search.maven.org/#artifactdetails|com.google.gwt|gwt|2.8.0-rc2|pom 2016-08-23 10:07 GMT+02:00 Yuri Z : > Yeah, it looks like using SNAPSHOT for GWT version is just constantly > causing us troubles

Re: Ubuntu server setup

2016-08-23 Thread Yuri Z
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 wrote: > Hi, > > that is happening just some days. It seems gwt guys are wrongly referencing > the snapshot jsintero

Re: Ubuntu server setup

2016-08-22 Thread Pablo Ojanguren
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 { D

Re: Ubuntu server setup

2016-08-22 Thread Ben Hegarty
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 occurre

Re: Ubuntu server setup

2016-08-16 Thread Yuri Z
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 wrote: > Hm... docker @hegsie ...? > > Thanks, and talk soon! > > AJ > > Adam

Re: Ubuntu server setup

2016-08-15 Thread Adam John
Hm... docker @hegsie ...? Thanks, and talk soon! AJ Adam John (914) 623-8433 Google+ | LinkedIn On Mon, Aug 15, 2016 at 2:47 PM, Ben Hegarty wrote: > Hey guys, > > Do we have setup instructions for getting wave operational on an Ubuntu >