You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Deepa Remesh (JIRA)" <de...@db.apache.org> on 2005/09/29 19:15:57 UTC

[jira] Updated: (DERBY-440) derby.jar has directory (package) entries in it which are not required

     [ http://issues.apache.org/jira/browse/DERBY-440?page=all ]

Deepa Remesh updated DERBY-440:
-------------------------------

    Fix Version: 10.1.1.1

> derby.jar has directory (package) entries in it which are not required
> ----------------------------------------------------------------------
>
>          Key: DERBY-440
>          URL: http://issues.apache.org/jira/browse/DERBY-440
>      Project: Derby
>         Type: Bug
>   Components: Build tools
>     Versions: 10.1.1.0
>     Reporter: Daniel John Debrunner
>     Assignee: Andrew McIntyre
>     Priority: Minor
>      Fix For: 10.2.0.0, 10.1.2.0, 10.1.1.1

>
> 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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira