On Mon, 4 Feb 2002, Scott Sanders <[EMAIL PROTECTED]> wrote: > So if the task is instanceof TaskContainer, then I *can* become > parallel aware?
You *must* 8-) This is not strictly an indicator for whether tasks could be logging messages in parallel, there are other possibilities as well, but tasks that are nested into TaskContainers are the most common case. Nobody is stopping you from writing a task that spawns of Threads that go on forever and log messages even after the task itself is finished according to Ant, but this is a situation that XmlLogger doesn't handle either. > So, parallel can call ant, which could call parallel, which could > call ant...? Yes. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
