Issue Details (XML | Word | Printable)

Key: MPCRUISECONTROL-6
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: David Eric Pugh
Reporter: Paul Spencer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x CruiseControl Plugin

Request to make test results visable in the "Test Results" tab.

Created: 02/Jul/04 06:26 PM   Updated: 09/Jul/04 12:29 PM   Resolved: 08/Jul/04 09:10 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified


 Description  « Hide

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



David Eric Pugh added a comment - 08/Jul/04 09:10 AM

Committed! Can you verify the fix?


Paul Spencer added a comment - 09/Jul/04 12:29 PM

The fix looks good.