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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

     [ 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)