diff options
author | Ulas Kirazci <ulas@google.com> | 2013-07-19 11:56:43 -0700 |
---|---|---|
committer | Ulas Kirazci <ulas@google.com> | 2013-07-19 11:57:35 -0700 |
commit | 231b8989fdd91147a3f097ce454a8a7a23782ac4 (patch) | |
tree | bb217cc5e28a5503817b766ff35aefd3c22ad6b7 /java | |
parent | 8cf17a8fbab128bda57c573e2ef7e0fafea39269 (diff) | |
download | external_protobuf-231b8989fdd91147a3f097ce454a8a7a23782ac4.zip external_protobuf-231b8989fdd91147a3f097ce454a8a7a23782ac4.tar.gz external_protobuf-231b8989fdd91147a3f097ce454a8a7a23782ac4.tar.bz2 |
Add contribution instructions for nano.
Change-Id: Ie110d182a84258ab5bb3ba1f67c6ada6be476c7e
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 ===== |