Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 98876 invoked from network); 11 Nov 2008 02:28:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Nov 2008 02:28:41 -0000 Received: (qmail 33171 invoked by uid 500); 11 Nov 2008 02:28:42 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 33116 invoked by uid 500); 11 Nov 2008 02:28:42 -0000 Mailing-List: contact java-dev-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-dev@lucene.apache.org Received: (qmail 33107 invoked by uid 99); 11 Nov 2008 02:28:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Nov 2008 18:28:42 -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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 02:27:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4A2B4234C286 for ; Mon, 10 Nov 2008 18:27:44 -0800 (PST) Message-ID: <135204417.1226370464302.JavaMail.jira@brutus> Date: Mon, 10 Nov 2008 18:27:44 -0800 (PST) From: "Michael Busch (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-1446) Run 'test-tag' in nightly build In-Reply-To: <2123269123.1226283044212.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1446: ---------------------------------- Attachment: lucene-1446.patch Small update: the availability check of a tag must be done in the sequential block of target 'test-tag'. I'll commit this soon. > Run 'test-tag' in nightly build > ------------------------------- > > Key: LUCENE-1446 > URL: https://issues.apache.org/jira/browse/LUCENE-1446 > Project: Lucene - Java > Issue Type: Improvement > Reporter: Michael Busch > Assignee: Michael Busch > Priority: Trivial > Fix For: 2.9 > > Attachments: lucene-1446.patch, lucene-1446.patch > > > Changes in this trivial patch: > - ant target 'nightly' now also depends on 'test-tag' > - adds property 'compatibility.tag' to common-build.xml that should always point to the last tagged release; its unit tests will be downloaded unless -Dtag="" is used to override > - 'download-tag' does not fail if the svn checkout wasn't successful; instead 'test-tag' checks if the specified tag is checked-out and available, if not it fails -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org