----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63340/ -----------------------------------------------------------
(Updated Nov. 3, 2017, 10:39 a.m.) Review request for mesos, Jeff Coffler, John Kordich, Joseph Wu, and Michael Park. Changes ------- Dependency is actually reversed. The last patch in this change moves the dependency on `mesos-fetcher` from `mesos-tests` to `mesos-agent`; the patches which enable the fetcher will need to be rebased (but they need to be anyway). Repository: mesos Description ------- Moved Java build code to `java/CMakeLists.txt`. Diffs ----- src/CMakeLists.txt 219252f6f82b2d62d024b2ab876fa0ba2f5c8e6c src/java/CMakeLists.txt PRE-CREATION Diff: https://reviews.apache.org/r/63340/diff/1/ Testing ------- Built with `-DENABLE_JAVA=ON` and attached Marathon framework to `master` (which requries Java bindings). Also built and ran `mesos-tests` with the ZooKeeper unit tests (which use the Java components). Had to add `mesos-protobufs` as a dependency to `mesos-jar` to be totally correct. Thanks, Andrew Schwartzmeyer
