-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47582/
-----------------------------------------------------------
(Updated 五月 19, 2016, 6:54 a.m.)
Review request for mesos and Vinod Kone.
Bugs: mesos-5390
https://issues.apache.org/jira/browse/mesos-5390
Repository: mesos
Description
-------
Update the Makefile to include v1 executor protos classes files
in the generated mesos maven jar.
Diffs
-----
src/Makefile.am 571d2a5cca1f78ed55131fe830e8b17f2bcf0471
Diff: https://reviews.apache.org/r/47582/diff/
Testing (updated)
-------
cd mesos
./bootstrap
mkdir build
cd build
../configure --prefix=${HOME}/install/mesos
make
make check
cd src/java/target
check the output of the following command, a positive number should returned
which indicates there are executor classes inside:
unzip -lf mesos-0.29.0.jar | grep "v1\/executor" | wc -l
Thanks,
zhou xing