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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to