I saw the CVS mail, and I didn't like the fact that you logged at INFO level... I have builds for a project that includes many native libs built with CppTasks that are <subant>'d, and I sure don't want all these messages to start appearing, especially since I already use NoBannerLogger and don't want traversal info when nothing is done in a particular project.
These messages are all the more useless since I own impl of NoBannerLogger displays the hierarchy of Projects next to the target banner. -1 to INFO +1 to DEBUG or VERBOSE --DD > -----Original Message----- > From: Conor MacNeill [mailto:[EMAIL PROTECTED] > Sent: Friday, September 12, 2003 9:22 AM > To: Ant Developers List > Subject: Re: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs > Ant.java > > On Sat, 13 Sep 2003 12:04 am, [EMAIL PROTECTED] wrote: > > conor 2003/09/12 07:04:46 > > > > Modified: src/main/org/apache/tools/ant/taskdefs Ant.java > > Log: > > Mark entry and exit of <ant> and <antcall> > > > > PR: 22718 > > Submitted by: Jesse Glick > > > > This gives a message on entry and exit to a sub-build (via <ant> and > <antcall>). I think this can be useful when debugging a complex build. > > The question I have is whether to log at INFO or VERBOSE level. > > Conor > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
