You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by chuanjiang lo <lo...@gmail.com> on 2006/02/01 16:28:47 UTC

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

Re: Hiding target names during output

Posted by "Ivan \"Rambius\" Ivanov" <ra...@yahoo.com>.
Hello,

Starting ant with -emacs option might be a choice as
well.

Regards
Ivan

--- Jeffrey E Care <ca...@us.ibm.com> wrote:

> I would recommend a custom logger class.
> 
> -- 
> Jeffrey E. Care (carej@us.ibm.com)
> WAS Pyxis Lead Release Engineer
> 
> 
> 
> 
> chuanjiang lo <lo...@gmail.com> 
> 02/01/2006 10:28 AM
> Please respond to
> "Ant Users List" <us...@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
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: Hiding target names during output

Posted by Jeffrey E Care <ca...@us.ibm.com>.
I would recommend a custom logger class.

-- 
Jeffrey E. Care (carej@us.ibm.com)
WAS Pyxis Lead Release Engineer




chuanjiang lo <lo...@gmail.com> 
02/01/2006 10:28 AM
Please respond to
"Ant Users List" <us...@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