dion        02/05/12 22:52:32

  Modified:    xdocs/ref properties.xml build-file.xml
               src/templates/build build-test.xml
  Log:
  Added maven.junit.
  
  Revision  Changes    Path
  1.15      +10 -0     jakarta-turbine-maven/xdocs/ref/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/properties.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- properties.xml    12 May 2002 15:18:08 -0000      1.14
  +++ properties.xml    13 May 2002 05:52:32 -0000      1.15
  @@ -422,6 +422,16 @@
             </td>
           </tr>
           <tr>
  +          <td>maven.junit.usefile</td>
  +          <td>Yes</td>
  +          <td>
  +            If this value is set to false, JUnit test run details will appear on
  +            the console as the tests are executed. If not, they are stored in
  +            a file in the <code>test-reports</code> directory. The default value
  +            is <code>true</code>.
  +          </td>
  +        </tr>
  +        <tr>
             <td>maven.test.dest</td>
             <td>Yes</td>
             <td>
  
  
  
  1.10      +5 -3      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build-file.xml    12 May 2002 12:57:05 -0000      1.9
  +++ build-file.xml    13 May 2002 05:52:32 -0000      1.10
  @@ -717,9 +717,11 @@
           <p>
             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 <code>docs</code> 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>
         <subsection name="maven:run-singletest">
  
  
  
  1.29      +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.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build-test.xml    9 May 2002 04:19:59 -0000       1.28
  +++ build-test.xml    13 May 2002 05:52:32 -0000      1.29
  @@ -102,7 +102,7 @@
           fork="${maven.junit.fork}" dir="${maven.junit.dir}">
         <sysproperty key="basedir" value="${basedir}"/>
         <formatter type="xml"/>
  -      <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