On the user list there was a wish to enable <javadoc> to be
more quite. I took a look at the source and saw that it should be possible
to add the redirector helper, see [1].
The I reminded this thread (which I haven�t followed so deeply :) and I
think <javadoc> - as an indirect child from <exec> - is also a candidate for
<redirect>.
Another point: the "old" error/output/... could be ported to configure the
redirector.
Something like
setError(String err) {
// this.err = err; // earlier implementation
if (redirector==null) {
redirector = new Redirector();
}
redirector.setError(err);
}
What do you think?
Jan
[1] http://marc.theaimsgroup.com/?l=ant-user&m=107717451600515&w=2
> -----Original Message-----
> From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 19, 2004 2:10 PM
> To: [EMAIL PROTECTED]
> Subject: Re: <apply> outputproperty & errorproperty
>
>
> On Thu, 19 Feb 2004, Matt Benson <[EMAIL PROTECTED]> wrote:
>
> > Today, when append="false", output and error files will contain only
> > the results of the last execution, whereas outputproperty and
> > errorproperty contain the results of the first execution, due to
> > property immutability.
>
> Good catch.
>
> > I would just personally feel like BC is the correct choice here.
>
> +1
>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>