[ 
https://issues.apache.org/jira/browse/OFBIZ-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13252375#comment-13252375
 ] 

Adrian Crum commented on OFBIZ-4783:
------------------------------------

It might help to learn the differences between the ant version bundled with 
your OS and the ant version bundled with OFBiz. In particular, see what changed 
in the <available> element between those versions.

Pierre - Framework code MUST have good unit tests and those tests MUST have 
good code coverage. Before Adam made these test improvements, OFBiz was very 
buggy and the bugs were difficult to track down.

Cobertura has an incompatible license, so we can not include it in OFBiz.
                
> ./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
>              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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to