Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80762 - ant-core does not install javadocs
Summary: ant-core does not install javadocs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-04 11:45 UTC by Ian Schneider
Modified: 2005-02-04 12:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for javadoc (ant-core.patch,420 bytes, patch)
2005-02-04 12:22 UTC, Ian Schneider
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Schneider 2005-02-04 11:45:21 UTC
When using USE=doc, ant-core does not install javadoc

Reproducible: Always
Steps to Reproduce:
1. USE=doc emerge ant-core
Actual Results:  
All (that I know of) static docs were properly installed, but the javadocs
(which are linked from the developer docs) are not.

Expected Results:  
Called the dist_javadocs target from the upstream build.xml.
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-04 12:18:26 UTC
thanks for your report, support for the doc useflag is now improved. the api doc is getting installed beside the static documentation.
Comment 2 Ian Schneider 2005-02-04 12:22:28 UTC
Created attachment 50376 [details, diff]
Patch for javadoc

It could be debated whether the standard doc use-flag should be used or whether
(in general) a java package should also provide a javadoc use flag. As a
developer, I 99% of the time want the javadoc AND the sources, but hey, thats a
different bug...
Comment 3 Ian Schneider 2005-02-04 12:24:05 UTC
Wow, you're fast. I should have checked again before making the patch.
Comment 4 Jan Brinkmann (RETIRED) gentoo-dev 2005-02-04 12:42:18 UTC
=)