From continuum-commits-return-288-apmail-maven-continuum-commits-archive=maven.apache.org@maven.apache.org Sun Jun 05 18:05:43 2005 Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 51043 invoked from network); 5 Jun 2005 18:05:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jun 2005 18:05:43 -0000 Received: (qmail 46373 invoked by uid 500); 5 Jun 2005 18:05:43 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 46341 invoked by uid 500); 5 Jun 2005 18:05:43 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 46323 invoked by uid 99); 5 Jun 2005 18:05:42 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Sun, 05 Jun 2005 11:05:42 -0700 Received: (qmail 51035 invoked by uid 65534); 5 Jun 2005 18:05:41 -0000 Message-ID: <20050605180541.51034.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r180127 - /maven/continuum/trunk/build.sh Date: Sun, 05 Jun 2005 18:05:41 -0000 To: continuum-commits@maven.apache.org From: jvanzyl@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jvanzyl Date: Sun Jun 5 11:05:40 2005 New Revision: 180127 URL: http://svn.apache.org/viewcvs?rev=3D180127&view=3Drev Log: appying patch by jerome to improve the output of the script Modified: maven/continuum/trunk/build.sh Modified: maven/continuum/trunk/build.sh URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/build.sh?rev=3D180= 127&r1=3D180126&r2=3D180127&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- maven/continuum/trunk/build.sh (original) +++ maven/continuum/trunk/build.sh Sun Jun 5 11:05:40 2005 @@ -16,4 +16,4 @@ m2 -r -Dmaven.reactor.includes=3D*/pom.xml clean:clean "$@" m2 -r -Dmaven.reactor.includes=3D"$includes" install "$@" (cd continuum-plexus-application && sh build.sh "$@") -) 2>&1 | tee -a ../build.log +) 2>&1 | tee -a build.log