Where is DocCheck Output?

I downloaded and installed the DocCheck doclet and believe I have it running - it loads all my classes and produces warnings. However, the website indicates that a series of HTML files with the results will be produced, and I can't seem to locate them! Can anyone tell me where these are placed by default, and if so, how can I change the directory?

Thanks,

Jen

[388 byte] By [jhocko] at [2007-9-26 18:18:27]
# 1

I don't know about the default but you can use -d path to redirect the output so your command line would look like

javadoc -doclet com.sun.tools.doclets.doccheck.DocCheck \

-docletpath .../doccheck-1_2-beta1/lib/doccheck.jar \

-d ../doccheck_output_dir \

package... class...

it is mentioned in the documentation that comes with the doclet

teifion at 2007-7-3 2:17:46 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...