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 EE0619CF5 for ; Tue, 24 Apr 2012 11:31:56 +0000 (UTC) Received: (qmail 27633 invoked by uid 500); 24 Apr 2012 11:31:55 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 27425 invoked by uid 500); 24 Apr 2012 11:31:55 -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 27221 invoked by uid 99); 24 Apr 2012 11:31:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 11:31:54 +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, 24 Apr 2012 11:31:53 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 20A8F40C7F6 for ; Tue, 24 Apr 2012 11:31:33 +0000 (UTC) Date: Tue, 24 Apr 2012 11:31:33 +0000 (UTC) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Message-ID: <1909359218.9045.1335267093135.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (LUCENE-4017) fail the build on unused third party jars 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 Robert Muir created LUCENE-4017: ----------------------------------- Summary: fail the build on unused third party jars Key: LUCENE-4017 URL: https://issues.apache.org/jira/browse/LUCENE-4017 Project: Lucene - Java Issue Type: Task Components: general/build Reporter: Robert Muir LUCENE-3811 removed 4 useless jars from benchmark/lib. How many others do we have in this boat? Can't we do something like http://sixlegs.com/blog/java/depfind.html on each module, and if there is no path thru the dependency graph from its build/xyz.jar to one in lib/, then fail (with a way to have exceptions for only-reflected stuff) -- 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