Return-Path: X-Original-To: apmail-celix-dev-archive@www.apache.org Delivered-To: apmail-celix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2828F17742 for ; Tue, 7 Oct 2014 18:08:15 +0000 (UTC) Received: (qmail 15652 invoked by uid 500); 7 Oct 2014 18:08:15 -0000 Delivered-To: apmail-celix-dev-archive@celix.apache.org Received: (qmail 15621 invoked by uid 500); 7 Oct 2014 18:08:15 -0000 Mailing-List: contact dev-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 dev@celix.apache.org Received: (qmail 15607 invoked by uid 99); 7 Oct 2014 18:08:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 18:08:14 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pepijnnoltes@gmail.com designates 74.125.82.42 as permitted sender) Received: from [74.125.82.42] (HELO mail-wg0-f42.google.com) (74.125.82.42) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 18:08:09 +0000 Received: by mail-wg0-f42.google.com with SMTP id z12so9928046wgg.1 for ; Tue, 07 Oct 2014 11:07:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=33hIgJbcgUJVDfKHeMBHrFA2SWFTSxvKTqp/2FWWrAs=; b=CM/IlCHkc4IRhVXPH3yJKPaK3aSYqD5moOjnHkUNyJleKgEbQPefhlsvQ+r800RrrN OpQFjmVrhQ7uQIaw+IOrontsmWGMG+ym9u3EFh4ShZXwIAP0IZ2uOrYNxNbUb6CjgXg1 atGUZNheKQtEr00zNxPY/HyEGM5MHbHobQ0YNSVFK3CDtfj+c1wQVEeCNvF11Ng/SCqK r+lpT2rJpoL7mkdQB0TwJL7AuHfLZuA41bgcD+gHercDfm795kg8HI5o2XeqFxw9Y4Nf 6Epd+LglY+XmEqadX/pAEoYZH5nb8SxLL4p1zCzUXX1FsR/16EkYh/M0xxRHkfmJBvET ppxg== MIME-Version: 1.0 X-Received: by 10.181.27.132 with SMTP id jg4mr6626622wid.28.1412705268024; Tue, 07 Oct 2014 11:07:48 -0700 (PDT) Received: by 10.194.77.203 with HTTP; Tue, 7 Oct 2014 11:07:47 -0700 (PDT) In-Reply-To: References: Date: Tue, 7 Oct 2014 20:07:47 +0200 Message-ID: Subject: Re: Getting started with Celix instructions. From: Pepijn Noltes To: dev@celix.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi Isaac, On Tue, Oct 7, 2014 at 4:49 PM, Isaac Rose wrote: > Sorry, accidentally sent an incomplete message. > Hi everyone, I have just started to use Celix and have been trying to get > going using the instructions at this link. > https://svn.apache.org/repos/asf/celix/site/trunk/content/documentation/getting_started.md Note that these instruction are still work in progress. I still need to do grammer/spelllng cleanup and - more importantly - check if everything is really works as described. That being said, good to see somebody already using it :) > > 1. Do I need to install libxml2-dev .deb package as well? Not for the core framework and the basic bundles (shell, shell_tui, etc). libxml2 is needed for the remote services. > 2. Is libslp-dev .deb package only needed if I enable RSA SLP? Correct > 3. What is the minimum set of Celix bundles that need to be built? The shell en shell_tui. Both are handy to have when your start developing your own bundles and the celix cmake modules uses the shell bundle to find the CELIX_BUNDLES_DIR. > a. What are each of the BUILD_ bundles in CCMAKE and what are they > used for? This might already be documented somewhere. Maybe just a > reference/link to that page would work. The BUILD_ options can be used to enable/disable additional bundles to be build/installed. These are mentioned in the specific sub project pages [1]. Seeing this question, I think it is also wise to mentioned them in the getting started guide. > 4. It wasn't clear in the instructions, but it seems that I need to > checkout celix and create a build and a install folder. > a. Perhaps a better visualization of the folder tree with an > explanation of what each directory is for. > > |--celix_src (Checkout of celix trunk) > |--celix_build(build of celix - run cmake and make from here) > |--install (the location of the celix runtime and the target directory > where the ./celix_build/make install-all) > |--my_celix_src (location of my celix bundles > '--my_celix_build (the location where cmake and make are run for my bundles. Good point, although the install does not have to be in a "workspace" directory. > > That is all the suggestions I have for now. I am trying to work my way > through creating a bundle and may have some more suggestions after that. Thanks for the feedback. > > Thanks, > Isaac > > On Tue, Oct 7, 2014 at 10:32 AM, Isaac Rose wrote: > >> Hi everyone, I have just started to use Celix and have been trying to get >> going using the instructions at this link. >> >> https://svn.apache.org/repos/asf/celix/site/trunk/content/documentation/getting_started.md >> >> 1. Do I need to install libxml2-dev .deb package as well? >> 2. Is libslp-dev .deb package only needed if I enable RSA SLP? >> 3. What is the minimum set of Celix bundles that need to be built? >> >> [1] http://celix.apache.org/subprojects.html Greetings, Pepijn