>>>>> "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
