[fedora-java] Struts Javadoc Missing

Charles Curley charlescurley at charlescurley.com
Fri Nov 10 05:17:55 UTC 2006


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/fedora-devel-java-list/attachments/20061109/9a436664/attachment.sig>


More information about the fedora-devel-java-list mailing list