Copy bootstrap compiler to dist directory

Can by used in old branches where it's impossible to make dist properly
This commit is contained in:
Nikolay Krasko
2017-06-21 15:07:36 +03:00
parent 3ffd63a17c
commit ad6c84924b
+9
View File
@@ -230,6 +230,15 @@
</copy>
</target>
<target name="copy-bootstrap-to-dist"
depends="clean"
description="Use bootstrap compiler instead of building one from sources">
<mkdir dir="${kotlin-home}"/>
<copy todir="${kotlin-home}">
<fileset dir="${bootstrap.compiler.home}"/>
</copy>
</target>
<target name="compiler-sources">
<jar jarfile="${output}/kotlin-compiler-sources.jar">
<!-- TODO How to convert it from pathset or dirset ? -->