Return-Path: Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: (qmail 3364 invoked from network); 8 Nov 2008 18:31:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2008 18:31:30 -0000 Received: (qmail 54831 invoked by uid 500); 8 Nov 2008 18:31:36 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 54815 invoked by uid 500); 8 Nov 2008 18:31:36 -0000 Mailing-List: contact java-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-commits@lucene.apache.org Received: (qmail 54806 invoked by uid 99); 8 Nov 2008 18:31:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Nov 2008 10:31:36 -0800 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; Sat, 08 Nov 2008 18:30:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B57DD238896F; Sat, 8 Nov 2008 10:30:38 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r712416 - in /lucene/java/trunk: CHANGES.txt build.xml common-build.xml Date: Sat, 08 Nov 2008 18:30:38 -0000 To: java-commits@lucene.apache.org From: buschmi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081108183038.B57DD238896F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buschmi Date: Sat Nov 8 10:30:37 2008 New Revision: 712416 URL: http://svn.apache.org/viewvc?rev=712416&view=rev Log: LUCENE-1440: Add new targets to build.xml that allow downloading and executing the junit testcases from an older release for backwards-compatibility testing. Modified: lucene/java/trunk/CHANGES.txt lucene/java/trunk/build.xml lucene/java/trunk/common-build.xml Modified: lucene/java/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=712416&r1=712415&r2=712416&view=diff ============================================================================== --- lucene/java/trunk/CHANGES.txt (original) +++ lucene/java/trunk/CHANGES.txt Sat Nov 8 10:30:37 2008 @@ -62,6 +62,10 @@ Build + 1. LUCENE-1440: Add new targets to build.xml that allow downloading + and executing the junit testcases from an older release for + backwards-compatibility testing. (Michael Busch) + Test Cases ======================= Release 2.4.0 2008-10-06 ======================= Modified: lucene/java/trunk/build.xml URL: http://svn.apache.org/viewvc/lucene/java/trunk/build.xml?rev=712416&r1=712415&r2=712416&view=diff ============================================================================== --- lucene/java/trunk/build.xml (original) +++ lucene/java/trunk/build.xml Sat Nov 8 10:30:37 2008 @@ -88,7 +88,51 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: lucene/java/trunk/common-build.xml URL: http://svn.apache.org/viewvc/lucene/java/trunk/common-build.xml?rev=712416&r1=712415&r2=712416&view=diff ============================================================================== --- lucene/java/trunk/common-build.xml (original) +++ lucene/java/trunk/common-build.xml Sat Nov 8 10:30:37 2008 @@ -73,6 +73,7 @@ + @@ -331,67 +332,92 @@ - - - - - - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + MAYBE + Tests failed! + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - MAYBE - Tests failed! - - - + + + + + + + + + + + + + +