Hi Everybody,
I would like to create a zip file with a subset of files from a directory
that are modified later than some particular date/time...Is there any way to
do this by using Ant's built-in tasks?
Something like the following task..
<zip zipfile="patch.zip">
<basedir="source">
<fileset dir="source">
<isModifiedLater="03/25/2001"/>
</fileset>
</zip>
Any ideas??
Thanks in advance
Srikanth Goli
- Re: a zip file with files based on modified time Goli, Srikanth
- Re: a zip file with files based on modified time BalaSubramanian
- Re: a zip file with files based on modified time Nico Seessle
