Verbose AspectJ compiler output
I wonder if there any way to make compiler's output in IntelliJ IDEA more verbose. IDEA automatically sets up compiler to ajc
from maven dependencies.
I assume that it can be not IntelliJ IDEA's problem. May be ajc
needs additional arguments ?开发者_开发技巧
Thanks.
This message is rather from IDEA itself, not from Ajc.
AspectJ support in IDEA is still work-in-progress so it's better to use latest IDEA version (10.5 at the moment).
Please make sure that compiler is properly set up (File | Settings | Compiler | Java Compiler). Use "Test" button there.
Check IDEA logs for any related messages or exceptions.
If still no progress please file an issue to JetBrains tracker.
Still having this issue with 2019.1. I found the log with the full exception in "~/.IntelliJIdea2019.1/system/log/build-log/build.log"
精彩评论