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 8CFD89BC2 for ; Tue, 26 Jun 2012 10:15:47 +0000 (UTC) Received: (qmail 75466 invoked by uid 500); 26 Jun 2012 10:15:46 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 75141 invoked by uid 500); 26 Jun 2012 10:15:45 -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 75098 invoked by uid 99); 26 Jun 2012 10:15:44 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 10:15:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id F4183142849 for ; Tue, 26 Jun 2012 10:15:43 +0000 (UTC) Date: Tue, 26 Jun 2012 10:15:43 +0000 (UTC) From: "Dawid Weiss (JIRA)" To: dev@lucene.apache.org Message-ID: <2111308127.55701.1340705744001.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1544127986.41125.1338926662976.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (LUCENE-4115) JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-4115: -------------------------------- Attachment: (was: LUCENE-4115.patch) > JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve. > ------------------------------------------------------------------------------------- > > Key: LUCENE-4115 > URL: https://issues.apache.org/jira/browse/LUCENE-4115 > Project: Lucene - Java > Issue Type: Task > Reporter: Dawid Weiss > Assignee: Dawid Weiss > Priority: Trivial > Fix For: 4.0, 5.0 > > > I think we should add the following target deps: > ant clean [depends on] clean-jars > ant resolve [depends on] clean-jars > ant eclipse [depends on] resolve, clean-jars > ant idea [depends on] resolve, clean-jars > This eliminates the need to remember about cleaning up stale jars which users complain about (and I think they're right about it). The overhead will be minimal since resolve is only going to copy jars from cache. Eclipse won't have a problem with updated JARs if they end up at the same location. > If there are no objections I will fix this in a few hours. -- 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