On Mon, 4 Feb 2002, Scott Sanders <[EMAIL PROTECTED]> wrote: > So, I only need to watch messages, and put them in the right task?
Well, yes. Each message comes with the task instance as part of the BuildEvent, so you can pile the messages up on a task by task basis (this is what the current XmlLogger does AFAIK). > Is the parallel task logged somehow? It is a built-in task starting with Ant 1.4. But it is just one implementation of the more general TaskContainer concept and nobody would stop people from writing their own task containers that invoked other tasks in parallel as well. > Would I know that something is being paralleled? No, even the tasks themselves usually don't know that. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
