Re: [protobuf] Unable to run Protobuf code using guidelines mentioned in GitHub

2017-02-28 Thread 'Feng Xiao' via Protocol Buffers
I think the error message indicates you haven't built the protoc binary needed to build protobuf Java code. Please build or download a protoc binary and put it inside the protobuf/src subdirectory before building protobuf Java code. On Mon, Feb 27, 2017 at 11:43 PM, Karteek Irukulla <

[protobuf] Unable to run Protobuf code using guidelines mentioned in GitHub

2017-02-27 Thread Karteek Irukulla
The above compilation error is clear that ANT is being used for the compilation internally , this is called from Maven. But there are compatible issues between the Maven 3.X and Ant as both does the same Job in the compilation. It is clear from the Spec of the Google Protocol that