Description
./ant can't find the cobertura class, and deactivate the code coverage function.
in framework/base/build.xml:
<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>
Attachments
Issue Links
- relates to
-
OFBIZ-4773 Migrate to JACOCO for code coverage analysis
- Closed