Updated Branches: refs/heads/cassandra-1.2 ec673ac99 -> 88bc4f237
compile stress classes with debug symbols (so you can see the line numbers on stack traces) Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/88bc4f23 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/88bc4f23 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/88bc4f23 Branch: refs/heads/cassandra-1.2 Commit: 88bc4f237917def240c0268af30138761b0d4243 Parents: ec673ac Author: Jason Brown <[email protected]> Authored: Fri Aug 2 11:01:52 2013 -0700 Committer: Jason Brown <[email protected]> Committed: Fri Aug 2 11:01:52 2013 -0700 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/88bc4f23/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 7d36895..e69341e 100644 --- a/build.xml +++ b/build.xml @@ -714,7 +714,7 @@ </path> <target name="stress-build" depends="build"> <mkdir dir="${stress.build.classes}" /> - <javac destdir="${stress.build.classes}" includeantruntime="true" source="${source.version}" target="${target.version}"> + <javac debug="true" debuglevel="${debuglevel}" destdir="${stress.build.classes}" includeantruntime="true" source="${source.version}" target="${target.version}"> <src path="${stress.build.src}" /> <classpath> <path refid="cassandra.classes" />
