[
https://issues.apache.org/jira/browse/LUCENE-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Rowe updated LUCENE-3167:
--------------------------------
Attachment: LUCENE-3406.patch
This patch fixes various problems with the created manifests.
I measured OSGI-compliant manifest creation time for all 38 non-example jars
(and the Solr war), and the total cost was 153.5 seconds, which is about 4
seconds per bundle on average.
I also measured manifest creation time without the OSGI stuff, and it's
basically instantaneous: single-digit milliseconds on average per jar/war.
Maybe 4 seconds per jar/war is okay? I'll wait a day or two before I commit so
people can object or suggest alternatives.
One alternative to always building the OSGI manifests would be to only build
them when preparing a release.
> Make lucene/solr a OSGI bundle through Ant
> ------------------------------------------
>
> Key: LUCENE-3167
> URL: https://issues.apache.org/jira/browse/LUCENE-3167
> Project: Lucene - Java
> Issue Type: New Feature
> Environment: bndtools
> Reporter: Luca Stancapiano
> Attachments: LUCENE-3167.patch, LUCENE-3406.patch,
> lucene_trunk.patch, lucene_trunk.patch
>
>
> We need to make a bundle thriugh Ant, so the binary can be published and no
> more need the download of the sources. Actually to get a OSGI bundle we need
> to use maven tools and build the sources. Here the reference for the creation
> of the OSGI bundle through Maven:
> https://issues.apache.org/jira/browse/LUCENE-1344
> Bndtools could be used inside Ant
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]