The short answer - no, there isn't an option on <target> to silence it
unless there is an error.

You could write your own custom BuildLogger to do this rather easily
though - just have a look at DefaultLogger in Ant's source code.  Then use
the -logger command-line switch to use a custom one.

    Erik

----- Original Message -----
From: "David Blevins" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, December 05, 2001 7:30 PM
Subject: RE: Silent execution of targets


> All,
>
> I'm curious as to why my question has been ignored.  Was there something
> lacking in the post?
>
> Thanks,
> David
>
> > -----Original Message-----
> > From: David Blevins [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, December 03, 2001 10:19 PM
> > To: [EMAIL PROTECTED]
> > Subject: Silent execution of targets
> >
> >
> > Hi All,
> >
> > Simple question.
> >
> > Is there any option or flag (or anything) I can set on a target so that
it
> > doesn't output anything unless there is an error?
> >
> > Thanks,
> > David
> >
> >
> > --
> > 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