You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Pepijn Van Eeckhoudt (JIRA)" <ji...@apache.org> on 2010/03/05 16:16:45 UTC

[jira] Reopened: (BUILDR-396) Cobertura extension does not handle dependencies correctly

     [ https://issues.apache.org/jira/browse/BUILDR-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pepijn Van Eeckhoudt reopened BUILDR-396:
-----------------------------------------


I made a typo in the asm version handling. Attached patch resolves this and makes it less error prone.

> Cobertura extension does not handle dependencies correctly
> ----------------------------------------------------------
>
>                 Key: BUILDR-396
>                 URL: https://issues.apache.org/jira/browse/BUILDR-396
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: 1.3.5
>            Reporter: Pepijn Van Eeckhoudt
>             Fix For: 1.4
>
>         Attachments: cobertura.patch
>
>
> The cobertura extension does not handle it's dependencies correctly when trying to use cobertura 1.9.4. Cobertura switched to ASM 3.0 for their 1.9.1 release while the extension hardcodes asm 2.2.1.
> The attached patch replaces the dependencies with an artifact namespace and automatically handles the asm version if not specified by the user.
> As an extra bonus I've also extended CoberturaConfig to handle ignore regexps, which was a small missing feature.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.