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 !

