d8d3bafbe9
This makes "-verbose" not required for JPS to run correctly and therefore allows to print more useful debugging stuff in the compiler and read them in CLI, for example. The output will also be more readable because there'll be no "output" messages
12 lines
227 B
Plaintext
Vendored
12 lines
227 B
Plaintext
Vendored
OUT:
|
|
Buildfile: [TestData]/build.xml
|
|
|
|
build:
|
|
[kotlin2js] Compiling [[TestData]/root1] => [[Temp]/out.js]
|
|
[kotlin2js] logging: compiling source files: [TestData]/root1/foo.kt
|
|
|
|
BUILD SUCCESSFUL
|
|
Total time: [time]
|
|
|
|
Return code: 0
|