DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25800>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25800

Jar indexing does not handle jars in manifest Class-Path

           Summary: Jar indexing does not handle jars in manifest Class-Path
           Product: Ant
           Version: 1.6.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The SDKs 'jar' command produces index entries for not only a given jar but also 
the jars listed in the jar's manifest's Class-Path entry.

The <jar> task only produces index entries for the jar itself not those in its 
Class-Path entry.

This inconsistency will lead me to continue using <exec> and 'jar' rather than 
<jar> even though 1.6.0 has brought <jar>'s performance in line with the 'jar' 
command line utility.  [In previous versions, <jar> was *much* slower when the 
includes list was very long, e.g. when all entries are listed explicitly.]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to