Bug 96746 - dev-java/jgoodies-looks-1.3.1-r1 doesn't install javadocs with USE=doc
|
Bug#:
96746
|
Product: Gentoo Linux
|
Version: 2005.0
|
Platform: All
|
|
OS/Version: Other
|
Status: RESOLVED
|
Severity: minor
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: java@gentoo.org
|
Reported By: nichoj@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: dev-java/jgoodies-looks-1.3.1-r1 doesn't install javadocs with USE=doc
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-06-21 18:53 0000
|
I just noticed that jgoodies-looks doesn't install javadocs regardless of if
you have doc in your useflags. I just looked at the ebuild and build.xml, and
it looks like it should be installing.
Created an attachment (id=61693) [details]
patch for jgoodies-looks-1.3.1-r1.ebuild
I'm still not entirely sure why the original ebuild doesn't quite work.
I patched build-1.3.1.xml to change where javadocs are put (build/doc/api),
which means that they are installed in the right directory in compliance with
the Java Policy.
Also, I install a few more docs with USE=doc.
Fixed up the ebuild and build.xml; emerge sync and try again. Thanks for
reporting this.