Just a quick check - are you using jdk 1.6? On Nov 5, 2013 11:34 AM, "Ben Hegarty" <heg...@gmail.com> wrote:
> Hi Guys, > I've just downloaded the latest code line from trunk and after getting the > third party jars and compiling I get the following error. > > [javac] > > C:\trunk\proto_src\org\waveprotocol\box\attachment\AttachmentProto.java:344: > warning: [static] static method should be qualified by type name, Builder, > instead of by an expression > [javac] super.addAll(values, result.attachment_); > [javac] ^ > [javac] error: warnings found and -Werror specified > > I thought this was generated code, do we need to upgrade the proto defs? > > Has anyone else seen this? > Regards > Ben >