----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47582/#review133981 -----------------------------------------------------------
Patch looks great! Reviews applied: [47582] Passed command: export OS='ubuntu:14.04' CONFIGURATION='--verbose' COMPILER='gcc' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker_build.sh - Mesos ReviewBot On May 19, 2016, 6:54 a.m., zhou xing wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/47582/ > ----------------------------------------------------------- > > (Updated May 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 > ------- > > 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 > >
