Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 50807 invoked from network); 16 Aug 2008 00:40:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Aug 2008 00:40:36 -0000 Received: (qmail 67705 invoked by uid 500); 16 Aug 2008 00:40:33 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 67646 invoked by uid 500); 16 Aug 2008 00:40:33 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 67635 invoked by uid 99); 16 Aug 2008 00:40:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 17:40:33 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Aug 2008 00:39:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 48FBB234C1B0 for ; Fri, 15 Aug 2008 17:39:44 -0700 (PDT) Message-ID: <494173193.1218847184297.JavaMail.jira@brutus> Date: Fri, 15 Aug 2008 17:39:44 -0700 (PDT) From: "Jeff Rodriguez (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (LANG-455) New TimeoutProcessBuilder class MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org New TimeoutProcessBuilder class ------------------------------- Key: LANG-455 URL: https://issues.apache.org/jira/browse/LANG-455 Project: Commons Lang Issue Type: New Feature Reporter: Jeff Rodriguez Priority: Minor I've a new class I would like to contribute to Commons Lang. It's purpose is to safely waitFor() processes created with a ProcessBuilder to exit. By safely I mean a timeout is instituted. It will need to be updated to use Commons Lang code style and package name space, as well as have a test case written for it. I'm not sure how that should work given it's platform specific nature. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.