Certainly don't want to always print it. It is obnoxious output,
by default.....Only really valuable, for verbose and higher, where
you are agreeing up front to see lots of stuff dumped to the
screen.
By default, though, you want to be able to output some degree
of clean, nicely formatted output.
Jason
----- Original Message -----
From: "Peter Donald" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, January 16, 2001 3:25 AM
Subject: Re: What I did to DefaultLogger.java
> At 03:13 16/1/01 -0500, Jason Rosenberg wrote:
> > Don't know if anyone thinks this is worth including in Ant 1.3, since
> >it may not be backward compatible, with regards to default logging, etc.
> >But, I just changed the 'targetStarted' method in DefaulLogger to:
> >public void targetStarted(BuildEvent event) {
> > /*
> > <= MSG_INFO, but I don't
> > ** think that is useful....Jason
> > */
> > > Project.MSG_INFO) {
> > out.println(lSep + event.getTarget().getName() + ":");
> > }
>
>
> how about completely removing the check altogether ? ie print it every time.
>
> BTW could you post in plain text if it's not too much trouble ;)
>
> Cheers,
>
> Pete
>
> *-----------------------------------------------------*
> | "Faced with the choice between changing one's mind, |
> | and proving that there is no need to do so - almost |
> | everyone gets busy on the proof." |
> | - John Kenneth Galbraith |
> *-----------------------------------------------------*
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>