-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50414/
-----------------------------------------------------------
(Updated Aug. 4, 2016, 8:18 p.m.)
Review request for mesos, Alex Clemmer and Joseph Wu.
Changes
-------
Added variables for building Java Protobuf.
Bugs: MESOS-5902
https://issues.apache.org/jira/browse/MESOS-5902
Repository: mesos
Description (updated)
-------
In this protobuf_java external project is added.
This definition allow to download source and build
source at <BUILD_ROOT>/3rdparty/protobuf_java-2.6.1/
src/protobuf_java-2.6.1 directory, PROTOBUF_JAVA_ROOT is
set to that directory and the build output for this is
${PROTOBUF_JAVA_ROOT}/java/target/protobuf-java-2.6.1.jar.
The jar is currently not copied from this location.
Diffs
-----
3rdparty/libprocess/cmake/Process3rdpartyConfigure.cmake
497f6107567ef47c16a0c906238bc7dfdcf84701
Diff: https://reviews.apache.org/r/50414/diff/
Testing
-------
cmake .. && make
Thanks,
Srinivas Brahmaroutu