diff options
-rw-r--r-- | build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -81,6 +81,8 @@ <classpath> <fileset dir="lib" includes="*.jar"/> <fileset dir="out" includes="dokka.jar" /> + <file name="${java.home}/lib/tools.jar"/> + <file name="${java.home}/../lib/tools.jar"/> <pathelement path="out/test"/> </classpath> <batchtest> |