Write raw javac output to a log file#297
Write raw javac output to a log file#297mensinda wants to merge 1 commit intocodehaus-plexus:masterfrom
Conversation
|
maybe it would be better as optional. when debug is activated? |
|
Making this optional would be fine, but I would not use any existing Maybe this could be controlled with a system property? |
|
Hi, with 7cc5d40 we will have the output logged |
|
Hi, writing the full log with with debug enabled does help somewhat, but is not enough for our use-case: If I understand this correctly, the debug log would only trigger with Always, having the complete log in a separate file is, without having to recompile with different flags, is much easier to deal with. Especially in an organization, where not everyone has in-depth knowledge of the build tools. Thus, I would prefer a solution where the logs are always written or at least configurable company wide with our parent POM. |
Sometimes it is useful to look at the raw javac output when running in fork mode.
With this PR, the raw javac logs will be written to
target/compiler-logs/javac_*.log