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 28C8C1090A for ; Tue, 27 Jan 2015 19:40:25 +0000 (UTC) Received: (qmail 81436 invoked by uid 500); 27 Jan 2015 19:40:25 -0000 Delivered-To: apmail-celix-dev-archive@celix.apache.org Received: (qmail 81409 invoked by uid 500); 27 Jan 2015 19:40:25 -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 81392 invoked by uid 99); 27 Jan 2015 19:40:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2015 19:40:24 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of isaacdrose@gmail.com designates 209.85.223.181 as permitted sender) Received: from [209.85.223.181] (HELO mail-ie0-f181.google.com) (209.85.223.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2015 19:40:00 +0000 Received: by mail-ie0-f181.google.com with SMTP id rp18so17265749iec.12 for ; Tue, 27 Jan 2015 11:38:28 -0800 (PST) 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=qlan5CsVQamOx1GliILiZB+3QwqJJ2MeC9aMH3VLS7Y=; b=r2DyXvF9pcChkG7K1W4HVGCjju+YaApyupCUZQQFxDbWCTeDWMEURYp20aZODS+GHs OYoRNxE+BufZMGkYdpL2UZLjPDrMAoJ4bJnjh0kpoQJHawjiHL0bf2glvl8VG6aSpWq9 MB7LQxIuLmW3dIp8dsySxbGG/88rI2DEa9WzPxKYjMhKeNKy/JsP4Zogg/yo5U4W0uQx YX7Z1oRMtSVjUHv7RmjCQpzNfoJ4AjzCYbdgWXYs3FPTcpn6FnQU3Mo2Bl4LnPrPzo/I IK5ny9lHkmN7jvRCyQ63s5qMRv+/K0B0frRFD7dvUBX/Uq9rBsoxICn9DyG4uEgXGulI 2Z2w== MIME-Version: 1.0 X-Received: by 10.42.38.9 with SMTP id a9mr4097159ice.68.1422387506888; Tue, 27 Jan 2015 11:38:26 -0800 (PST) Received: by 10.50.160.137 with HTTP; Tue, 27 Jan 2015 11:38:26 -0800 (PST) Received: by 10.50.160.137 with HTTP; Tue, 27 Jan 2015 11:38:26 -0800 (PST) In-Reply-To: References: Date: Tue, 27 Jan 2015 14:38:26 -0500 Message-ID: Subject: Re: celix_cog From: Isaac Rose To: dev@celix.apache.org Content-Type: multipart/alternative; boundary=90e6ba613c0617f9d4050da76603 X-Virus-Checked: Checked by ClamAV on apache.org --90e6ba613c0617f9d4050da76603 Content-Type: text/plain; charset=UTF-8 Hi Pepijn, I would love to give it a try, this will be a great help for developing in celix. Is it available on git hub, or another host? Isaac On Jan 27, 2015 2:34 PM, "Pepijn Noltes" wrote: > Hi All, > > To (really) speed up the process of setting up a project for Apache > Celix and developing small bundles, I develop a code generation tool > celix_cog [1]. > > Mainly I develop this to make it easier for myself ;), but I would > like to known if anybody else finds it useful. It is Apache licensed > (of course), python based, build on top of cog[2] and uses inline > comment with code generation snippets to make it tick. > More can be info can be found at the github site. > > I have problem adding this to Apache Celix, but for now, did not do > this because it is python based. > > Oh yeah, I still consider it beta, so expect some bugs... > > WDYT? > > [1] https://github.com/pnoltes/celix_cog > [2] http://nedbatchelder.com/code/cog/ > > Greetings, > Pepijn > --90e6ba613c0617f9d4050da76603--