Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 7262 invoked from network); 16 Jan 2001 09:02:51 -0000 Received: from femail5.sdc1.sfba.home.com (24.0.95.85) by h31.sny.collab.net with SMTP; 16 Jan 2001 09:02:51 -0000 Received: from alsatian ([24.18.23.12]) by femail5.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20010116090304.HTFY29808.femail5.sdc1.sfba.home.com@alsatian> for ; Tue, 16 Jan 2001 01:03:04 -0800 Message-ID: <138901c07f9b$22a2b1c0$020a0a0a@alsatian> From: "Jason Rosenberg" To: References: <137001c07f94$3c7323c0$020a0a0a@alsatian> Subject: Re: What I did to DefaultLogger.java Date: Tue, 16 Jan 2001 04:02:30 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N >= would not be what I want. Why do you need to track every visited target at the default MSG_INFO level. I think it is more appropriate for MSG_VERBOSE. Especially since you end up getting lots of output for things that don't do anything other than initialize and manipulate properties, etc. I don't want to resort to using -quiet, because then I don't get any informative output when useful things are done, such as from the builtin tasks, like javac, copy, delete, etc. '>' is really a more useable setting for this, no? Jason ----- Original Message ----- From: "Stefan Bodewig" To: Sent: Tuesday, January 16, 2001 3:22 AM Subject: Re: What I did to DefaultLogger.java > Jason Rosenberg wrote: > > > But, I just changed the 'targetStarted' method in DefaulLogger to: > > > > public void targetStarted(BuildEvent event) { > > /* > > ** was set for <= MSG_INFO, but I don't > > ** think that is useful....Jason > > */ > > if (msgOutputLevel > Project.MSG_INFO) { > > out.println(lSep + event.getTarget().getName() + ":"); > > } > > } > > I think this has already been fixed (using >= instead of > > BTW). Please take a look at the current sources. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: ant-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: ant-dev-help@jakarta.apache.org >