Crystal clear.
Thank you.
Janusz

-----Original Message-----
From: Anderson, Rob H - VSCM [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 28 November 2002 11:31 AM
To: 'Ant Users List'
Subject: RE: Can I switch of "echo" string from Echo task


run ant with the -emacs option.

-----Original Message-----
From: Janusz Dalecki (TYCO) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 27, 2002 4:27 PM
To: 'Ant Users List'
Subject: RE: Can I switch of "echo" string from Echo task


Actually when I use echo task like this:
                <echo message="Hello"/>
... it will print on the console string like this:
                [echo] Hello
... and I would like to switch off the "echo" string so I could see only
this:
                Hello

Janusz
-----Original Message-----
From: Erik Hatcher [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 28 November 2002 10:57 AM
To: Ant Users List
Subject: Re: Can I switch of "echo" string from Echo task


You mean switch "off" the echo output?

Try echoing to a different level, such as verbose.  <echo
level="verbose">blah blah</echo>

Then you will only see that output if you run with -verbose.

        Erik


Janusz Dalecki (TYCO) wrote:
> I would like to switch of "echo" string when I am executing “Echo” task.
Is
> it possible?
>
> Janusz
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to