Always run kotlinc in <withKotlin/> Ant task

This change requires withKotlin to be run with Ant of version at least 1.8.2.

Some test data changed because now compileList contains both Java and Kotlin
sources

 #KT-7870 Fixed
This commit is contained in:
Alexander Udalov
2015-06-02 16:14:38 +03:00
parent cbbf8dec7e
commit 6d00c265e2
9 changed files with 89 additions and 14 deletions
@@ -101,6 +101,11 @@ public class AntTaskJvmTest extends AntTaskBaseTest {
doJvmAntTest();
}
@Test
public void withKotlinNoJavaSources() throws Exception {
doJvmAntTest();
}
@Test
public void javacCompiler() throws Exception {
doJvmAntTest("-cp", getClassPathForAnt(),