Repository: cassandra
Updated Branches:
  refs/heads/trunk 69f794aca -> da8268f15


Suppress warning: 'DirectBuffer is internal proprietary API and may be removed 
in a future release'


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/da8268f1
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/da8268f1
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/da8268f1

Branch: refs/heads/trunk
Commit: da8268f1568ac6720144612cd39379de63a08378
Parents: 69f794a
Author: Dave Brosius <dbros...@mebigfatguy.com>
Authored: Tue Mar 17 23:15:22 2015 -0400
Committer: Dave Brosius <dbros...@mebigfatguy.com>
Committed: Tue Mar 17 23:15:22 2015 -0400

----------------------------------------------------------------------
 build.xml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/da8268f1/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index c99e8f8..09e67d3 100644
--- a/build.xml
+++ b/build.xml
@@ -1084,13 +1084,14 @@
      includeantruntime="false"
      source="${source.version}" 
      target="${target.version}">
-      <classpath>
+     <classpath>
         <path refid="cassandra.classpath"/>
-      </classpath>
-      <src path="${test.unit.src}"/>
-      <src path="${test.long.src}"/>
-      <src path="${test.pig.src}"/>
-      <src path="${test.microbench.src}"/>
+     </classpath>
+        <compilerarg value="-XDignore.symbol.file"/>
+     <src path="${test.unit.src}"/>
+     <src path="${test.long.src}"/>
+     <src path="${test.pig.src}"/>
+     <src path="${test.microbench.src}"/>
     </javac>
 
     <!-- Non-java resources needed by the test suite -->

Reply via email to