Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-2128

ant tar build broken since switch to Ivy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.90.0
    • 0.90.0
    • build
    • None
    • Reviewed

    Description

      Running ant tar produces a very small tar file because all .jar dependencies are missing. This happens since the switch to Ivy.

      Adding common.ivy.lib.dir to the build.xml fixes some of it but some things still don't work:

          <mkdir dir="${dist.dir}/lib"/>
          <copy todir="${dist.dir}/lib">
            <fileset dir="${build.lib}" />
            <fileset dir="${common.ivy.lib.dir}"/>
          </copy>
      

      The jars for the contrib apps still seem to be missing. At the moment this is only stargate but the I've got the same problem for the new thrift contrib. I am afraid I don't know enough about Ant or Ivy to be of any further assistance.

      Attachments

        1. HBASE-2128.patch
          1 kB
          Karthik K
        2. HBASE-2128.patch
          1 kB
          Karthik K
        3. HBASE-2128.patch
          2 kB
          Karthik K
        4. HBASE-2128.patch
          1 kB
          Karthik K

        Activity

          People

            kaykay.unique Karthik K
            larsfrancke Lars Francke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: