| Bug#: 50304 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: All | Status: RESOLVED | Severity: minor | Priority: P2 |
| Resolution: FIXED | Assigned To: java@gentoo.org | Reported By: mike.javorski@gmail.com | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: FIX: dev-java/commons-cli does not include the api documents when "USE=doc" is specified | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2004-05-06 19:10 0000 | |||
| Description: | Opened: 2004-05-06 19:10 0000 |
I have noticed this for several commons packages, perhaps the jakarta-commons
eclass needs to be updated.
Add the following to the end of the ebuild to enable the functionality:
<* SNIP *>
src_install() {
use doc && dohtml -r ${S}/target/docs/
jakarta-commons_src_install
}
<* SNIP *>
Fixed in portage now. Thanks ;)