Fix withKotlin Ant task when no classpath is given

#KT-6492 Fixed
This commit is contained in:
Alexander Udalov
2015-06-01 18:43:07 +03:00
parent cf62e0b999
commit 9008a8b161
7 changed files with 51 additions and 1 deletions
@@ -96,6 +96,11 @@ public class AntTaskJvmTest extends AntTaskBaseTest {
doJvmAntTest();
}
@Test
public void noClasspathGiven() throws Exception {
doJvmAntTest();
}
@Test
public void javacCompiler() throws Exception {
doJvmAntTest("-cp", getClassPathForAnt(),