Bug 41356

Summary: Output all checksums to single file
Product: Ant Reporter: Eric Jain <eric.jain>
Component: Core tasksAssignee: Ant Notifications List <notifications>
Status: NEW ---    
Severity: enhancement Keywords: PatchAvailable
Priority: P2    
Version: 1.7.0   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: Simple patch that adds a "toFile" property to the "checksum" task

Description Eric Jain 2007-01-12 03:11:29 UTC
The checksum task outputs each checksum to a separate file. But in some cases it
can be desirable to set format="MD5SUM" and have all checksums in one file (you
can run md5sum -c md5sums to verify).
Comment 1 Eric Jain 2007-01-16 08:35:05 UTC
Created attachment 19413 [details]
Simple patch that adds a "toFile" property to the "checksum" task
Comment 2 Stefan Bodewig 2009-09-01 05:28:22 UTC
well, using checksum as a condition and things like totalproperty/verifyproperty make things quite a bit more complex.