Files
kotlin-fork/compiler/testData/integration/ant/jvm/withKotlinFork/build.log.expected
T
Alexander Udalov d1c9d0328a Report error if <withKotlin> is run in fork mode
Otherwise the error message is confusing, see #KT-9292
2017-05-18 19:25:21 +03:00

17 lines
343 B
Plaintext
Vendored

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