0f6c23e1c4
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
12 lines
186 B
Plaintext
Vendored
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
|