pnoltes edited a comment on issue #95: URL: https://github.com/apache/celix/issues/95#issuecomment-618327759
Some work is done for this. But for it is done in the C++ Celix branch. The current (experimental) C++ Celix impl (only) support bundles as shared libraries. Conceptually this should also be possible for the C Framework, but we will need a new dependency to libzip. See the C++ feature branch on github.com/pnoltes/celix for the code. https://github.com/pnoltes/celix/blob/feature/cxx/misc/experimental/cxx/libs/Framework/src/BundleController.h#L187 https://github.com/pnoltes/celix/blob/feature/cxx/misc/experimental/cxx/bundles/Shell/CMakeLists.txt#L55 https://github.com/pnoltes/celix/blob/feature/cxx/misc/experimental/cxx/bundles/Shell/src/ShellActivator.cc#L176 What is missing are some CMake commands and funtions/macros to make this easier to use. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
