Issue Details (XML | Word | Printable)

Key: MPCLOVER-50
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Vincent Massol
Reporter: Matt Read
Votes: 0
Watchers: 0
Operations

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

Add support for span

Created: 24/Nov/05 05:34 AM   Updated: 31/Jan/06 02:06 PM   Resolved: 31/Jan/06 02:06 PM
Return to search
Component/s: None
Affects Version/s: 1.10
Fix Version/s: 1.11

Time Tracking:
Not Specified


 Description  « Hide

Would it be possible add support for the span attribute of the appropriate ant tasks? Currently I modify plugin.jelly each time I upgrade to a new version by adding span="5h" to all the <ant:clover-report /> tags and the <ant:clover-historypoint /> tag.

The reason being my Maven project delegates out to a number of legacy ant scripts, each of which may run a clover-enabled task. Without the addition of the span attribute, the reports do not include all of the results I want.

If you want me to supply a patch to the plugin then please let me know.

Matt.



Arnaud Heritier added a comment - 25/Nov/05 04:03 PM

You can send us a patch but I'll wait for an opinion from Vincent before to apply it.


Vincent Massol added a comment - 26/Nov/05 11:55 AM

Hi Matt,

Sure please submit a patch and I'll apply it (make sure you also patch the documentation).

Thanks