From 6d694fd39bc4c794189df2ca773390ed0f5c8ffa Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Thu, 22 Oct 2020 20:43:45 +0200 Subject: build: Activate JaCoCo explicitly for Ant build When building with Ant, instead of Moxie, JaCoCo is not included in the classpath. So explicitly initialise the full `jacocoant.jar` from the `.moxie` repository. For this we had to switch the dependency to use the `nodeps` jar which includes all dependencies. --- build.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 0caa3bd2..afe60496 100644 --- a/build.xml +++ b/build.xml @@ -12,7 +12,9 @@ - + + + - + + + + + + -- cgit v1.2.3