Files
kotlin-fork/compiler/testData/integration/ant/jvm/helloWorld/build.log.expected
T
Alexander Udalov 0f6c23e1c4 Don't always run code in Ant task tests
But when running code, do it via <java> task, not via custom testing code. Most
of the time the compiled code need not be runned, because it's irrelevant to
the Ant task itself
2015-06-05 15:55:59 +03:00

12 lines
186 B
Plaintext
Vendored

OUT:
Buildfile: [TestData]/build.xml
build:
[kotlinc] Compiling [[TestData]/hello.kt] => [[Temp]/hello.jar]
[java] Hello, a!
BUILD SUCCESSFUL
Total time: [time]
Return code: 0