Is there an easy way to have the Ant logger (default or other) add a
timestamp to each message? The only way I can think of is to use the
Log4jListener and have its settings include the timestamp. Or write a
custom logger that subclasses DefaultLogger and writes the timestamp.
If there's a better
Does
do what you want (without the warnings)?
-Original Message-
From: Judy Anderson [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 24, 2008 2:24 PM
To: user@ant.apache.org
Subject: Re: Variable numbers of s to
Replying to my own message: I found