From dev-return-71258-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Thu Mar 09 16:31:29 2006 Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 83106 invoked from network); 9 Mar 2006 16:31:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Mar 2006 16:31:27 -0000 Received: (qmail 52767 invoked by uid 500); 9 Mar 2006 16:31:26 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 52724 invoked by uid 500); 9 Mar 2006 16:31:25 -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 52713 invoked by uid 99); 9 Mar 2006 16:31:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Mar 2006 08:31:25 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Mar 2006 08:31:24 -0800 Received: by ajax (Postfix, from userid 65534) id 942816ACA9; Thu, 9 Mar 2006 16:31:03 +0000 (GMT) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 38893] - ant has problems with nohup In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060309163103.942816ACA9@ajax> Date: Thu, 9 Mar 2006 16:31:03 +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=38893 ------- Additional Comments From alexeys@inventigo.com 2006-03-09 16:31 ------- You need to redirect all standard handles to /dev/null: nohup ant ....... >/dev/null 2>/dev/null