[
https://issues.apache.org/jira/browse/BUILDR-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Toulme closed BUILDR-649.
---------------------------------
Resolution: Auto Closed
Closing for inactivity.
> Running cobertura:html on a project with sub-modules does not generate a
> complete report
> ----------------------------------------------------------------------------------------
>
> Key: BUILDR-649
> URL: https://issues.apache.org/jira/browse/BUILDR-649
> Project: Buildr
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 1.4.7
> Environment: Windows 7, Ubuntu 12.04
> Reporter: Tan Quach
> Fix For: 1.5
>
> Attachments: out.log
>
>
> Having multiple projects with inter-dependencies will not produce a complete
> Cobertura test coverage report.
> It seems when more than one project has a dependency on a single project, the
> reports are either not generated or are not instrumented in the proper place.
> I've set up a sample project here:
> https://github.com/tantastik/sample-buildr-repo
> In this sample project there are 3 modules: common, app, webapp.
> - 'common' has no project dependencies
> - 'app' depends on 'common'
> - 'webapp' depends on 'common' and 'app'
> When running cobertura:html from the root directory, the subsequent html
> report does not contain classes from the 'common' project.
> If you clone this locally and run "buildr cobertura:html" you will see this
> behaviour.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)