RE: File Includer

2004-06-15 Thread Jan . Materne
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

RE: File Includer

2004-06-11 Thread Rami Ojares
> 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

RE: File Includer

2004-06-10 Thread Jose Alberto Fernandez
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

RE: File Includer

2004-06-10 Thread Matt Benson
--- 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

RE: File Includer

2004-06-10 Thread Jose Alberto Fernandez
think this two things will solve your problem? Jose Alberto > -Original Message- > From: Rami Ojares [mailto:[EMAIL PROTECTED] > Sent: 10 June 2004 13:42 > To: [EMAIL PROTECTED] > Subject: File Includer > > > Hi, > > I have a small tool that I thought mi

File Includer

2004-06-10 Thread Rami Ojares
Hi, I have a small tool that I thought might be useful in Ant. You have a source file (srcFile) Within that file you have references like: blaa blaa ${path/to/another/file} blaa blaa The tool resolves those paths to files and replaces the references with the contents of files that were reference