From 342be7df85fd58a6460f52b78428ce5676e952e0 Mon Sep 17 00:00:00 2001 From: Florian Fittkau <ffi@informatik.uni-kiel.de> Date: Mon, 9 Dec 2013 09:14:53 +0100 Subject: [PATCH] debug true --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 06e72ce..1baa734 100644 --- a/build.xml +++ b/build.xml @@ -46,7 +46,7 @@ <fileset dir="${common-monitoring.dir}/dist"/> </copy> - <javac srcdir="${src.dir}" destdir="${build.dir}" classpathref="classpath" includeantruntime="false" /> + <javac srcdir="${src.dir}" destdir="${build.dir}" classpathref="classpath" includeantruntime="false" debug="true" /> </target> <target name="build-all-common" unless="isJenkins"> @@ -78,7 +78,7 @@ </target> <target name="compile-tests" depends="compile"> - <javac srcdir="${test.src}" destdir="${build.dir}" classpathref="testclasspath" includeantruntime="false" /> + <javac srcdir="${test.src}" destdir="${build.dir}" classpathref="testclasspath" includeantruntime="false" debug="true" /> </target> <path id="testclasspath"> -- GitLab