Add debugging info to executables.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@40 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2009-03-12 20:04:00 +00:00
parent 4ab1fa249b
commit 727822f0c1
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@
<target name="compile" depends="init,resolve"
description="compile the source">
<!-- Compile the java code from ${src} into ${build} -->
<javac srcdir="${src}" destdir="${build}" classpathref="classpath" />
<javac srcdir="${src}" destdir="${build}" classpathref="classpath"
debug="true" debuglevel="lines,vars,source" />
</target>
<target name="dist" depends="compile"