Return-Path: Delivered-To: apmail-ofbiz-commits-archive@www.apache.org Received: (qmail 91885 invoked from network); 1 Aug 2010 19:56:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Aug 2010 19:56:21 -0000 Received: (qmail 29758 invoked by uid 500); 1 Aug 2010 19:56:21 -0000 Delivered-To: apmail-ofbiz-commits-archive@ofbiz.apache.org Received: (qmail 29737 invoked by uid 500); 1 Aug 2010 19:56:20 -0000 Mailing-List: contact commits-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list commits@ofbiz.apache.org Received: (qmail 29730 invoked by uid 99); 1 Aug 2010 19:56:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Aug 2010 19:56:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Sun, 01 Aug 2010 19:56:20 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B66C62388A40; Sun, 1 Aug 2010 19:55:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r981294 - /ofbiz/branches/release4.0/mergefromtrunk.bat Date: Sun, 01 Aug 2010 19:55:03 -0000 To: commits@ofbiz.apache.org From: jleroux@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100801195503.B66C62388A40@eris.apache.org> Author: jleroux Date: Sun Aug 1 19:55:03 2010 New Revision: 981294 URL: http://svn.apache.org/viewvc?rev=981294&view=rev Log: Better but still needs to be fully tested... Modified: ofbiz/branches/release4.0/mergefromtrunk.bat Modified: ofbiz/branches/release4.0/mergefromtrunk.bat URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/mergefromtrunk.bat?rev=981294&r1=981293&r2=981294&view=diff ============================================================================== --- ofbiz/branches/release4.0/mergefromtrunk.bat (original) +++ ofbiz/branches/release4.0/mergefromtrunk.bat Sun Aug 1 19:55:03 2010 @@ -38,4 +38,20 @@ rem commit the backport to release with echo on svn merge -r %prevRev%:%version% https://svn.apache.org/repos/asf/ofbiz/trunk svn commit -F comment.tmp -pause + + +:menu +echo y) tests +echo n) exit +choice /c:yn Do you want to run tests ? +if errorlevel = 2 goto exit +if errorlevel = 1 goto tests + +:tests +ant clean-all +ant run-install +ant run-tests + +:exit +echo you can now do the commit by hand +pause \ No newline at end of file