简体   繁体   中英

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.

IntelliJ 中编译器输出的屏幕截图

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"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM