Create utility for upgrading third party libraries bundled in Clover

XMLWordPrintable

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

            Assignee:
            Unassigned
            Reporter:
            Marek Parfianowicz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: