Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 69104 invoked from network); 13 Feb 2007 03:07:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2007 03:07:44 -0000 Received: (qmail 89653 invoked by uid 500); 13 Feb 2007 03:07:51 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 89508 invoked by uid 500); 13 Feb 2007 03:07:51 -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 89496 invoked by uid 99); 13 Feb 2007 03:07:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 19:07:51 -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; Mon, 12 Feb 2007 19:07:43 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id DDCCD1A981A; Mon, 12 Feb 2007 19:07:22 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r506831 - /geronimo/sandbox/build-support/harness/trunk/harness Date: Tue, 13 Feb 2007 03:07:22 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070213030722.DDCCD1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Mon Feb 12 19:07:22 2007 New Revision: 506831 URL: http://svn.apache.org/viewvc?view=rev&rev=506831 Log: Helper script to run the harness while debugging Added: geronimo/sandbox/build-support/harness/trunk/harness (with props) Added: geronimo/sandbox/build-support/harness/trunk/harness URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/harness/trunk/harness?view=auto&rev=506831 ============================================================================== --- geronimo/sandbox/build-support/harness/trunk/harness (added) +++ geronimo/sandbox/build-support/harness/trunk/harness Mon Feb 12 19:07:22 2007 @@ -0,0 +1,29 @@ +#!/bin/sh +## +## Licensed to the Apache Software Foundation (ASF) under one +## or more contributor license agreements. See the NOTICE file +## distributed with this work for additional information +## regarding copyright ownership. The ASF licenses this file +## to you under the Apache License, Version 2.0 (the +## "License"); you may not use this file except in compliance +## with the License. You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, +## software distributed under the License is distributed on an +## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +## KIND, either express or implied. See the License for the +## specific language governing permissions and limitations +## under the License. +## + +## +## $Id$ +## + +cd target/image + +chmod +x tools/*/bin/* + +exec tools/ant/bin/ant -f harness.xml "$@" Propchange: geronimo/sandbox/build-support/harness/trunk/harness ------------------------------------------------------------------------------ svn:executable = *