Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6CD78200D48 for ; Wed, 29 Nov 2017 20:41:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6B54A160C18; Wed, 29 Nov 2017 19:41:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BB6E7160C02 for ; Wed, 29 Nov 2017 20:41:03 +0100 (CET) Received: (qmail 23000 invoked by uid 500); 29 Nov 2017 19:41:03 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 22991 invoked by uid 500); 29 Nov 2017 19:41:02 -0000 Delivered-To: apmail-incubator-celix-commits@incubator.apache.org Received: (qmail 22985 invoked by uid 99); 29 Nov 2017 19:41:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Nov 2017 19:41:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 8A51CC3BBE for ; Wed, 29 Nov 2017 19:41:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.011 X-Spam-Level: X-Spam-Status: No, score=-99.011 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KB_WAM_FROM_NAME_SINGLEWORD=0.2, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id AMzNdL1B8YnW for ; Wed, 29 Nov 2017 19:41:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 4D29B5F260 for ; Wed, 29 Nov 2017 19:41:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8D5F2E0A29 for ; Wed, 29 Nov 2017 19:41:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4916E21057 for ; Wed, 29 Nov 2017 19:41:00 +0000 (UTC) Date: Wed, 29 Nov 2017 19:41:00 +0000 (UTC) From: "Pepijn Noltes (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CELIX-413) Adjust example so that they are directly useable outside the celix project MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 29 Nov 2017 19:41:04 -0000 [ https://issues.apache.org/jira/browse/CELIX-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pepijn Noltes updated CELIX-413: -------------------------------- Affects Version/s: 2.2.0 > Adjust example so that they are directly useable outside the celix project > -------------------------------------------------------------------------- > > Key: CELIX-413 > URL: https://issues.apache.org/jira/browse/CELIX-413 > Project: Celix > Issue Type: Improvement > Components: Build Env > Affects Versions: 2.2.0 > Reporter: Pepijn Noltes > Assignee: Pepijn Noltes > > Currently the examples of the Celix project assume that they are part of the Celix project. > For example a the Shell bundle is deploying using the "shell" target. For project using Celix this needs to be ${CELIX_BUNDLES_DIR}/shell.zip. As result the examples cannot be copied out of the project for a quick start. > This can be fixed improving the FindCelix to use more var for bundles and also specify these variables inside the Celix project. > Additional maybe make the examples dir a cmake external project ? -- This message was sent by Atlassian JIRA (v6.4.14#64029)