From f0d4b2065a10a9bbe588841943389de8a6cd651c Mon Sep 17 00:00:00 2001 From: Riccardo Di Meo Date: Fri, 6 May 2016 15:18:55 +0200 Subject: [PATCH 1/2] Added missing dependencies in build.xml --- build.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 8aa18a1084..533e861be0 100644 --- a/build.xml +++ b/build.xml @@ -6,6 +6,10 @@ + + + + @@ -34,12 +38,18 @@ version=${clojure.version.label} - + + classpath="${maven.compile.classpath}:${build}" + debug="true" source="1.6" target="1.6"> + + + + + Date: Fri, 6 May 2016 15:48:12 +0200 Subject: [PATCH 2/2] Set the jar output directory for ant to "target" --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 533e861be0..268abd920f 100644 --- a/build.xml +++ b/build.xml @@ -29,8 +29,8 @@ - - + +