[569841] Workaround build.eclipse.org ant bit rot
diff --git a/org.eclipse.modisco.updatesite/updates.sh b/org.eclipse.modisco.updatesite/updates.sh
index 9754f3b..d80feb1 100644
--- a/org.eclipse.modisco.updatesite/updates.sh
+++ b/org.eclipse.modisco.updatesite/updates.sh
@@ -22,6 +22,21 @@
 projectRepoName="Modisco"
 manageComposite="/shared/common/apache-ant-latest/bin/ant -f /shared/modeling/tools/promotion/manage-composite.xml"
 externalUpdatesFolder="https://download.eclipse.org/modeling/mdt/modisco/updates/"
+# Bug 569841 discusses Java version incompatibilities on build.eclipse.org
+#java -version
+#ls /shared/common/apache-ant*
+#ls /shared/common/jdk*
+export JAVA_HOME=/shared/common/jdk1.8.0_x64-latest
+java -version
+/shared/common/apache-ant-latest/bin/ant -version
+
+java -version
+ls /shared/common
+
+export JAVA_HOME=/shared/common/jdk1.8.0_x64-latest
+
+java -version
+/shared/common/apache-ant-latest/bin/ant -version
 
 while getopts u:v:t:q: option
 do