You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/09 18:30:47 UTC

[jira] Commented: (MPCRUISECONTROL-6) Request to make test results visable in the "Test Results" tab.

The following comment has been added to this issue:

     Author: Paul Spencer
    Created: Fri, 9 Jul 2004 12:29 PM
       Body:
The fix looks good.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPCRUISECONTROL-6?page=comments#action_21573

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPCRUISECONTROL-6

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPCRUISECONTROL-6
    Summary: Request to make test results visable in the "Test Results" tab.
       Type: Improvement

     Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-cruisecontrol-plugin

   Assignee: David Eric Pugh
   Reporter: Paul Spencer

    Created: Fri, 2 Jul 2004 6:26 PM
    Updated: Fri, 9 Jul 2004 12:29 PM

Description:
The test results can be merged into the CruiseControl log.  This will make them visable in "Test Results" in the CruiseControl web aplication.


This can be accomplished by replacing

  <log dir="${maven.cruisecontrol.logs.dir}/${pom.artifactId}">

with

  <log dir="${maven.cruisecontrol.logs.dir}/${pom.artifactId}">
     <merge dir="${maven.cruisecontrol.checkout.dir}/${module}/target/test-reports"/>
   </log> 

in cruisecontrol.jsl


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org