On Thu, Nov 09, 2006 at 07:53:04AM -0800, Anthony Green wrote: > On Thu, 2006-11-09 at 07:05 -0800, Anthony Green wrote: > > I don't have a FC5 machine handy to test this on but, for what it's > > worth, this works perfectly on FC6. > > Oops - I take this back. I didn't read your note properly. Yes, the > javadoc API link is busted. This looks like a simple packaging bug. > I'll file a bug report. Thank you. It is 214812, should anyone else wish to track it. For what it's worth, I did eventually find the errant javadoc. It's in /usr/share/javadoc/, along with a whole slew of other javadoc, the existence of which I had not previously suspected. Since it seems rather silly to have a bunch of javadoc inaccessible by browser, I added the following to my http.conf for apache (right after the similar stanza for /usr/share/doc/): # Allow access to local system javadoc documentation Alias /javadoc/ /usr/share/javadoc/ <Location /javadoc> order deny,allow deny from all allow from .... Options Indexes FollowSymLinks </Location> Perhaps someone would be kind enough to add something like that to the standard Fedora Java packaging? -- Charles Curley /"\ ASCII Ribbon Campaign Looking for fine software \ / Respect for open standards and/or writing? X No HTML/RTF in email http://www.charlescurley.com / \ No M$ Word docs in email Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB
Attachment:
pgpcEzriqEH5E.pgp
Description: PGP signature
-- fedora-devel-java-list mailing list fedora-devel-java-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-java-list