RE: parallel is working differently in Maven than in Ant

2004-01-29 Thread W. Sean Hennessy
Can you timestamp each of the thread echo output to exclude the possibility the output stream is representing order incorrectly? -Original Message- From: Jefferson K. French [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 12:57 PM To: Maven Subject: ant:parallel is working

Re: parallel is working differently in Maven than in Ant

2004-01-29 Thread Jefferson K. French
Yes, but this example is just scaled down from where I first noticed it. Originally instead of the simple sleeps and echos, I ran a message feeder program that took 30-40 minutes to run. It was much more obvious with that example that the programs ran sequentially. I just created the simplified