Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-440

derby.jar has directory (package) entries in it which are not required

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 10.1.1.0
    • 10.1.2.1, 10.2.1.6
    • Build tools
    • None

    Description

      The derby.jar is correctly created by the top-level buil.xml with the attribute filesonly=true.
      However the subsequent update of the jar file to add the locale files, partially extracted here, does not include the filesonly attribute, so the directory entries are added in.

      around line 757

      <jar destfile="${derby.jar.dir}/derby.jar"
      update="true"
      compress="true">

      Adding filesonly="true" to this target solved the problem.

      Similar changes are probably needed for the other derby jar files and should be addressed with this bug

      Attachments

        Activity

          People

            fuzzylogic Samuel Andrew McIntyre
            djd Daniel John Debrunner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: