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
Description:   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.

------- Comment #1 From Josh Nichols (RETIRED) 2005-06-21 19:00:55 0000 -------
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.

------- Comment #2 From Josh Nichols (RETIRED) 2005-06-21 19:01:39 0000 -------
Created an attachment (id=61694) [details]
patch for build-1.3.1.xml

Patch for build-1.3.1.xml previously mentioned.

------- Comment #3 From Saleem Abdulrasool (RETIRED) 2005-06-22 20:57:15 0000 -------
Fixed up the ebuild and build.xml; emerge sync and try again.  Thanks for
reporting this.