[
https://issues.apache.org/jira/browse/OFBIZ-4783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13251404#comment-13251404
]
Pierre Smits commented on OFBIZ-4783:
-------------------------------------
We should ask ourselves why we do want the java code related to cobertura in
our codebase.
And whether incorporating the jar would not be enough...
> ./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