
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
30/Sep/05 03:02 AM
|
|
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
|
|
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 |
Show » |
|
This should probably be fixed in the 10.1 branch as well, and maybe even 10.0. Would you like me to merge the entire fix for
DERBY-419over to 10.1, or should I just fix this particular issue there?