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 984529EDF for ; Thu, 7 Jun 2012 20:03:26 +0000 (UTC) Received: (qmail 58713 invoked by uid 500); 7 Jun 2012 20:03:23 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 58622 invoked by uid 500); 7 Jun 2012 20:03: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 58317 invoked by uid 99); 7 Jun 2012 20:03:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2012 20:03:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 96E75142861 for ; Thu, 7 Jun 2012 20:03:23 +0000 (UTC) Date: Thu, 7 Jun 2012 20:03:23 +0000 (UTC) From: "Mark Miller (JIRA)" To: dev@lucene.apache.org Message-ID: <364807721.49507.1339099403621.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1544127986.41125.1338926662976.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13291269#comment-13291269 ] Mark Miller commented on LUCENE-4115: ------------------------------------- bq. what target did you issue I'm getting this from Uwe's jenkins emails to the devs list rather than my own machine. I don't think there is any IDE involved there. A quick test in my vm shows it happening at the end of running ant test though. > 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 > > Attachments: LUCENE-4111.patch > > > 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