On Thu, 21 Feb 2002 15:32, Conor MacNeill wrote: > > From: Peter Donald [mailto:[EMAIL PROTECTED] > > > > On Thu, 21 Feb 2002 13:01, Conor MacNeill wrote: > > > > From: Peter Donald [mailto:[EMAIL PROTECTED] > > > > > > > > However the notion of > > > > TaskContainers was not 100% supported (and still isn't) because the > > > > stdout/sterr was not redirected to the correct task and so forth. > > > > > > What makes you say that? > > > > because it was never implemented ? > > This is what the DemuxOutputStream does. The Project records which task is > currently active on each thread and then, when System.out/System.err is > generated, it routes it to the current task on that thread. The methods > handleOutput, handlerErr are used to receive the output. The default is to > send an appropriate log message but a task can override it to receive its > own output.
yep. > That is there now. Is that what we are talking about? Nope - we were talking about why the myrmidon ant1 compatability layer was not 100% compatible with the real Ant1.x - ie JUnit placed in a <parrallel/> element would produce different results under the scheme that was in place due to lack of this functionality. -- Cheers, Pete *----------------------------------------------* | The best defense against logic is ignorance. | *----------------------------------------------* -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
