https://issues.apache.org/bugzilla/show_bug.cgi?id=52151

Vincent Hennebert <vhenneb...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Vincent Hennebert <vhenneb...@gmail.com> 2011-11-18 
17:11:42 UTC ---
Patch applied in rev. 1203749:
http://svn.apache.org/viewvc?rev=1203749&view=rev

I made the following changes to jacoco.xml:
- removed unnecessary ivy namespace declaration
- removed unused result.jacoco.report property
- renamed jacoco report dir to report_jacoco to follow the same pattern as the
other tools (Checkstyle, FindBugs, etc.)
- changed classpath of task definition to only include ${jacocoant.jar}
- removed unused errorproperty and failureproperty from junit task
- removed unnecessary JUnit formatters: I think we can safely assume that,
prior to getting coverage report, 'ant junit' has been run and that tests
passed
- removed unnecessary merging of jacoco execution data since only one file is
generated
- renamed targets to more descriptive names and added description to
coverage-report target so that it appears when running ant -p
- other small clean ups

Thanks,
Vincent

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to