@@ -869,6 +869,7 @@
<target name="test-contrib" depends="compile, compile-core-test" description="Run contrib unit tests">
<subant target="test">
<property name="version" value="${version}"/>
+ <property name="clover.jar" value="${clover.jar}"/>
<fileset file="${contrib.dir}/build.xml"/>
</subant>
</target>
@@ -88,6 +88,7 @@
<include name="**/*.jar" />
</fileset>
<path refid="${ant.project.name}.common-classpath"/>
+ <pathelement path="${clover.jar}"/>
</path>
<!-- the unit test classpath -->
@@ -30,6 +30,10 @@
name="commons-logging"
rev="${commons-logging.version}"
conf="common->default"/>
+ <dependency org="commons-cli"
+ name="commons-cli"
+ rev="${commons-cli.version}"
+ conf="common->default"/>
<dependency org="log4j"
name="log4j"
rev="${log4j.version}"