./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
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