Files
kotlin-fork/compiler/testData/integration/ant/jvm/failOnErrorByDefault/build.xml
T
2015-08-06 22:38:41 +03:00

8 lines
257 B
XML
Vendored

<project name="Ant Task Test" default="build">
<taskdef resource="org/jetbrains/kotlin/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
<target name="build">
<kotlinc src="${test.data}" output="${temp}"/>
</target>
</project>