Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-cruisecontrol-plugin

   Assignee: Brett Porter
   Reporter: Paul Spencer

    Created: Fri, 2 Jul 2004 6:26 PM
    Updated: Fri, 2 Jul 2004 6:26 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to