Got it, thanks. -t -----Original Message----- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2000 02:26 To: [EMAIL PROTECTED] Subject: Re: [PATCH] Allow TaskOutputStream use for optional tasks
>>>>> "TF" == Tim Fennell <[EMAIL PROTECTED]> writes: TF> Simple one word patch to TaskOutputStream to change the access TF> for the constructor to public from package in order to allow TF> classes outside of the ant.taskdefs package to create TF> TaskOutputStreams. Useful for optional tasks that need to use it. Tim, please use LogOutputStream instead, which is almost identical to TaskOutputStream (and has a public constructor). Stefan
