Re: How can I set last modified date in html files using ant?

2005-02-06 Thread Jacob Kjome
At 09:59 PM 2/6/2005 +, you wrote: >Thank you for your reply. I tried the suggestion. > >Jacob Kjome wrote: > >> >> This doesn't really seem like an Ant question at all. > >I thought, at face value at least, it seemed like the kind of thing Ant >could do. For example, it is straight forward to

Re: How can I set last modified date in html files using ant?

2005-02-06 Thread Luke Lindsay
Thank you for your reply. I tried the suggestion. Jacob Kjome wrote: This doesn't really seem like an Ant question at all. I thought, at face value at least, it seemed like the kind of thing Ant could do. For example, it is straight forward to insert todays date in a bunch of html files...

Ant: mkdir if none exists

2005-02-06 Thread Douglas Kramer
I have this mkdir statement, but on Solaris, if BACKUP already exists, it creates a BACKUP directory inside of it: BACKUP/BACKUP I believe this creates a directory only if one doesn't exist. Is there a simpler way to do it all in one task? -Doug --