Skip to content

Remove java wrapping 2

Cédric Traizet requested to merge remove_java_superbuild into develop

Summary

Java support has been removed in !424 (merged), but a few java cmake variables remains in OTB, for example the option OTB_WRAP_JAVA is still in the Superbuild (and does nothing). This MR removes these variables.

This affects the Superbuild, the packaging, the CI and the main CMakeLists.txt of otb.

Also the NOTICE file contains copyrights on deleted files:

* CMake/UseJava.cmake
    Copyright 2010-2011 Andreas schneider <asn@redhat.com>
    Copyright 2010 Ben Boeckel <ben.boeckel@kitware.com>
    BSD 3-Clause license
    https://opensource.org/licenses/BSD-3-Clause


* CMake/UseJavaClassFilelist.cmake
* CMake/UseJavaSymlinks.cmake
    Copyright 2010-2011 Andreas schneider <asn@redhat.com>
    BSD 3-Clause license
    https://opensource.org/licenses/BSD-3-Clause

Should we remove them ?

Copyright

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from core developers, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
  • Optionally, run git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i on latest changes and commit

Merge request reports