Revert "japi: Move Java API binding to cmake" 26/15026/2
authorDamjan Marion <dmarion@me.com>
Thu, 27 Sep 2018 18:02:28 +0000 (18:02 +0000)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 27 Sep 2018 20:00:43 +0000 (20:00 +0000)
commit09cce66888f622af285e92ae05f76462a5a6d3b5
tree61c0c1629d4d53e336594f35d86ce5e6369c4940
parent430420fbbade8a45671cac5ab8f3ba7a70fe4434
Revert "japi: Move Java API binding to cmake"

components:  Development
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find JNI (missing: JAVA_AWT_INCLUDE_PATH)
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.10/Modules/FindJNI.cmake:310 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:37 (find_package)
-- Configuring incomplete, errors occurred!
See also "/scratch/vpp-tmp/build-root/build-vpp-native/japi/CMakeFiles/CMakeOutput.log".
See also "/scratch/vpp-tmp/build-root/build-vpp-native/japi/CMakeFiles/CMakeError.log".
Makefile:640: recipe for target 'japi-configure' failed
make[2]: *** [japi-configure] Error 1
make[2]: Leaving directory '/scratch/vpp-tmp/build-root'

This reverts commit a33db2528485ac39e8987bec7b138dbdad21dc5a.

Change-Id: I8a818ce70a8379656c1134432e22db418a4690fe
Signed-off-by: Damjan Marion <damarion@cisco.com>
build-data/packages/japi.mk
extras/japi/CMakeLists.txt [deleted file]
extras/japi/Makefile.am [new file with mode: 0644]
extras/japi/configure.ac [new file with mode: 0644]
extras/japi/java/CMakeLists.txt [deleted file]
extras/japi/java/Makefile.am [new file with mode: 0644]
extras/japi/m4/ax_vpp_find_jdk8.m4 [new file with mode: 0644]