pdfdoc target is now also working.
authorErik Brakkee <erik@brakkee.org>
Thu, 9 Mar 2006 11:02:32 +0000 (11:02 +0000)
committerErik Brakkee <erik@brakkee.org>
Thu, 9 Mar 2006 11:02:32 +0000 (11:02 +0000)
build/header.xml
build/trailer.xml
lib/ant/pdfdoclet-1.0.2-all.jar [new file with mode: 0644]

index acea5089780be7f60fde2f501a30c1ca08a4e5d9..092a9e369faa9912312abaac9c039911a9bee988 100644 (file)
     <path id="doccheck.path">
       <pathelement location="${doccheck.home}"/>
     </path>
+    
+    <!-- PdfDoclet path -->
+    <property name="pdfdoclet.home" value="${ant.lib.dir}/pdfdoclet-1.0.2-all.jar"/>
+    <path id="pdfdoclet.path">
+      <pathelement location="${pdfdoclet.home}"/>
+    </path>
         
     <!-- Hibernate paths --> 
     <!--  name of the file in the source directory containing
   
   <target name="help-impl">
     <echo>
+    
+      Preparation:
+      
+      deps:          Download dependencies, this is necessary for using 
+                     any of the build targets.
+      clean-deps:    Remove downloaded dependencies. 
+      
       General build targets: 
       
       clean:         Cleans up all build results (excluding the dist location).
index 5de45a4865509b9ccaa9eddc82b0c60372230357..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" />
diff --git a/lib/ant/pdfdoclet-1.0.2-all.jar b/lib/ant/pdfdoclet-1.0.2-all.jar
new file mode 100644 (file)
index 0000000..2a20915
Binary files /dev/null and b/lib/ant/pdfdoclet-1.0.2-all.jar differ