Are there plans to make -quiet flag have the behavior indicated below, by default, instead of having to set the -logger, and modify echo, etc.?
It seems to me that we need to have a standard flag, which probably should just be the current '-quiet', which has the effect of only printing out a visited target when that target has some output. Jason ----- Original Message ----- From: "Peter Donald" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, December 29, 2000 7:39 AM Subject: Re: -quiet mode, annoying output.... > At 02:41 22/12/00 -0500, Jason Rosenberg wrote: > > > > I am using 1.2. I am trying to suppress the display of each target > >processed, especially in the case where I have targets whose sole purpose > >is to set a flag, etc. I'm getting the following over-informative output > >(can I suppress this reporting of each target and dependent target > >processed?): > > Well there is another logger that you can specify with > > -logger org.apache.tools.ant.NoBannerLogger > > in latest CVS. Only problem is that you have to modify echo task to print > to log instead of stdout to get it to work gracefully. > > > BTW could you post using plain text rather than HTML ? > > > 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] >
