Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 31938 invoked from network); 22 Mar 2006 18:41:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Mar 2006 18:41:08 -0000 Received: (qmail 51521 invoked by uid 500); 22 Mar 2006 18:40:56 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 50714 invoked by uid 500); 22 Mar 2006 18:40:51 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 50397 invoked by uid 99); 22 Mar 2006 18:40:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Mar 2006 10:40:47 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Mar 2006 10:40:46 -0800 Received: by ajax.apache.org (Postfix, from userid 65534) id 8BC00D4A03; Wed, 22 Mar 2006 18:40:25 +0000 (GMT) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 39063] New: - Another fork="true" bug (hanging process) Message-ID: X-Bugzilla-Reason: AssignedTo Date: Wed, 22 Mar 2006 18:40:25 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org 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=39063 Summary: Another fork="true" bug (hanging process) Product: Ant Version: 1.6.5 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: mathew.delong@embarcadero.com I am running Ant 1.6.5 build on June 2/2005, and am using the Eclipse Ant plugin of the same version. I am using JDK 1.5.0_04. In a target, I call another target (in my case, a macro) which includes: , then I try to do something like this after calling the target/macro: ------------EX------- ${condition.result} ------------END EX------- The process hangs on the 'http' condition when executed from the Ant Eclipse plugin. (But works fine when executed from command line.) If I change the fork to false, everything works fine. Also, if I remove the http condition, and replace it with another condition, such as: " then everything works fine (process does not hang.) The same hanging occurs outside of the Eclipse plugin in at least one case. That case is when the process is run from CruiseControl: - version 2.3.1 - Windows 2000 - JDK 1.5.0_04 - Multi-threaded to allow at most 4 simultaneous builds -- 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