[
https://issues.apache.org/jira/browse/BUILDR-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Toulme updated BUILDR-285:
----------------------------------
Fix Version/s: 1.4.2
(was: 1.4.1)
> Cobertura failing when running build
> ------------------------------------
>
> Key: BUILDR-285
> URL: https://issues.apache.org/jira/browse/BUILDR-285
> Project: Buildr
> Issue Type: Bug
> Affects Versions: 1.3.4
> Environment: Windows XP
> Reporter: Doug Farmer
> Assignee: Daniel Spiewak
> Fix For: 1.4.2
>
>
> I'm running into a problem when I try to run cobertura report generation
> during a build. I receive the following error stating, "Error: data file
> C:\Dev\Components\reports\cobertura.ser does not exist".
> Here's the basic structure of my build file.
> desc "Components"
> define "components" do
> desc "Some Component"
> define "someComponent" do
> <build this component>
> end
> end
> Since no code actually exists in the components project there isn't a need to
> run or create any reports. If I execute buildr test
> components:someComponent:cobertura:html on the command line everything works
> fine because I'm specifying a specific the project I want to build and
> generate reports. If I excute buildr test cobertura:html on the command line
> I get the above error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.