-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50457/
-----------------------------------------------------------
(Updated Aug. 4, 2016, 8:30 p.m.)
Review request for mesos, Alex Clemmer and Joseph Wu.
Changes
-------
MesosNativeLibrary.java.in is one of many input files that uses
variable substitutions using cmake build variables to generate
final output files that will be compiled into the target binaries.
The patch provides a generic function to translate any *.in files
using configure_file builtin routine similar to config.status.
Also we translate MesosNativeLibrary.java.in to MesosNativeLibrary.java.
Bugs: MESOS-5902
https://issues.apache.org/jira/browse/MESOS-5902
Repository: mesos
Description
-------
Added code to generate MesosNativeLibrary.java.
Diffs (updated)
-----
cmake/MesosCommon.cmake PRE-CREATION
src/java/CMakeLists.txt PRE-CREATION
Diff: https://reviews.apache.org/r/50457/diff/
Testing
-------
cmake ..
Check to see if
<BUILD_DIR>/src/java/generated/org/apache/mesos/MesosNativeLibrary.java is
generated.
Thanks,
Srinivas Brahmaroutu