[or-cvs] [ernie/master 1/2] Make Ant keep file and line of compiled sources for debugging.

karsten at torproject.org karsten at torproject.org
Wed Apr 14 13:34:42 UTC 2010


Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Wed, 14 Apr 2010 15:26:14 +0200
Subject: Make Ant keep file and line of compiled sources for debugging.
Commit: 65ad48798413dc4ee29f271600549912b08d7e61

---
 build.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/build.xml b/build.xml
index a2fc989..a6c83f2 100644
--- a/build.xml
+++ b/build.xml
@@ -8,6 +8,7 @@
   <target name="compile" depends="init"> 
     <javac srcdir="${sources}"
            destdir="${classes}"
+           debug="true" debuglevel="lines,source"
            classpath="lib/commons-codec-1.4.jar;lib/commons-compress-1.0.jar"/>
   </target>
   <target name="run" depends="compile">
-- 
1.6.5




More information about the tor-commits mailing list