diff options
author | Ulas Kirazci <ulas@google.com> | 2013-07-19 22:24:13 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-07-19 22:24:14 +0000 |
commit | a400007ed570bbcc638c05c59727b3527238ec70 (patch) | |
tree | 625d5812f3bb649ca8c5b4fce9cede8092d49902 /java | |
parent | aad4b3074456fb1acec6e64596d5c18d716ac146 (diff) | |
parent | 231b8989fdd91147a3f097ce454a8a7a23782ac4 (diff) | |
download | external_protobuf-a400007ed570bbcc638c05c59727b3527238ec70.zip external_protobuf-a400007ed570bbcc638c05c59727b3527238ec70.tar.gz external_protobuf-a400007ed570bbcc638c05c59727b3527238ec70.tar.bz2 |
Merge "Add contribution instructions for nano."
Diffstat (limited to 'java')
-rw-r--r-- | java/README.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/java/README.txt b/java/README.txt index 3e3fedb..8ebc9fb 100644 --- a/java/README.txt +++ b/java/README.txt @@ -310,6 +310,24 @@ To use nano protobufs: ../src/protoc '--javanano_out=java_package=src/test/proto/simple-data.proto|my_package,java_outer_classname=src/test/proto/simple-data.proto|OuterName:.' src/test/proto/simple-data.proto +Contributing to nano: + +Please add/edit tests in NanoTest.java. + +Please run the following steps to test: + +- cd external/protobuf +- ./configure +- Run "make -j12 check" and verify all tests pass. +- cd java +- Run "mvn test" and verify all tests pass. +- cd ../../.. +- . build/envsetup.sh +- lunch 1 +- "make -j12 aprotoc libprotobuf-java-2.3.0-nano" and check for build errors. +- repo sync -c -j256 +- "make -j12" and check for build errors + Usage ===== |