<kotlinc> ant task now supports <src> element and multiple source directories
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<project name="Ant Task Test" default="build">
|
||||
<taskdef resource="org/jetbrains/jet/buildtools/ant/antlib.xml" classpath="${kotlin.lib}/kotlin-ant.jar"/>
|
||||
|
||||
<target name="build">
|
||||
<kotlinc output="${temp}/hello.jar">
|
||||
<src path="${test.data}/root1"/>
|
||||
<src path="${test.data}/root2"/>
|
||||
</kotlinc>
|
||||
</target>
|
||||
</project>
|
||||
Reference in New Issue
Block a user