Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 48163 invoked from network); 12 Feb 2007 12:37:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2007 12:37:44 -0000 Received: (qmail 29951 invoked by uid 500); 12 Feb 2007 12:37:51 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 29915 invoked by uid 500); 12 Feb 2007 12:37:51 -0000 Mailing-List: contact felix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-dev@incubator.apache.org Received: (qmail 29904 invoked by uid 99); 12 Feb 2007 12:37:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 04:37:51 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of t.moloney@verizon.net designates 206.46.252.48 as permitted sender) Received: from [206.46.252.48] (HELO vms048pub.verizon.net) (206.46.252.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 04:37:40 -0800 Received: from [172.16.1.50] ([71.101.199.27]) by vms048.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JDC00K84OE63D17@vms048.mailsrvcs.net> for felix-dev@incubator.apache.org; Mon, 12 Feb 2007 06:37:19 -0600 (CST) Date: Mon, 12 Feb 2007 07:37:18 -0500 From: Tim Moloney Subject: Re: Is there a Maven plugin to install a bundle to OBR? In-reply-to: <1a5b6c410702111720p2ed3e6d2nb7ce3aa21d69c87a@mail.gmail.com> To: felix-dev@incubator.apache.org Message-id: <45D05F7E.40206@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit References: <45CFBADB.8080005@verizon.net> <200702120903.44184.niclas@hedhman.org> <1a5b6c410702111720p2ed3e6d2nb7ce3aa21d69c87a@mail.gmail.com> User-Agent: Thunderbird 1.5.0.5 (X11/20060808) X-Virus-Checked: Checked by ClamAV on apache.org Oops, I just noticed that I replied to the wrong email message. I found that I can use my maven repository as my OBR by adding repository.xml. I copied http://oscar-osgi.sf.net/obr2/repository.xml to ~/.m2/repository, then manually edited it to match the bundles that I've installed in my maven repository. Clearly, this is manually intensive and highly error-prone. A Maven plugin that parsed a bundle's MANIFEST.MF to load the elements in repository.xml would be ideal. I still don't know exactly how and where to get all of the specific pieces of data since the OBR documentation appears a bit out of date. Perhaps Richard or Peter can answer this. Tim Carlos Sanchez wrote: > I heard before that people wanted to create a OBR layer on top of the > maven repo, I may take a look at it if someone can write what it'd > take. > > On 2/11/07, Niclas Hedhman wrote: >> On Monday 12 February 2007 08:54, Tim Moloney wrote: >> > I've started experimenting with OBR and I can get things working by >> > doing several steps manually. What do people use to automate the >> > installation of a bundle to an OBR? >> >> Personally, I used to have cron job on the server, so a any upload by >> Maven >> arriving would be examined and meta extracted and build up the OBR >> xml. Quite >> messy, and decided to kill it off. >> >> >> Cheers >> Niclas >> > >