The <record> task will record all ant output that you tell it to record. In other words, you can have ant running at a normal verbosity level (info), but have the recorder recording at a debug level.
You could try to look at the documentation online (I don't know if this is going to work for you):
http://jakarta.apache.org/cvsweb/index.cgi/~checkout~/jakarta-ant/docs/manual/CoreTasks/recorder.html?rev=1.2&content-type=text/plain
Two caveats that you should know about:
- the record task only starts recording when you tell it to. Therefore, it doesn't log/record the initialization of ant itself.
- the messageprefix="false" functionality has not been added yet. It should be added within a week (depending on how quickly I get around to doing the submission).
HTH.
JDG
> -----Original Message-----
> From: Daniel Rall [mailto:[email protected]]
> Sent: Thursday, June 07, 2001 12:04 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Unadorned output (i.e. ant -emacs)
>
>
> Does the <record> task apply to all output generated by Ant? I'm
> updating from CVS now (so it'll be a while before I can look ;).
>
> "Jay Glanville" <[EMAIL PROTECTED]> writes:
>
> > The <record> task (currently in the CVS tree for 1.4) will
> soon have a
> > messageprefix="false" attribute. That might give you what you need.
> >
> > JDG
> >
> > -----Original Message-----
> > From: Daniel Rall [mailto:[email protected]]
> > Sent: Wednesday, June 06, 2001 11:41 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Unadorned output (i.e. ant -emacs)
> >
> >
> > To clarify, using a property defined in the XML build file itself
> > would work just as well for me. I want to avoid having to specify
> > -emacs to get unadorned output.
> >
> > Daniel
>
