You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Victor Hugo Borja (JIRA)" <ji...@apache.org> on 2008/02/26 01:45:51 UTC

[jira] Work started: (BUILDR-18) Cobertura task should be able to specify included/excluded classes

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

Work on BUILDR-18 started by Victor Hugo Borja.

> Cobertura task should be able to specify included/excluded classes
> ------------------------------------------------------------------
>
>                 Key: BUILDR-18
>                 URL: https://issues.apache.org/jira/browse/BUILDR-18
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Ville Peurala
>            Assignee: Victor Hugo Borja
>            Priority: Minor
>
> There should be an option to specify included/excluded classes in Cobertura tasks, just like in Cobertura Ant task:
> http://cobertura.sourceforge.net/anttaskreference.html
> There are often situations where we don't want some classes to appear on Cobertura reports (generated code, helper classes used only for unit tests etc.) 
> Currently there are only hardcoded includes in lib/buildr/cobertura.rb, like 
> ant.include :name=>"**/*.class"
> ant.include :name=>"**/*.java"

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