Return-Path: X-Original-To: apmail-incubator-celix-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CC3910CED for ; Fri, 20 Sep 2013 16:35:40 +0000 (UTC) Received: (qmail 54338 invoked by uid 500); 20 Sep 2013 16:35:40 -0000 Delivered-To: apmail-incubator-celix-dev-archive@incubator.apache.org Received: (qmail 54281 invoked by uid 500); 20 Sep 2013 16:35:37 -0000 Mailing-List: contact celix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-dev@incubator.apache.org Received: (qmail 54273 invoked by uid 99); 20 Sep 2013 16:35:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Sep 2013 16:35:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of celix@mikevandongen.nl designates 159.253.0.15 as permitted sender) Received: from [159.253.0.15] (HELO vserver12.axc.nl) (159.253.0.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Sep 2013 16:35:31 +0000 Received: from [159.253.0.157] (helo=mail.axc.nl) by vserver12.axc.nl with esmtp (Exim 4.76) (envelope-from ) id 1VN3hf-0007JP-Du for celix-dev@incubator.apache.org; Fri, 20 Sep 2013 18:37:11 +0200 Received: from DUB115-W41 ([157.56.194.39]) by dub0-wss1-s3.dub0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 20 Sep 2013 09:35:08 -0700 X-TMN: [GfnYIWR/gv4j22T8UjR2fTsc4tLTHZ5G] Message-ID: From: Mike van Dongen To: "celix-dev@incubator.apache.org" Subject: RE: [jira] [Updated] (CELIX-75) CMake does not install the Deployment Admin bundle Date: Fri, 20 Sep 2013 18:35:08 +0200 Importance: Normal In-Reply-To: References: ,, Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 20 Sep 2013 16:35:08.0123 (UTC) FILETIME=[5E370AB0:01CEB61F] X-Virus-Checked: Checked by ClamAV on apache.org Hi Alexander!=0A= =0A= Would it make sense to use cmake for this?=0A= If I don't select 'shell' in cmake=2C it won't be installed.=0A= =0A= Otherwise=A0the user needs to=A0specify the bundles in both cmake and make.= =0A= Please correct me if I'm wrong.=0A= =0A= I don't currently have the latest version installed=2C but a few weeks ago = this was the list of bundles that did not get installed=2C and IMHO should = be:=0A= =0A= - ./deployment_admin/deployment_admin.zip=0A= - ./device_access/device_access/device_manager.zip=0A= - ./device_access/driver_locator/driver_locator.zip=0A= - ./remote_services/discovery_slp/discovery_slp.zip=0A= - ./remote_services/remote_service_admin/remote_service_admin.zip=0A= - ./remote_services/topology_manager/topology_manager.zip=0A= - ./remote_shell/remote_shell.zip=0A= =0A= =0A= Met vriendelijke groet=2C=A0=0A= =0A= Mike van Dongen.=0A= =0A= =0A= > Date: Thu=2C 19 Sep 2013 21:02:18 +0200=0A= > Subject: Re: [jira] [Updated] (CELIX-75) CMake does not install the Deplo= yment Admin bundle=0A= > From: a.broekhuis@gmail.com=0A= > To: celix-dev@incubator.apache.org=0A= > =0A= > Hi all=2C=0A= > =0A= > I have been looking at this patch=2C and would like to make a bit more=0A= > changes wrt the install targets.=0A= > =0A= > Currently there is one useable install command: install-release. This=0A= > release has the framework and also bundles can be added.=0A= > =0A= > And this is what I like to change. From a release point of view it doesn'= t=0A= > always make sense to install all bundles.=0A= > =0A= > In the new setup I want to add an install target per bundle. So for examp= le=0A= > for the deployment admin there will be a install-deployment_admin. This c= an=0A= > be done by the existing bundle macro=2C so it will be transparent to the = user.=0A= > =0A= > To this end I'd like to extend the bundle macro to also have a parameter= =0A= > for the bundle and the headers that need to be installed.=0A= > =0A= > In addition=2C these install targets can be grouped in one "bundles" inst= all=0A= > target. Which in turn can be combined with the framework install target= =0A= > into an release-all target which installs everything.=0A= > =0A= > What do you guys think?=0A= > =0A= > =0A= > 2013/8/6 Mike van Dongen (JIRA) =0A= > =0A= >>=0A= >> [=0A= >> https://issues.apache.org/jira/browse/CELIX-75?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel]=0A= >>=0A= >> Mike van Dongen updated CELIX-75:=0A= >> ---------------------------------=0A= >>=0A= >> Attachment: deployment_admin_install_library.patch=0A= >>=0A= >> This patch will fix this issue.=0A= >> It adds one line which will copy the bundle the same way as the others.= =0A= >>=0A= >>> CMake does not install the Deployment Admin bundle=0A= >>> --------------------------------------------------=0A= >>>=0A= >>> Key: CELIX-75=0A= >>> URL: https://issues.apache.org/jira/browse/CELIX-75=0A= >>> Project: Celix=0A= >>> Issue Type: Bug=0A= >>> Reporter: Mike van Dongen=0A= >>> Attachments: deployment_admin_install_library.patch=0A= >>>=0A= >>>=0A= >>> CMake does build the deployment_admin.zip=2C but when executing `make= =0A= >> install-release` it does not install this bundle.=0A= >>=0A= >> --=0A= >> This message is automatically generated by JIRA.=0A= >> If you think it was sent incorrectly=2C please contact your JIRA=0A= >> administrators=0A= >> For more information on JIRA=2C see: http://www.atlassian.com/software/j= ira=0A= >>=0A= > =0A= > =0A= > =0A= > -- =0A= > Met vriendelijke groet=2C=0A= > =0A= > Alexander Broekhuis =