klute       2005/01/03 07:38:43

  Modified:    .        build.xml
  Log:
  - Fixed a bug that prevented generating the JUnit test results report.
  
  Revision  Changes    Path
  1.63      +4 -3      jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- build.xml 1 Jan 2005 23:39:42 -0000       1.62
  +++ build.xml 3 Jan 2005 15:38:43 -0000       1.63
  @@ -432,8 +432,8 @@
       <!--        </uptodate>-->
       <!--    </target>-->
   
  -    <target name="docs" depends="init,-check-forrest-installed,-check-docs" 
unless="main.docs.notRequired"
  -        description="Builds the POI website">
  +    <target name="docs" depends="init, -check-forrest-installed, -check-docs"
  +      unless="main.docs.notRequired" description="Builds the POI website">
   
           <mkdir dir="${build.site.src}/src/documentation/content/apidocs"/>
           <copy todir="${build.site.src}/src/documentation/content/apidocs">
  @@ -504,7 +504,8 @@
     <!-- Creates reports and API documentation -->
     <target name="reports" unless="reports.notRequired" 
depends="-check-reports,
       is-available-xslt, is-available-junit, is-available-jdepend,
  -    test-ignore-failures, jdepend, cvschangelog, javadocs, clover.html"
  +    test-ignore-failures, junitreport, jdepend, cvschangelog, javadocs,
  +    clover.html"
       description="Creates various reports and the API documentation">
     </target>
   
  
  
  

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

Reply via email to