On Sun, Feb 03, 2002 at 11:24:17PM +1100, Conor MacNeill wrote: > Erik Hatcher wrote: > > > Scott, > > > > Would your XMLListener be better at home in Ant's CVS? Is it a replacement > > for XMLLogger (yes, which is inappropriately named - and I'm going to > > convert it to an actual BuildLogger soon)? > > > > I just can't help but cringe with code duplication or cut-and-pasting - so > > if your XMListener is a plug-in replacement for our XMLLogger then we'd > > gladly replace ours and you could use it from Ant's codebase instead. > > > > > Erik, > > I don't believe Scott's listener is a plug-in replacement. As far as I > can see, it does not consider multithreaded operation. When multiple > tasks execute in parallel, you can't rely on the sequence of messages > (i.e. a task started message can be received before the previous task's > taskFinished message is received). I believe the current XML logger > handles this. > > Conor >
Conor, Does the current Ant parallel tasks? If so, how? I would like to see this work, unfortunately I do not completely understand the operation of Ant. Scott > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- Scott Sanders - [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
