Bug 35880 - Online Docs, fulldocs.tar.gz missing Catalina JavaDocs
Summary: Online Docs, fulldocs.tar.gz missing Catalina JavaDocs
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 6.0.0
Hardware: All All
: P2 normal (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL: http://jakarta.apache.org/tomcat/tomc...
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-26 23:25 UTC by Yoav Shapira
Modified: 2007-03-19 09:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yoav Shapira 2005-07-26 23:25:11 UTC
They're missing from both
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/docs/api/index.html).
and the fulldocs.tar.gz bundle.  Check/fix the "dist" target of build.xml
Comment 1 Yoav Shapira 2005-07-26 23:38:53 UTC
It's because the relevant part of the dist-javadoc target in
jakarta-tomcat-5/build.xml is commented out.
Comment 2 Yoav Shapira 2005-07-27 00:23:56 UTC
A bit more complicated: the build/release scripts are fine. 
JSSE15SocketFactory.java has 2 fatal JavaDoc errors when generating the JavaDoc
on  JDK 1.4, which is what we do when releasing Tomcat.
Comment 3 Yoav Shapira 2005-07-27 02:04:39 UTC
OK.  I've generated the docs and put them on the live site.  I've updated
build.xml so this won't happen again for Tomcat 5.5.11 and beyond.