Bug 49606

Summary: Add new parameter "tofile" to Checksum Task
Product: Ant Reporter: zitaka <zitmar>
Component: Core tasksAssignee: Ant Notifications List <notifications>
Status: NEW ---    
Severity: enhancement    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description zitaka 2010-07-16 13:31:45 UTC
Checksum task have "todir" to specify root directory where checksums should be written.

Now it needs a "tofile" to specify a file where checksums should be written,

In my case, I will like a file named hashlist.lst, formated this way:
71ceb04a4fc7417b270f4079e326bcde filex1
8144405addc741742766679e3777bcf3 dir1/filex2
...