Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-425

Add OSGi metadata to zookeeper.jar

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.3.0
    • build
    • None
    • Reviewed
    • osgi

    Description

      After adding OSGi metadata to zookeeper.jar it can be used as both an OSGi bundle as well as an ordinary jar file.
      In the CXF/DOSGi project the buildsystem does this using the maven-bundle-plugin: http://svn.apache.org/repos/asf/cxf/dosgi/trunk/discovery/distributed/zookeeper-wrapper/pom.xml

      The MANIFEST.MF generated by maven-bundle-plugin is attached to this bug, this works for the CXF/DOSGi project.
      If your buildsystem isn't using maven, I would advise to use bnd (http://www.aqute.biz/Code/Bnd). BND defines its own ant task in which you should be able to use more or less the same instructions as were used in maven:
      <instructions>
      <Bundle-Name>ZooKeeper bundle</Bundle-Name>
      <Bundle-Description>This bundle contains the ZooKeeper library</Bundle-Description>
      <Bundle-SymbolicName>org.apache.hadoop.zookeeper</Bundle-SymbolicName>
      <Bundle-Version>3.1.1</Bundle-Version>
      <Import-Package>*</Import-Package>
      <Export-Package>*;version=3.1.1</Export-Package>
      </instructions>

      Oh and one other thing. Is it really necessary to put the source code in the Jar file too? I would put that in a separate source distribution

      See also: http://mail-archives.apache.org/mod_mbox/hadoop-zookeeper-user/200905.mbox/%3c4A2009B1.3030603@yahoo-inc.com%3e

      Attachments

        1. zk_patch3.patch
          10 kB
          David Bosschaert
        2. MANIFEST.MF
          4 kB
          David Bosschaert
        3. buildxmlpatch.patch
          2 kB
          David Bosschaert

        Issue Links

          Activity

            People

              bosschaert David Bosschaert
              bosschaert David Bosschaert
              Votes:
              6 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: