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

2005-02-05 Thread Rhino
- Original Message - From: "Luke Lindsay" <[EMAIL PROTECTED]> To: Sent: Saturday, February 05, 2005 1:36 PM Subject: How can I set last modified date in html files using ant? > I want set the last modified date in html files from an ant script, so > that each file has a line reading, f

Re: Templates?

2005-02-05 Thread Galen Boyer
<[EMAIL PROTECTED]> writes: > Hi Galen, > >What exactly is the link to AntForms? Hi Rene. I believe you think I sent you a private email? I was posting to the ant users list. -- Galen Boyer - To unsubscribe, e-mail

Re: Templates?

2005-02-05 Thread sourdak-ant
Hi Galen, What exactly is the link to AntForms? René --- Galen Boyer <[EMAIL PROTECTED]> a écrit : > Are these being thought of? I have a macro that resolves its > attributes to calls to targets. (A very simplistic version of this > macro follows: > > > > >

Templates?

2005-02-05 Thread Galen Boyer
Are these being thought of? I have a macro that resolves its attributes to calls to targets. (A very simplistic version of this macro follows: I have maybe ten objecttypes while 3 dmltypes. I therefore have multitudes of targets that look like the follo

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

2005-02-05 Thread Jacob Kjome
This doesn't really seem like an Ant question at all. I think you can achieve what you want by displaying the last modified date via javascript. Let the browser figure out the date. var lastmod = document.lastModified;// get string of last modified date var lastmoddate = Date.parse(lastmod

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

2005-02-05 Thread Luke Lindsay
I want set the last modified date in html files from an ant script, so that each file has a line reading, for example: "Last modified 04 February 2005" where the date is the date the file was modified, not the date the ant script was run. I know I can achieve this using SSI with the following c

Re: XML and copy directories

2005-02-05 Thread Henning Waack
Hello all. Thanks again for your input, I will evaluate if it is worth to learn Ant for the coming project. Normally I would say yes, but I have a tight schedule, so I don't know if I can afford to learn something new. One minute... ALL (ok, almost) of us, using Ant know Java! Ant was designed