diff --git a/build.xml b/build.xml
index 4fe21f424..8a75067d4 100644
--- a/build.xml
+++ b/build.xml
@@ -907,6 +907,10 @@
depends="compile-tests"
description="--> creates the Apache Ant Test Utilties jar">
+
+ We cannot build the test jar unless JUnit is present,
+ as JUnit is needed to compile the test classes.
+