6d00c265e2
This change requires withKotlin to be run with Ant of version at least 1.8.2. Some test data changed because now compileList contains both Java and Kotlin sources #KT-7870 Fixed
15 lines
319 B
Plaintext
Vendored
15 lines
319 B
Plaintext
Vendored
OUT:
|
|
Buildfile: [TestData]/build.xml
|
|
|
|
build:
|
|
[mkdir] Created dir: [Temp]/classes
|
|
[javac] Compiling 1 source file to [Temp]/classes
|
|
[javac] Compiling [[TestData]] => [[Temp]/classes]
|
|
[javac] Running javac...
|
|
[jar] Building jar: [Temp]/hello.jar
|
|
|
|
BUILD SUCCESSFUL
|
|
Total time: [time]
|
|
|
|
Return code: 0
|