Thanks for the prompt reply. Should we add that into the HBase book where we explain how to build? Might be helpful?
JM 2013/1/12, Ted Yu <[email protected]>: > Under hbase-protocol module, run: > > protoc -Isrc/main/protobuf --java_out=src/main/java > <path-to-dor-proto-file> > > Cheers > > On Sat, Jan 12, 2013 at 2:28 PM, Jean-Marc Spaggiari < > [email protected]> wrote: > >> Hi, >> >> I have update the Client.Proto file and would like to re-generate the >> classes. >> >> I tried mvn clean package -DskipTests and mvn clean install >> -DskipTests but the file is still not generated. >> >> Which command should I run to re-generate it? >> >> Thanks, >> >> JM >> >
