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=7045>.
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=7045

<manifest> task always recreates manifest files

           Summary: <manifest> task always recreates manifest files
           Product: Ant
           Version: 1.5 alpha (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The current <manifest> task rewrites the manifest file every time. Even when 
the file content is identical. This is not the behavior of the <manifest> 
element in the <jar> task, where <jar> actually checks that the resulting 
manifest would be different and otherwise it does not modify the file.

Because of this problem with the <manifest> task, my build is recreating all 
the jars all the time, including the very expensive <ejbjar>s.

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

Reply via email to