summaryrefslogtreecommitdiff
path: root/ant
diff options
context:
space:
mode:
Diffstat (limited to 'ant')
-rw-r--r--ant/build-common.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ant/build-common.xml b/ant/build-common.xml
index d3a96be..2b2fbef 100644
--- a/ant/build-common.xml
+++ b/ant/build-common.xml
@@ -32,8 +32,6 @@
<path location="${build.dir}/${build.tests}" />
</path>
- <taskdef classpathref="classpath.test" resource="tasks.properties" />
-
<!-- Building/Running Targets -->
<!-- Create the build directories -->
@@ -108,6 +106,8 @@
</target>
<target name="coverage" depends="compile-tests">
+ <taskdef classpathref="classpath.test" resource="tasks.properties" />
+
<cobertura-instrument todir="${output.coveragereport}"
datafile="${output.coveragereport}/cobertura.ser">
<fileset dir="${build.dir}/${build.classes}">