54dfd626ab
- render the whole line where the error/warning points to, if any, and another line with '^', like other compilers do - lowercase diagnostic severity - decapitalize the message if it doesn't start with a proper name
34 lines
942 B
Plaintext
Vendored
34 lines
942 B
Plaintext
Vendored
OUT:
|
|
Buildfile: [TestData]/build.xml
|
|
|
|
build:
|
|
[javac] Compiling 2 source files to [Temp]
|
|
[javac] Compiling [[TestData]] => [[Temp]]
|
|
[javac] [TestData]/incorrectKotlinCode.kt:4:1: error: parameter name expected
|
|
[javac]
|
|
[javac] ^
|
|
[javac] [TestData]/incorrectKotlinCode.kt:4:1: error: expecting comma or ')'
|
|
[javac]
|
|
[javac] ^
|
|
[javac] [TestData]/incorrectKotlinCode.kt:4:1: error: expecting ')'
|
|
[javac]
|
|
[javac] ^
|
|
[kotlinc] Compiling [[TestData]] => [[Temp]]
|
|
[kotlinc] [TestData]/incorrectKotlinCode.kt:4:1: error: parameter name expected
|
|
[kotlinc]
|
|
[kotlinc] ^
|
|
[kotlinc] [TestData]/incorrectKotlinCode.kt:4:1: error: expecting comma or ')'
|
|
[kotlinc]
|
|
[kotlinc] ^
|
|
[kotlinc] [TestData]/incorrectKotlinCode.kt:4:1: error: expecting ')'
|
|
[kotlinc]
|
|
[kotlinc] ^
|
|
|
|
BUILD SUCCESSFUL
|
|
Total time: [time]
|
|
|
|
ERR:
|
|
[javac] Compile failed; see the compiler error output for details.
|
|
|
|
Return code: 0
|