Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 14235 invoked from network); 19 Feb 2007 06:09:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2007 06:09:10 -0000 Received: (qmail 39335 invoked by uid 500); 19 Feb 2007 06:09:18 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 39307 invoked by uid 500); 19 Feb 2007 06:09:18 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 39296 invoked by uid 99); 19 Feb 2007 06:09:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Feb 2007 22:09:18 -0800 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Feb 2007 22:09:09 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 784301A981A; Sun, 18 Feb 2007 22:08:49 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r509101 - /geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy Date: Mon, 19 Feb 2007 06:08:49 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070219060849.784301A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Sun Feb 18 22:08:48 2007 New Revision: 509101 URL: http://svn.apache.org/viewvc?view=rev&rev=509101 Log: Hook up the reaper Modified: geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy Modified: geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy?view=diff&rev=509101&r1=509100&r2=509101 ============================================================================== --- geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy (original) +++ geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy Sun Feb 18 22:08:48 2007 @@ -28,6 +28,7 @@ import gbuild.system.commands.MavenCommand import gbuild.system.commands.ExecCommand +import gbuild.system.util.BastardChildReaper import gbuild.system.util.IterationConfigurator import gbuild.system.util.Sorting @@ -224,6 +225,9 @@ // HACK: Show what processes and tmp are left around afterwards // showProcessesAndTemp() + + // Nuke any bastard children + new BastardChildReaper().reap() } def showProcessesAndTemp() {