I mean the awkward interleaving of messages... -----Original Message----- From: Conor MacNeill [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 8:39 AM To: Ant Users List Subject: Re: How to get more readable output when using the <parallel> task?
John Volkar wrote: > So, any hints on how to get more readable output when you use the <parallel> > task? It depends on what you mean by "more readable" :-). One possibility is to name the tasks by using the taskname attribute which is supported by all tasks. This name will then be used in the output tag (the [javac] thing) rather than the normal task name. Conor -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
