-
Suggestion
-
Resolution: Fixed
-
None
In Clover-for-Ant we have an upgrade.xml Ant script, which can repackage clover.jar and install new version of jfreechart library into it. We shall extend this script to support replacement of all third party libraries used in Clover. Such script should be also available for Clover-for-Eclipse and Clover-for-IDEA.
Keep in mind that we have to retrotranslate third party classes during repackaging to have them compatible with Java 1.4.
Keep in mind that we have to prefix java packages with "clover." in order to avoid name space conflicts.
Packages:
- com.google.gson
- com.atlassian.* (Atlassian API)
- com.keypoint.*
- com.lowagie.*
- gnu.cajo.*
- it.unimi.dsi.fastutil.*
- org.apache.commons.*
- org.apache.log4j.*
- org.apache.oro.*
- org.apache.velocity.*
- org.codehaus.groovy.antlr
- org.jfree
- retrotranslator
- org.apache.tools.ant.*
Documentation: https://confluence.atlassian.com/display/CLOVER/Upgrading+third+party+libraries