Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 69935 invoked from network); 15 Mar 2007 19:30:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Mar 2007 19:30:02 -0000 Received: (qmail 87240 invoked by uid 500); 15 Mar 2007 19:30:09 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 87208 invoked by uid 500); 15 Mar 2007 19:30:09 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 87197 invoked by uid 99); 15 Mar 2007 19:30:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 12:30:09 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of akarasulu@gmail.com designates 66.249.82.239 as permitted sender) Received: from [66.249.82.239] (HELO wx-out-0506.google.com) (66.249.82.239) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Mar 2007 12:29:58 -0700 Received: by wx-out-0506.google.com with SMTP id h31so306650wxd for ; Thu, 15 Mar 2007 12:29:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=I3oSpLNyXf32dxcMsnnuVZm2Hgt7efDELBGQqq4yuO30CfWzDW7nYcgZr7YPZoNhXnnYX1aQ0CpjlOTbKRY4S/GEDR1heBpVMDRhnttpKADIf8ZZ8GKJbtmYUxoduJAYjNt0H6dDUZEWTr2hbn2c8XWTq/syUOA8J7yVkq091lk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=FvkPT0wQnNhLB0d8SZfefOP1rOPDgE7qL1QCCmpk6PnjwjHjcWqazjubVaapLHtHMOnafh/iLCWEzhGlUFv2X4IZcknZIDfr/7JgQpTPMEpPHFKqhBRoWOh6N12Vc1xuQmu5w0BVfcSmQjZgGMMNuhbRijKrMTeZbKpY+EAG1MY= Received: by 10.70.113.5 with SMTP id l5mr1678761wxc.1173986977023; Thu, 15 Mar 2007 12:29:37 -0700 (PDT) Received: by 10.70.78.18 with HTTP; Thu, 15 Mar 2007 12:29:36 -0700 (PDT) Message-ID: Date: Thu, 15 Mar 2007 15:29:36 -0400 From: "Alex Karasulu" Sender: akarasulu@gmail.com To: "Apache Directory Developers List" Subject: Re: [OSGi] Adding Manifests to Dependency Jars In-Reply-To: <45F99B86.3070109@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_33277_15506843.1173986976942" References: <45F99B86.3070109@gmail.com> X-Google-Sender-Auth: 20e471bb1e179cd7 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_33277_15506843.1173986976942 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline You might want to look at the maven-osgi plugin code over at felix to do that. I guess if the jars are built using that plugin for a bundle artifact then just using that jar with the RPM factory should be enough perhaps. I'm sure John or Enrique can elaborate some more on this. Alex On 3/15/07, Ole Ersoy wrote: > > John, > > You would probably be the one to answer this. > > The RPM Factory will create RPMs out of all the maven repository jars. > > I think for OSGi, those jars need to have a manifests added as well. > > Would it be helpful if the RPMFactory generated the manifests and added > them > to the jars prior to packaging them? > > Cheers, > - Ole > > > ------=_Part_33277_15506843.1173986976942 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
You might want to look at the maven-osgi plugin code over at felix to do that.  I guess if the jars
are built using that plugin for a bundle artifact then just using that jar with the RPM factory should
be enough perhaps.
 
I'm sure John or Enrique can elaborate some more on this.

Alex
 
On 3/15/07, Ole Ersoy <ole.ersoy@gmail.com> wrote:
John,

You would probably be the one to answer this.

The RPM Factory will create RPMs out of all the maven repository jars.

I think for OSGi, those jars need to have a manifests added as well.

Would it be helpful if the RPMFactory generated the manifests and added
them
to the jars prior to packaging them?

Cheers,
- Ole



------=_Part_33277_15506843.1173986976942--