Forte javadoc output location mystery

I generate javadoc from Sun ONE Studio. Running a search I found MyClass.HTML in 5 different places, only one of which was where I really wanted it. How can I tell it where to put my javadoc?Thanks in advance.
[223 byte] By [MartinRineharta] at [2007-9-28 15:14:54]
# 1

From a member of the Forte team (TH):

Specifying an output directory for Javadoc files is documented in online help. Here is the relevant part:

You can specify an output directory for Javadoc files in two ways:

? Specify one output directory in which to generate all documentation.

? Request that the IDE ask for an output directory each time you generate

Javadoc documentation. This option enables you to store Javadoc

documentation in multiple directories.

To specify a single output directory:

1. From the main window, choose Tools Options.

2. In the Options window, expand Code Documentation Doclets.

3. Select Standard Doclet.

4. Set the value of the Destination property to the directory where you

want to generate the Javadoc documentation.

To be asked for a destination directory:

1. In the Options window, expand the Code Documentation node and select

the Documentation subnode.

2. Set the Ask for Destination Directory property to True.

I hope it helps.

-Doug Kramer

javadoc team

dkramera at 2007-7-12 12:00:46 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...