compiling modified standard doclet

Hi,

I'm getting loads of compiler errors when I use the javac option at the command line to compile the classes in the standard doclet which I've subclassed. The errors are like this :

Standard.java:63: cannot resolve symbol

symbol : class DocletAbortException

location: class Taglets.Standard

} catch (DocletAbortException exc) { ....

thanx !

[389 byte] By [chica30a] at [2007-10-2 12:21:55]
# 1
Are you including tools.jar in your classpath, something like this:javac -classpath "C:\Program Files\Java\jdk1.5.0_04\lib\tools.jar" -d classes *.java-Doug
dhkramera at 2007-7-13 9:12:07 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...