riak-java-pb-client icon indicating copy to clipboard operation
riak-java-pb-client copied to clipboard

How to build?

Open oferfort opened this issue 14 years ago • 3 comments

can you please add a build.xml? do i also need to include the RPB.java ?

thanks

oferfort avatar Jul 29 '10 13:07 oferfort

You can now build it using Maven. RPB.java is now generated every time you build the project. Have fun.

reikje avatar Jan 12 '11 09:01 reikje

Getting build errors here: [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] .../riak-java-pb-client/src/main/gen/com/trifork/riak/RPB.java:[12,33] cannot find symbol symbol : class MessageOrBuilder location: package com.google.protobuf

astubbs avatar Oct 10 '11 07:10 astubbs

Bumped os.installed.protoc.version from

  •    <os.installed.protoc.version>2.3.0</os.installed.protoc.version>
    
  •    <os.installed.protoc.version>2.4.1</os.installed.protoc.version>
    
    And that got the build working..

astubbs avatar Oct 10 '11 07:10 astubbs