You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2013/10/22 11:23:44 UTC

[jira] [Closed] (OFBIZ-4783) ./ant can't find the cobertura class

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

Jacques Le Roux closed OFBIZ-4783.
----------------------------------

    Resolution: Fixed
      Assignee: Adam Heath

This was actually fixed by Adam, see OFBIZ-4757. I'm not sure if something was not introduced since because the cobertura-base.dat and cobertura-components.dat files are not generated with run-tests

> ./ant can't find the cobertura class
> ------------------------------------
>
>                 Key: OFBIZ-4783
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4783
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>            Assignee: Adam Heath
>              Labels: qa
>             Fix For: SVN trunk
>
>
> ./ant can't find the cobertura class, and deactivate the code coverage function.
> in framework/base/build.xml:
> {code}
>         <condition property="exclude.cobertura" value="org/ofbiz/base/config/Cobertura*.java">
>             <not>
>                 <available classname="net.sourceforge.cobertura.instrument.ClassInstrumenter" classpathref="local.class.path"/>
>             </not>
>         </condition>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)