[
https://issues.apache.org/jira/browse/HADOOP-6484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran resolved HADOOP-6484.
------------------------------------
Resolution: Won't Fix
> OSGI headers in jar manifest
> ----------------------------
>
> Key: HADOOP-6484
> URL: https://issues.apache.org/jira/browse/HADOOP-6484
> Project: Hadoop Common
> Issue Type: Improvement
> Components: build
> Reporter: Leen Toelen
> Priority: Major
> Attachments: HADOOP-6484.patch
>
>
> When using hadoop inside an OSGI environment one needs to change the
> META-INF/MANIFEST.MF file to include OSGI headers (version and symbolic
> name). It would be convenient to do this in the default build.xml.
> There are no runtime dependencies.
> An easy way of doing this is to use the bnd ant task:
> http://www.aqute.biz/Code/Bnd
> <target name="build">
> <taskdef resource="aQute/bnd/ant/taskdef.properties"
> classpath="bnd.jar"/>
> <bnd
> classpath="src"
> eclipse="true"
> failok="false"
> exceptions="true"
> files="test.bnd"/>
> </target>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]