You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Dick, Brian E." <Br...@FMR.com> on 2004/08/18 16:08:37 UTC

Loud redirector

I'm running the exec task with an input redirector and it's displaying
the file it's opening. Is there a way to shut it up?

   <exec executable="myexec">
      <redirector>
         <inputmapper type="merge" to="file.in"/>
      </redirector>
   </exec>

Produces log message

   [exec] Opening C:\file.in

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


Re: Loud redirector

Posted by Matt Benson <gu...@yahoo.com>.
I assume you're running in verbose mode.  To avoid
verbose messages, don't use verbose mode.  ;)  Anyway,
thanks for being the first member of the user
community to use the <redirector> type. ;)

-Matt

--- "Dick, Brian E." <Br...@FMR.com> wrote:

> I'm running the exec task with an input redirector
> and it's displaying
> the file it's opening. Is there a way to shut it up?
> 
>    <exec executable="myexec">
>       <redirector>
>          <inputmapper type="merge" to="file.in"/>
>       </redirector>
>    </exec>
> 
> Produces log message
> 
>    [exec] Opening C:\file.in
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> user-unsubscribe@ant.apache.org
> For additional commands, e-mail:
> user-help@ant.apache.org
> 
> 



		
__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail

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