Ant: Add support for fork-mode
#KT-44293
This commit is contained in:
committed by
Alexander Udalov
parent
ee952db1a2
commit
0110b4e4b4
@@ -0,0 +1,16 @@
|
||||
OUT:
|
||||
Buildfile: [TestData]/build.xml
|
||||
|
||||
premain:
|
||||
[javac] Compiling 1 source file to [Temp]
|
||||
[jar] Building jar: [Temp]/premain.jar
|
||||
|
||||
build:
|
||||
[kotlinc] Compiling [[TestData]] => [[Temp]/fork.jar]
|
||||
[kotlinc] -Xms64m
|
||||
[kotlinc] -Xmx128m
|
||||
|
||||
BUILD SUCCESSFUL
|
||||
Total time: [time]
|
||||
|
||||
Return code: 0
|
||||
Reference in New Issue
Block a user