warning/error when compiling on windows 7 with java 1.7.0_79

2015-12-07 Thread Ian Dunlop
Hello, Having problems building wave with java 1.7.0_79 and ant 1.9.6 on windows 7. Stack trace below. Fails when compiling wave-api. Seems to be a warning with regards to generics. Any ideas? Cheers, Ian compile: [echo] Compiling wave-api-0.6.0 [javac] Compiling 37 source files to C:\

Re: warning/error when compiling on windows 7 with java 1.7.0_79

2015-12-07 Thread Ian Dunlop
rote: > Ian just to make sure can you do a ant clean and remove the 3rd party and > try again, also let us know which commands you were running to make this. > > On 7 December 2015 at 22:01, Ian Dunlop wrote: > > > Hello, > > > > Having problems building wave with

Re: warning/error when compiling on windows 7 with java 1.7.0_79

2015-12-07 Thread Ian Dunlop
ntStoreTestBase.makeStoreWithData(AttachmentStoreTestBase.java:175) at orgg.waveprotocol.box.server.persistence.AttachmentStoreTestBase.testContentLengthMatchesDataSize(AttachmentStoreTestBase.java:60) Cheers, Ian On 7 December 2015 at 13:59, Yuri Z wrote: > Are you sure you compile with java 1.7? > > On Mon, Dec 7, 2015 at 3:19 PM Ian

Re: warning/error when compiling on windows 7 with java 1.7.0_79

2015-12-08 Thread Ian Dunlop
t 5:40 PM Ian Dunlop wrote: > > > Hello, > > > > I had to set JAVA_HOME to use the 1.7 jdk, not just the Path. Thanks for > > the hints :) Been a while since I have used ant. However, I seem to have > > some test failures > > in org.waveprotocol.box.server.p

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

Java 1.7 or 1.8?

2016-09-08 Thread Ian Dunlop
Hello, I noticed that a recent merge into master was to support java 1.8 compilation but the docs still say 1.7 required. Is 1.7 still needed to build? Cheers, Ian

Re: jsinterop 1.0.0-SNAPSHOT missing

2016-09-13 Thread Ian Dunlop
r", version: > > "2.8.0-rc2"], // [?, ?] > > [group: "com.google.gwt", name: "gwt-codeserver", version: > > "2.8.0-rc2"], // [?, ?] > > > > 2016-09-08 10:56 GMT+02:00 Ian Du