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 AE0149FB5 for ; Sat, 9 Jun 2012 12:42:46 +0000 (UTC) Received: (qmail 13269 invoked by uid 500); 9 Jun 2012 12:42:44 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 13193 invoked by uid 500); 9 Jun 2012 12:42:44 -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 13145 invoked by uid 99); 9 Jun 2012 12:42:44 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jun 2012 12:42:44 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 14198142860 for ; Sat, 9 Jun 2012 12:42:44 +0000 (UTC) Date: Sat, 9 Jun 2012 12:42:44 +0000 (UTC) From: "Uwe Schindler (JIRA)" To: dev@lucene.apache.org Message-ID: <1577563838.218.1339245764085.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: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-4115?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D132= 92325#comment-13292325 ]=20 Uwe Schindler commented on LUCENE-4115: --------------------------------------- bq. One thing I didn't know how to work around with direct ivy caches was j= ar checksums =E2=80=93 I think it is a good idea to keep these but then I d= on't know how they could be verified if we use ivy caches directly. You can get the ivy:cachefileset and iterate it using a hand-written task or similar? =20 > JAR resolution/ cleanup should be done automatically for ant clean/ eclip= se/ 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, LUCENE-4115.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 u= sers 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 wo= n'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 administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a 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