vmassol     2004/08/09 12:12:51

  Modified:    integration/maven/src/plugin-resources cactus.jsl
               integration/maven/xdocs changes.xml
  Log:
  The Cactus HTML report now displays the stac trace in case of failure.
  
  Revision  Changes    Path
  1.5       +3 -1      jakarta-cactus/integration/maven/src/plugin-resources/cactus.jsl
  
  Index: cactus.jsl
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/integration/maven/src/plugin-resources/cactus.jsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- cactus.jsl        8 Nov 2003 12:45:13 -0000       1.4
  +++ cactus.jsl        9 Aug 2004 19:12:51 -0000       1.5
  @@ -18,7 +18,6 @@
     <j:useBean var="formatter" class="org.apache.maven.util.DVSLFormatter"/>
     <j:useBean var="fileutil" class="org.apache.velocity.texen.util.FileUtil"/>
     <j:useBean var="pathtool" class="org.apache.maven.util.DVSLPathTool"/>
  -
     
     <define:taglib uri="junit">
       <define:tag name="nav">
  @@ -52,6 +51,7 @@
       </define:tag>
       
       <define:tag name="displayFailure">
  +      <strong>Message:</strong>
         <j:choose>
           <j:when test="${current.attribute('message') != null}">
             <code>
  @@ -62,6 +62,8 @@
             N/A
           </j:otherwise>
         </j:choose>
  +      <br/><strong>StackTrace:</strong><br/>
  +      <code>${current.text}</code>
       </define:tag>
     </define:taglib>
   
  
  
  
  1.42      +3 -0      jakarta-cactus/integration/maven/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/xdocs/changes.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- changes.xml       9 Aug 2004 19:00:03 -0000       1.41
  +++ changes.xml       9 Aug 2004 19:12:51 -0000       1.42
  @@ -8,6 +8,9 @@
     <body>
   
       <release version="1.7dev" date="in CVS">
  +      <action dev="vmassol" type="update" issue="CACTUS-135" due-to="Felipe Leme">
  +        The Cactus HTML report now displays the stac trace in case of failure.
  +      </action>
         <action dev="vmassol" type="fix" issue="CACTUS-64">
           The plugin now correctly uses the <code>maven.war.build.dir</code>,
           <code>maven.war.final.name</code>, <code>maven.ejb.build.dir</code>
  
  
  

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

Reply via email to