Hi Alexander! Would it make sense to use cmake for this? If I don't select 'shell' in cmake, it won't be installed.
Otherwise the user needs to specify the bundles in both cmake and make. Please correct me if I'm wrong. I don't currently have the latest version installed, but a few weeks ago this was the list of bundles that did not get installed, and IMHO should be: - ./deployment_admin/deployment_admin.zip - ./device_access/device_access/device_manager.zip - ./device_access/driver_locator/driver_locator.zip - ./remote_services/discovery_slp/discovery_slp.zip - ./remote_services/remote_service_admin/remote_service_admin.zip - ./remote_services/topology_manager/topology_manager.zip - ./remote_shell/remote_shell.zip Met vriendelijke groet, Mike van Dongen. > Date: Thu, 19 Sep 2013 21:02:18 +0200 > Subject: Re: [jira] [Updated] (CELIX-75) CMake does not install the > Deployment Admin bundle > From: [email protected] > To: [email protected] > > Hi all, > > I have been looking at this patch, and would like to make a bit more > changes wrt the install targets. > > Currently there is one useable install command: install-release. This > release has the framework and also bundles can be added. > > And this is what I like to change. From a release point of view it doesn't > always make sense to install all bundles. > > In the new setup I want to add an install target per bundle. So for example > for the deployment admin there will be a install-deployment_admin. This can > be done by the existing bundle macro, so it will be transparent to the user. > > To this end I'd like to extend the bundle macro to also have a parameter > for the bundle and the headers that need to be installed. > > In addition, these install targets can be grouped in one "bundles" install > target. Which in turn can be combined with the framework install target > into an release-all target which installs everything. > > What do you guys think? > > > 2013/8/6 Mike van Dongen (JIRA) <[email protected]> > >> >> [ >> https://issues.apache.org/jira/browse/CELIX-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] >> >> Mike van Dongen updated CELIX-75: >> --------------------------------- >> >> Attachment: deployment_admin_install_library.patch >> >> This patch will fix this issue. >> It adds one line which will copy the bundle the same way as the others. >> >>> CMake does not install the Deployment Admin bundle >>> -------------------------------------------------- >>> >>> Key: CELIX-75 >>> URL: https://issues.apache.org/jira/browse/CELIX-75 >>> Project: Celix >>> Issue Type: Bug >>> Reporter: Mike van Dongen >>> Attachments: deployment_admin_install_library.patch >>> >>> >>> CMake does build the deployment_admin.zip, but when executing `make >> install-release` it does not install this bundle. >> >> -- >> This message is automatically generated by JIRA. >> If you think it was sent incorrectly, please contact your JIRA >> administrators >> For more information on JIRA, see: http://www.atlassian.com/software/jira >> > > > > -- > Met vriendelijke groet, > > Alexander Broekhuis
