Bug 50897 - Add preservelastmodified attribute to Concat
Summary: Add preservelastmodified attribute to Concat
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Core tasks (show other bugs)
Version: 1.8.2
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-09 00:43 UTC by Amir Kouchekinia
Modified: 2011-03-10 23:36 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amir Kouchekinia 2011-03-09 00:43:21 UTC
Please consider adding preservelastmodified attribute to the Concat task.  When this option is set to 'true', the destination file will take the lastmodified date of the union of the resources.

This is required when the destination file is a temporary one that is used to create the final output.

Thank you.

Amir Kouchekinia