pdfdoc target is now also working.
[utils] / build / header.xml
index 33a8cd00530618c12d709cdf418d14c1d47a32dd..092a9e369faa9912312abaac9c039911a9bee988 100644 (file)
     <!-- JUnit -->
     <property name="junit.halt.on.failure" value="false"/>
     <property name="unitreport" value="cl-unit.xml"/>
+    
+    <!-- DocCheck path -->
+    <property name="doccheck.home" value="${ant.lib.dir}/doccheck1.2b2/doccheck.jar"/>
+    <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).