result= formatter.format(date);
// store the result
project.setNewProperty(propName, result);
lastDate = ${lastDate} = ${date}
> -Original Message-
> From: Rami Ojares [mailto:[EMAIL PROTECTED]
> Sent: Friday, June 11, 2004 11:21 A
> The way to resolve your requirement is providing
> a different task (useful on its own right) that
> given a fileset it adjust the lastmodified of a target
> file to be the latest date of the files in the fileset.
>
> Do you think this two things will solve your problem?
I will have a shot at
to
obtain sizes then have a separate task for that.
No major objections though...
Jose Alberto
> -Original Message-
> From: Matt Benson [mailto:[EMAIL PROTECTED]
> Sent: 10 June 2004 19:26
> To: Ant Developers List
> Subject: RE: File Includer
>
>
> --- Jose A
--- Jose Alberto Fernandez <[EMAIL PROTECTED]>
wrote:
> The way to resolve your requirement is providing
> a different task (useful on its own right) that
> given a fileset it adjust the lastmodified of a
> target
> file to be the latest date of the files in the
> fileset.
Why not be a little less
On first glance, I would say that the FilterChain
may be the correct solution.
The way to resolve your requirement is providing
a different task (useful on its own right) that
given a fileset it adjust the lastmodified of a target
file to be the latest date of the files in the fileset.
Do you th