Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 95416 invoked from network); 22 Apr 2005 14:11:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Apr 2005 14:11:04 -0000 Received: (qmail 59954 invoked by uid 500); 22 Apr 2005 14:11:12 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 59836 invoked by uid 500); 22 Apr 2005 14:11:10 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 59783 invoked by uid 99); 22 Apr 2005 14:11:10 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 22 Apr 2005 07:11:09 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 451732DE; Fri, 22 Apr 2005 16:10:42 +0200 (CEST) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 34502] - testRedirect1 and testRedirect2 fail X-Bugzilla-Reason: AssignedTo Message-Id: <20050422141042.451732DE@ajax.apache.org> Date: Fri, 22 Apr 2005 16:10:42 +0200 (CEST) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=34502 ------- Additional Comments From gudnabrsam@yahoo.com 2005-04-22 16:10 ------- on the waitfor issue: yes, it's a hack. But, so is Windows, the platform to which this hack applies. ;) Windows JVMs are utter hell on threading. I can put together some fairly complicated threading stuff that works fine on a Sun JVM and locks up 75% of the time on Windows. The I/O redirection code is at the mercy of the thread scheduler. I would be thrilled if a threading expert were to improve upon the redirection code, and I am as dismayed as anyone that the tests are no more reliable than they are. The thread interaction here works AFAIK, if sometimes more slowly than we might like. Anything any more complex than what we have here I have been unable to make work at all on Windows after spending two months trying (I'm still mad about this). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org