problems with Overview appearance

I am currently trying to adjust the appearance of the javadoc overview page, being able to generate groups to show on the page. However, no group names show on the page.

<group title="LDT">

<package name="LDT"/>

</group>

<group title="Quickstart">

<package name="quickstart"/>

</group>

The directoriy of the folders are C:\LandmarkEnvironments\mainline\apps\quickstart\modules\tests\rft\quickstart

and C:\LandmarkEnvironments\mainline\apps\quickstart\modules\tests\rft\LDT

ANy insight would be greatly appreciated.I am wondering if they have to be packages in the strict java sense of the word...Thanks.

Wes

[876 byte] By [Wesley_Ba] at [2007-10-3 1:44:06]
# 1
Here's the documentation on the -group option http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#groupYes, they need to be packages in the strict java sense.What does the argument to your -group option look like?-Doug
dhkramera at 2007-7-14 18:42:15 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...