Hi al,

What should I do to have classes appear under packages.  The Ant script I
wrote cerates Javadoc that list classes in alphabetical order as well as in
hierarchical order but it does not list classes under their respective
packages.

Please let me know what I need to add to my Ant script listed below.

Thanks

Jamal

<target name="make_javadoc" depends="init">
 <javadoc destdir="${sams.builddir}/javadoc"
          author="true"
          version="true"
          use="true">
          <fileset dir="${sams.builddir}/${sams.gensrcdir}" defaultexcludes="yes">
                <include name="sams/**" />
          </fileset>

 </javadoc>
</target>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to