diff --git a/CHANGES.txt b/CHANGES.txt index af7099fa0a..420b1335ce 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -45,6 +45,7 @@ * More fixes to the TokenAllocator (CASSANDRA-12990) * NoReplicationTokenAllocator should work with zero replication factor (CASSANDRA-12983) Merged from 3.0: + * Fix "multiple versions of ant detected..." when running ant test (CASSANDRA-13232) * Coalescing strategy sleeps too much (CASSANDRA-13090) * Faster StreamingHistogram (CASSANDRA-13038) * Legacy deserializer can create unexpected boundary range tombstones (CASSANDRA-13237) diff --git a/build.xml b/build.xml index 8fde61b923..e2bbe9412c 100644 --- a/build.xml +++ b/build.xml @@ -154,10 +154,12 @@ + + @@ -1057,7 +1059,7 @@ debug="true" debuglevel="${debuglevel}" destdir="${test.classes}" - includeantruntime="false" + includeantruntime="true" source="${source.version}" target="${target.version}" encoding="utf-8">