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