No. But you can put it in ANT_OPTS (or your build.{sh|bat}) to avoid typing
it always. --DD

-----Original Message-----
From: Tibor Strausz [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, August 13, 2002 9:55 AM
To: 'Ant Users List'
Subject: RE: skip target silent

can i also put this:
> ant -logger org.apache.tools.ant.NoBannerLogger
in my build.xml instead of typeing it on the command line??

thanks

tibi

> -----Original Message-----
> From: Erik Hatcher [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 13, 2002 4:42 PM
> To: Ant Users List
> Subject: Re: skip target silent
> 
> 
> You can use the NoBannerLogger.
> 
> ant -logger org.apache.tools.ant.NoBannerLogger
> 
> 
> 
> Tibor Strausz wrote:
> > when a target is called but net executed because it has an 
> if clause there
> > is still the name of the target printed to the screen
> > example:
> >  <target name="a" if="run">
> >     <echo>Do stuf here</echo>
> >   </target>
> > if run is not set output will be:
> > a:
> > can i lose this output??
> > 
> > tibi 
> > 
> > --
> > 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