Issue Details (XML | Word | Printable)

Key: DERBY-440
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Andrew McIntyre
Reporter: Daniel John Debrunner
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

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

Created: 06/Jul/05 02:54 PM   Updated: 30/Sep/05 03:02 AM
Return to search
Component/s: Build tools
Affects Version/s: 10.1.1.0
Fix Version/s: 10.1.2.1, 10.2.1.6

Time Tracking:
Not Specified

Resolution Date: 30/Sep/05 03:02 AM


 Description  « Hide
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

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Andrew McIntyre made changes - 15/Jul/05 01:38 PM
Field Original Value New Value
Assignee Andrew McIntyre [ fuzzylogic ]
Andrew McIntyre made changes - 16/Jul/05 02:17 PM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]
Fix Version/s 10.2.0.0 [ 11187 ]
Fix Version/s 10.1.1.1 [ 12310155 ]
Deepa Remesh made changes - 30/Sep/05 02:14 AM
Resolution Fixed [ 1 ]
Status Closed [ 6 ] Reopened [ 4 ]
Deepa Remesh made changes - 30/Sep/05 02:14 AM
Fix Version/s 10.1.1.1 [ 12310332 ]
Deepa Remesh made changes - 30/Sep/05 03:02 AM
Resolution Fixed [ 1 ]
Status Reopened [ 4 ] Closed [ 6 ]