Issue Details (XML | Word | Printable)

Key: MPCLOVER-40
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Vincent Massol
Reporter: Kristopher Brown
Votes: 0
Watchers: 0
Operations

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

clover:test-single attains goal clover:swing-report-internal which no longer exists

Created: 27/May/05 10:13 AM   Updated: 28/May/05 02:50 AM   Resolved: 28/May/05 02:50 AM
Return to search
Component/s: None
Affects Version/s: 1.9
Fix Version/s: 1.9.1

Time Tracking:
Not Specified

Environment: N/A


 Description  « Hide

Inside goal clover:test-single
line 284 is:

<attainGoal name="clover:swing-report-internal"/>

and this goal is no longer present.

Seems to work for me if I just change this to:

<attainGoal name="clover:swing-report"/>



Vincent Massol added a comment - 28/May/05 02:50 AM

Applied. Thanks.