i also need logging ability, but on a task-level.  having the entire build
logged to file would just be information-overload.  is there anything to
support this granularity of logging?  

i was thinking i might have to write a jar-log and javac-log set of task
handlers for that, though personally i thought it'd be much better to have
something like:
<log file="mylogfile.log">
        <javac .../>
        <jar .../>
</log>
but i haven't been able to think up a straight-forward way to do this short
of an OS-level redirect of stdout...
..........ron.

-----Original Message-----
From: Ken Wood [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 07, 2000 2:42 PM
To: [EMAIL PROTECTED]
Subject: Re: Feature


You didn't specify in detail what you
want, but there is a command line option:

  ant -logfile FILE_NAME.

Is that what you want?

Brill Pappin wrote:
> 
> I'd like a way to redirect output to a log file... is this already built
> into Ant, or is someone working on it?
> 
> - Brill Pappin

-

Reply via email to