Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 15553 invoked from network); 3 Feb 2009 06:42:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Feb 2009 06:42:04 -0000 Received: (qmail 65085 invoked by uid 500); 3 Feb 2009 06:42:04 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 65029 invoked by uid 500); 3 Feb 2009 06:42:04 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 65020 invoked by uid 99); 3 Feb 2009 06:42:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2009 22:42:04 -0800 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Feb 2009 06:42:02 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5F7A6238896B; Tue, 3 Feb 2009 06:41:41 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r740225 - /cocoon/cocoon3/trunk/it.sh Date: Tue, 03 Feb 2009 06:41:41 -0000 To: cvs@cocoon.apache.org From: reinhard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090203064141.5F7A6238896B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reinhard Date: Tue Feb 3 06:41:40 2009 New Revision: 740225 URL: http://svn.apache.org/viewvc?rev=740225&view=rev Log: COCOON3-21 Add a bash script to run the Cocoon 3 build with all tests and checks activated. Added: cocoon/cocoon3/trunk/it.sh (with props) Added: cocoon/cocoon3/trunk/it.sh URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/it.sh?rev=740225&view=auto ============================================================================== --- cocoon/cocoon3/trunk/it.sh (added) +++ cocoon/cocoon3/trunk/it.sh Tue Feb 3 06:41:40 2009 @@ -0,0 +1,19 @@ +#! /bin/bash + +# 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. +mvn clean install -P it,archetypes -Dhtmlunit.base-url=http://localhost:8888 Propchange: cocoon/cocoon3/trunk/it.sh ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cocoon/cocoon3/trunk/it.sh ------------------------------------------------------------------------------ svn:executable = * Propchange: cocoon/cocoon3/trunk/it.sh ------------------------------------------------------------------------------ svn:keywords = Id Propchange: cocoon/cocoon3/trunk/it.sh ------------------------------------------------------------------------------ svn:mime-type = text/plain