Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9
-
Fix Version/s: 1.9.1
-
Component/s: None
-
Labels:None
-
Environment:N/A
-
Number of attachments :
Description
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"/>
Applied. Thanks.