Provide serialization and de-serialization of different formats based on Google’s protobuf Message. Enables overriding the default (byte array) output to text based formats such as XML, JSON and HTML.
BSD 3-Clause "New" or "Revised" License
153
stars
97
forks
source link
Add some documentation to contribute to the project #45
It would be find if we had more documentation about how to contribute to the project, cause I cannot manage to build the source code to solve issue #44.
I installed protoc and ran mvn test but I get errors about packages not found like that:
[ERROR] /home/wsh/Documents/protobuf-java-format/target/generated-test-sources/protobuf_unittest/UnittestProto.java:[13217,44] error: package com.google.protobuf.GeneratedMessageV3 does not exist
I suppose there is some more steps to generate these files but I don't know which...
It would be find if we had more documentation about how to contribute to the project, cause I cannot manage to build the source code to solve issue #44.
I installed
protoc
and ranmvn test
but I get errors about packages not found like that:I suppose there is some more steps to generate these files but I don't know which...