Updated Branches: refs/heads/trunk 7398e9363 -> 7030d1e23
quell ant runtime warnings while executing target build-test Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7030d1e2 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7030d1e2 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/7030d1e2 Branch: refs/heads/trunk Commit: 7030d1e233aa7bcbef24fb3190e04bb819c3dc7d Parents: 7398e93 Author: Dave Brosius <[email protected]> Authored: Fri Jun 15 20:36:53 2012 -0400 Committer: Dave Brosius <[email protected]> Committed: Fri Jun 15 20:36:53 2012 -0400 ---------------------------------------------------------------------- build.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/7030d1e2/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 2f005f7..c5778ff 100644 --- a/build.xml +++ b/build.xml @@ -997,7 +997,8 @@ <javac debug="true" debuglevel="${debuglevel}" - destdir="${test.classes}"> + destdir="${test.classes}" + includeantruntime="false"> <classpath> <path refid="cassandra.classpath"/> </classpath>
