You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by David Rees <d....@usa.net> on 2001/04/01 23:47:22 UTC

Re: a zip file with files based on modified time

On Wed, 28 Mar 2001 12:24:46 -0500, Goli, Srikanth wrote:

>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>
>

Ant currently does not support this, but there is a submission that
will support it though ;). You could apply the patch/zip to your local
Ant use it. I would love to get feedback.

http://marc.theaimsgroup.com/?l=ant-dev&m=98540878923987&w=2

dave