Information on loggers & listeners is available here: http://ant.apache.org/manual/listeners.html
In the future, please confine your replies to the list. You might consider the advice offered here: http://www.catb.org/~esr/faqs/smart-questions.html#noprivate -- Jeffrey E. Care ([EMAIL PROTECTED]) WAS Pyxis Lead Release Engineer chuanjiang lo <[EMAIL PROTECTED]> wrote on 02/01/2006 10:41:51 AM: > Hi, > > Is there any tutorials on writing custom logger class? > > Thanks > > On 2/1/06, Jeffrey E Care <[EMAIL PROTECTED]> wrote: > I would recommend a custom logger class. > > -- > Jeffrey E. Care ([EMAIL PROTECTED] ) > WAS Pyxis Lead Release Engineer > > > > > chuanjiang lo <[EMAIL PROTECTED]> > 02/01/2006 10:28 AM > Please respond to > "Ant Users List" < user@ant.apache.org> > > > To > user@ant.apache.org > cc > > Subject > Hiding target names during output > > > > > > > What would be the best way to hide the target names during the output? > > For e.g. > > *menu* > *: > [echo* *] Please select an option > [echo**] 1) Compile Java Files > [echo **] 2) Build Java Files* > > I would like to remove the target name *menu* and *[echo]* in the output, > hence displaying the menu only. > > Thanks for the help >