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 8A1499756 for ; Thu, 12 Apr 2012 22:01:46 +0000 (UTC) Received: (qmail 94710 invoked by uid 500); 12 Apr 2012 22:01:45 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 94620 invoked by uid 500); 12 Apr 2012 22:01: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 94546 invoked by uid 99); 12 Apr 2012 22:01:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2012 22:01:44 +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; Thu, 12 Apr 2012 22:01:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D4897367A07 for ; Thu, 12 Apr 2012 22:01:23 +0000 (UTC) Date: Thu, 12 Apr 2012 22:01:23 +0000 (UTC) From: "Robert Muir (Commented) (JIRA)" To: dev@lucene.apache.org Message-ID: <416523297.19606.1334268083871.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <40958608.17687.1334246962262.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (LUCENE-3977) generated/duplicated javadocs are wasteful and bloat the release 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-3977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252897#comment-13252897 ] Robert Muir commented on LUCENE-3977: ------------------------------------- Besides the trivial patch above (which I think we should do), looking at the big picture with the 2x duplication, I really think we should totally nuke these javadocs-all tasks. Really if we have different modules like contrib-analyzers, why can't they link to the things they depend on (e.g. lucene-core) just like the solr javadocs do? This is just a matter of fixing the build system and then working towards making our downloads reasonable right? > generated/duplicated javadocs are wasteful and bloat the release > ---------------------------------------------------------------- > > Key: LUCENE-3977 > URL: https://issues.apache.org/jira/browse/LUCENE-3977 > Project: Lucene - Java > Issue Type: Bug > Components: general/javadocs > Reporter: Robert Muir > Priority: Blocker > Fix For: 4.0 > > > Some stats for the generated javadocs of 3.6: > * 9,146 files > * 161,872 KB uncompressed > * 25MB compressed (this is responsible for nearly half of our binary release) > The fact we intentionally double our javadocs size with the 'javadocs-all' thing > is truly wasteful and compression doesn't help at all. Just testing, i nuked 'all' > and found: > * 4,944 files > * 81,084 KB uncompressed > * 12.8MB compressed > We need to clean this up for 4.0. We only need to ship javadocs 'one way'. -- 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