Re: Hiding target names during output

2006-02-01 Thread Ivan \"Rambius\" Ivanov
> chuanjiang lo <[EMAIL PROTECTED]> > 02/01/2006 10:28 AM > Please respond to > "Ant Users List" > > > To > user@ant.apache.org > cc > > Subject > Hiding target names during output > > > > > > > What would be th

Re: Hiding target names during output

2006-02-01 Thread Jeffrey E Care
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.apa

Re: Hiding target names during output

2006-02-01 Thread Jeffrey E Care
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" To user@ant.apache.org cc Subject Hiding target names during output

Hiding target names during output

2006-02-01 Thread chuanjiang lo
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. Th