You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by ka...@apache.org on 2002/03/25 19:35:57 UTC

cvs commit: jakarta-turbine-maven/src/templates/build build-test.xml

kaz         02/03/25 10:35:57

  Modified:    src/templates/build build-test.xml
  Log:
  This enables the site docs to be built even if the unit tests were not
  run.  The build was crapping out on the missing test-reports directory.
  
  Revision  Changes    Path
  1.16      +4 -0      jakarta-turbine-maven/src/templates/build/build-test.xml
  
  Index: build-test.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-test.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build-test.xml	18 Mar 2002 05:15:47 -0000	1.15
  +++ build-test.xml	25 Mar 2002 18:35:57 -0000	1.16
  @@ -91,6 +91,10 @@
         </classpath>
       </taskdef>
   
  +    <!-- Create the directory so we can still build docs even if the
  +         unit tests were note executed. -->
  +    <mkdir dir="${test.reportsDirectory}"/>
  +
       <!-- Consolidate the reports into a single -->
       <junitreport todir="${test.reportsDirectory}">
         <fileset dir="${test.reportsDirectory}">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>