Report error if <withKotlin> is run in fork mode

Otherwise the error message is confusing, see #KT-9292
This commit is contained in:
Alexander Udalov
2017-05-17 14:23:45 +03:00
parent 671aed252d
commit d1c9d0328a
5 changed files with 42 additions and 0 deletions
@@ -0,0 +1,16 @@
OUT:
Buildfile: [TestData]/build.xml
build:
[mkdir] Created dir: [Temp]/classes
[javac] Compiling 1 source file to [Temp]/classes
ERR:
[javac] <withKotlin> task does not yet support the fork mode
BUILD FAILED
[TestData]/build.xml:6: Compile failed; see the compiler error output for details.
Total time: [time]
Return code: 1