(no commit message)
[utils] / build / header.xml
index a06b43311cb72e95759b586d0fce6914db25f98a..9fac8d996385a4d193dde646d0bd29e82fdc137d 100644 (file)
@@ -12,6 +12,7 @@
 <property name="project.home" value=".."/>
 <property name="build.dir" value="${project.home}/build"/>
 <property name="lib.dir" value="${project.home}/lib"/>
+<property environment="env"/>
 
 <target name="download.dep">
   <if>
 <target name="wamblee.support.d">
   <copy todir="${download.dir}">
     <fileset dir="${support.dist.dir}">
-      <include name="support.jar"/>
+      <include name="wamblee-support.jar"/>
     </fileset>
   </copy>
 </target>
 <target name="wamblee.support.test.d">
   <copy todir="${download.dir}">
     <fileset dir="${support.dist.dir}">
-      <include name="support-test.jar"/>
+      <include name="wamblee-support-test.jar"/>
     </fileset>
   </copy>
 </target>
 <target name="wamblee.crawler.d">
   <copy todir="${download.dir}">
     <fileset dir="${crawler.dist.dir}">
-      <include name="crawler-basic.jar"/>
+      <include name="wamblee-crawler-basic.jar"/>
     </fileset>
   </copy>
 </target>
 <target name="wamblee.crawler.test.d">
   <copy todir="${download.dir}">
     <fileset dir="${crawler.dist.dir}">
-      <include name="crawler-basic-test.jar"/>
+      <include name="wamblee-crawler-basic-test.jar"/>
     </fileset>
   </copy>
 </target>
       
       javadoc:       Generates javadoc. Target: ${module.javadoc.dir} 
       doccheck:      Checks documentation. Target: ${module.doccheck.dir}
+         
+         Forrest:
+         
+         forrest:       Generates project docs using forrest. 
       
       Code analysis: 
       
       format:        Formats to the code in accordance with the checkstyle rules.
       simian:        Analyse similarities in the code.
       
-      Database targets: 
+      Database targets:  ** database targets are not functional yet **
       
       For all targets below the database is configured using 
       hibernate.properties (hibernate.dialect property) and