diff --git a/build.xml b/build.xml
index 207ba1a47c..ec205b5df6 100644
--- a/build.xml
+++ b/build.xml
@@ -59,6 +59,10 @@
+
+
+
+
@@ -693,12 +697,12 @@
+ destdir="${build.classes.thrift}" includeantruntime="false" source="${source.version}" target="${target.version}">
+ destdir="${build.classes.main}" includeantruntime="false" source="${source.version}" target="${target.version}">
@@ -723,7 +727,7 @@
-
+
@@ -1035,7 +1039,9 @@
debug="true"
debuglevel="${debuglevel}"
destdir="${test.classes}"
- includeantruntime="false">
+ includeantruntime="false"
+ source="${source.version}"
+ target="${target.version}">