Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 5880 invoked from network); 15 Feb 2007 04:29:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2007 04:29:17 -0000 Received: (qmail 54734 invoked by uid 500); 15 Feb 2007 04:29:25 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 54589 invoked by uid 500); 15 Feb 2007 04:29:25 -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 54571 invoked by uid 99); 15 Feb 2007 04:29:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 20:29:24 -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 [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 20:29:16 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 8E43A1A981A; Wed, 14 Feb 2007 20:28:56 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r507811 - /geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy Date: Thu, 15 Feb 2007 04:28:56 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070215042856.8E43A1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Wed Feb 14 20:28:55 2007 New Revision: 507811 URL: http://svn.apache.org/viewvc?view=rev&rev=507811 Log: See whats changed in the libs 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=507811&r1=507810&r2=507811 ============================================================================== --- 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 Wed Feb 14 20:28:55 2007 @@ -198,6 +198,16 @@ params.store("$targetDir/runtests.properties") exec.execute(args) + + // + // HACK: See whats been changed in the TCK/RI libs + // + ant.exec(executable: 'svn', dir: tckLib.baseDir) { + arg(line: "status") + } + ant.exec(executable: 'svn', dir: riLib.baseDir) { + arg(line: "status") + } } def runtestsIteration = {