enable line numbers in test stack traces. patch by johano; reviewed by jbellis for #60

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@762508 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2009-04-06 21:23:11 +00:00
parent 29f5255169
commit 9e027cef72
1 changed files with 2 additions and 2 deletions

View File

@ -130,8 +130,8 @@
<target name="build-test" depends="build" description="Build the Cassandra classes">
<javac
debug="${javac.debug}"
debuglevel="${javac.debuglevel}"
debug="true"
debuglevel="${debuglevel}"
destdir="${test.classes}"
>
<classpath refid="cassandra.classpath"/>