diff --git a/build.xml b/build.xml
index b2025e35b..1f7e757ea 100644
--- a/build.xml
+++ b/build.xml
@@ -409,7 +409,8 @@ under the License.
srcdir="${main.src}"
debug="${compile.debug}"
encoding="${java.source.encoding}"
- fork="yes">
+ fork="yes"
+ includeantruntime="false">
+ fork="yes"
+ includeantruntime="false">
@@ -436,7 +438,8 @@ under the License.
srcdir="${scratchpad.src}"
debug="${compile.debug}"
encoding="${java.source.encoding}"
- fork="yes">
+ fork="yes"
+ includeantruntime="false">
+ fork="yes"
+ includeantruntime="false">
@@ -464,7 +468,8 @@ under the License.
srcdir="${examples.src}"
debug="${compile.debug}"
encoding="${java.source.encoding}"
- fork="yes">
+ fork="yes"
+ includeantruntime="false">
@@ -482,8 +487,10 @@ under the License.
source="${jdk.version.source}"
destdir="${ooxml.output.dir}"
srcdir="${ooxml.src}"
+ debug="${compile.debug}"
encoding="${java.source.encoding}"
- debug="${compile.debug}">
+ fork="yes"
+ includeantruntime="false">
+ fork="yes"
+ includeantruntime="false">
@@ -519,7 +527,7 @@ under the License.
+ encoding="${java.source.encoding}" includeantruntime="false">