[ 
https://issues.apache.org/jira/browse/LUCENE-1344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gunnar Wagenknecht updated LUCENE-1344:
---------------------------------------

    Attachment: LUCENE-1344.patch

Michael, attached is a patch which is less intrusive and mimics what Lucene 
does for Maven. It adds a new target to the {{build.xml}} called 
{{generate-osgi-bundles}}. This generated the OSGi bundles into {{dist/osgi}} 
(similar to maven). It uses Peter Kriens Bnd Tool to generate the bundle 
manifest. Thus, no additional work is involved for you guys.

Please review and comment. Feel free to commit meanwhile. I'll continue to work 
on OSGi-ifing the other JARs as well. However, this is a bit more tricky 
because it requires a correct classpath setup and I haven't fully got into how 
you build contrib jars.

> Make the Lucene jar an OSGi bundle
> ----------------------------------
>
>                 Key: LUCENE-1344
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1344
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Nicolas Lalevée
>            Assignee: Michael McCandless
>         Attachments: LUCENE-1344-r679133.patch, LUCENE-1344-r690675.patch, 
> LUCENE-1344-r690691.patch, LUCENE-1344.patch, MANIFEST.MF.diff
>
>
> In order to use Lucene in an OSGi environment, some additional headers are 
> needed in the manifest of the jar. As Lucene has no dependency, it is pretty 
> straight forward and it ill be easy to maintain I think.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to