dion        02/05/12 22:55:59

  Modified:    xdocs/ref build-file.xml
               src/templates/build build-test.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.11      +6 -5      jakarta-turbine-maven/xdocs/ref/build-file.xml
  
  Index: build-file.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/build-file.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build-file.xml    13 May 2002 05:52:32 -0000      1.10
  +++ build-file.xml    13 May 2002 05:55:59 -0000      1.11
  @@ -737,12 +737,13 @@
             this property using the <code>-Dmaven.testcase=unit.test.to.run</code>.
           </p>
           <p>
  -          The results of the test are placed in the
  +          The results of the tests are placed in the
             <code>test-reports</code> directory relative to the base
  -          directory of the project.  If this directory does not exist,
  -          it is created.  In addition, an HTML report is generated when
  -          the <a href="#maven:docs"><code>maven:docs</code></a> target
  -          is invoked.
  +          directory of the project, if the 
  +          <a href="properties.html#Test Settings">maven.junit.usefile</a>
  +          property is set to true.  If this directory does not exist, it is 
  +          created.  In addition, an HTML report is generated when the 
  +          <code>docs</code> target is invoked.
           </p>
         </subsection>
       </section>
  
  
  
  1.30      +1 -1      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.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build-test.xml    13 May 2002 05:52:32 -0000      1.29
  +++ build-test.xml    13 May 2002 05:55:59 -0000      1.30
  @@ -170,7 +170,7 @@
   
       <junit printSummary="yes" haltonfailure="yes">
         <sysproperty key="basedir" value="${basedir}"/>
  -      <formatter type="plain"/>
  +      <formatter type="plain" usefile="${maven.junit.usefile}"/>
         <classpath>
           <path refid="maven.dependency.classpath"/>
           <pathelement location="${maven.build.dest}"/>
  
  
  

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

Reply via email to