aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index a25e9d31..8a5a5c86 100644
--- a/build.xml
+++ b/build.xml
@@ -15,6 +15,7 @@
<target name="build">
<mkdir dir="out"/>
+ <echo message="${java.home}"/>
<kotlinc output="out/dokka.jar">
<src path="src"/>
@@ -23,6 +24,8 @@
<compilerArg value="${kotlinc.repeat}"/>
<classpath>
<fileset dir="lib" includes="*.jar"/>
+ <file name="${java.home}/lib/tools.jar"/>
+ <file name="${java.home}/../lib/tools.jar"/>
</classpath>
</kotlinc>