Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 66782

Summary: dohtml should include 'package-list' file by default
Product: Gentoo Linux Reporter: Daniel Solano Gómez <gentoo-bugs>
Component: [OLD] Core systemAssignee: Java team <java>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2004.2   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel Solano Gómez 2004-10-08 09:45:04 UTC
The dohtml call in ebuilds is often used to insert Javadoc documentation into the install.  As part of this documentation, a file called 'package-list' is created by Javadoc which contains information about what packages are documented in a particular documentation directory.  Although this file is not needed to browse the documentation as a user, development tools such as Eclipse rely on this file in order to be able to integrate the documentation.  Although this can worked-around by manually installing the file in the ebuild, it is often overlooked.  A more practical solution is to add 'package-list' to the list of the file types automatically copied over by dohtml.
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-10-08 12:07:16 UTC

*** This bug has been marked as a duplicate of 50740 ***