Skip to content
Snippets Groups Projects
Commit 342be7df authored by Florian Fittkau's avatar Florian Fittkau
Browse files

debug true

parent 1fac5418
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment