Javadoc not working with javax.servlet.* ?

Hi everyone,

I can't seem to get javadoc working with servlet stuff. I'm using jdk 1.4.0.

javadoc -doclet com.sun.tools.doclets.doccheck.DocCheck -docletpath E:\doccheck1.2b1\lib\doccheck.jar -d "E:\Conrad\sb\W2K conversion\OE17 (MOWI)\Documentation\Output" -classlist -sourcepath "E:\OneStop4 development\BCGovt\CSE\onestopi\filter\src\java" ca.bc.gov.cse.onestop.managers ca.bc.gov.cse.onestop.servlets ca.bc.gov.cse.onestop.util -classpath "E:\j2sdk1.4.0\lib\tools.jar"

sample errors:

E:\OneStop4 development\BCGovt\CSE\onestopi\filter\src\java\ca\bc\gov\cse\onesto

p\servlets\RequestManager.java:436: cannot resolve symbol

symbol : class ServletException

location: class ca.bc.gov.cse.onestop.servlets.RequestManager

throws ServletException {

and:

javadoc: In doclet class com.sun.tools.doclets.doccheck.DocCheck, method start

has thrown an exception java.lang.reflect.InvocationTargetException

java.lang.NoSuchMethodError: com.sun.tools.doclets.HtmlWriter.<init>(Ljava/lang/

String;Ljava/lang/String;)V

Am I missing something obvious?

[1138 byte] By [727144750] at [2007-9-27 19:13:53]
# 1
The submitter wrote to me privately to say he had resolved this:AHA! I had old versions of the servlet API that weren't even on theclasspath. Ant is doing something else entirely.Great tool. Thanks for the help.-DougJavadoc team
dkramer at 2007-7-6 21:42:48 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...