Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 501A398D6 for ; Tue, 14 Feb 2012 18:38:24 +0000 (UTC) Received: (qmail 10313 invoked by uid 500); 14 Feb 2012 18:38:23 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 10263 invoked by uid 500); 14 Feb 2012 18:38:23 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 10256 invoked by uid 99); 14 Feb 2012 18:38:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 18:38:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 18:38:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CB0AA1B77E7 for ; Tue, 14 Feb 2012 18:37:59 +0000 (UTC) Date: Tue, 14 Feb 2012 18:37:59 +0000 (UTC) From: "Steven Rowe (Updated) (JIRA)" To: dev@lucene.apache.org Message-ID: <704465732.37343.1329244679833.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <140419698.415.1328485439135.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (LUCENE-3754) Store generated archive manifests in per-module output directories MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-3754: -------------------------------- Attachment: LUCENE-3754.patch This version of the patch only provides per-artifact manifest files - these manifest files are always rebuilt, as is currently the case. (I'd rather not make manifests the only part of the build that can get stale between {{ant clean}} invocations.) The patch also contains a new macro {{}}, which provides Solr-specific default attributes, and then calls {{}}, so that these values don't have to be specified everywhere in Solr build files - I noticed that one of the Solr {{}} invocations was missing a Solr-specific value. The manifest filename can now have more than one value in a module, though only the facet module uses this capability right now, to provide a different value in the manifest for the examples jar. Unless there are objections, I will commit this tomorrow. > Store generated archive manifests in per-module output directories > ------------------------------------------------------------------ > > Key: LUCENE-3754 > URL: https://issues.apache.org/jira/browse/LUCENE-3754 > Project: Lucene - Java > Issue Type: Improvement > Reporter: Steven Rowe > Assignee: Steven Rowe > Priority: Minor > Attachments: LUCENE-3754.patch, LUCENE-3754.patch > > > Currently, generated archive manifests are all stored in the same location, so each module's build overwrites the previously built module's manifest. Locating these files in the per-module build dirs will allow them to be rebuilt only when necessary, rather than every time a module's {{jar}} target is called. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org