pnoltes commented on a change in pull request #169: auto install then start bundles URL: https://github.com/apache/celix/pull/169#discussion_r391190574
########## File path: cmake/cmake_celix/ContainerPackaging.cmake ########## @@ -408,7 +408,7 @@ endfunction() Add the selected bundles to the Celix container. These bundles are (if configured) copied to the container build dir and are added to the configuration properties so that they are installed and started when the Celix container executed. -The Celix framework support 7 (0 - 6) run levels. Run levels can be used to control the start and stop order of bundles. +The Celix framework supports 7 (0 - 6) run levels. Run levels can be used to control the start and stop order of bundles. Review comment: Yeah I think that is possible, but because the main function for a celix container is generated with cmake (generator-expression), I am afraid this will be complex. So for now I would like to keep it at the fixed runtime levels. ---------------------------------------------------------------- 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] With regards, Apache Git Services
