pdfdoc target is now also working.
[utils] / build / trailer.xml
index b93f427946df82fcd0a2c72231dde3cd3ad94d3f..d5082a7ce6403e635cf117a4b93b3b8a562bedef 100644 (file)
        <javadoc packagenames="*" author="true" version="true" private="yes"
                source="${javac.source}" doclet="com.tarsec.javadoc.pdfdoclet.PDFDoclet"
                docletpathref="pdfdoclet.path"
+               classpath="${module.classpath}"
+               sourcepath="${module.source.dir}"
                additionalparam="-pdf ${module.pdfdoc.dir}/${module.name}.pdf">
-               <fileset dir="${module.source.dir}">
+               <!-- fileset dir="${module.source.dir}">
                        <include name="**/*.java" />
-               </fileset>
+               </fileset -->
        </javadoc>
        <echo
                message="Unfortuantely, this target will have generated some errors but the pdf will still look fine" />
        <javadoc packagenames="*" destdir="${module.doccheck.dir}"
                author="true" version="true"
                doclet="com.sun.tools.doclets.doccheck.DocCheck"
-               docletpathref="doccheck.path" source="${javac.source}">
-               <fileset dir="${module.source.dir}">
-                       <include name="**/*.java" />
-               </fileset>
+               docletpathref="doccheck.path" 
+               classpath="${module.classpath}"
+               sourcepath="${module.source.dir}">
        </javadoc>
 </target>