详细 AspectJ 编译器输出
我想知道是否有任何方法可以使 IntelliJ IDEA 中的编译器输出更加详细。 IDEA 自动将编译器从 Maven 依赖项设置为 ajc
。
我认为这可能不是 IntelliJ IDEA 的问题。可能ajc
需要额外的参数?
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该消息来自 IDEA 本身,而不是来自 Ajc。
IDEA 中的 AspectJ 支持仍在进行中,因此最好使用最新的 IDEA 版本(目前为 10.5)。
请确保编译器设置正确(文件 | 设置 | 编译器 | Java 编译器)。使用那里的“测试”按钮。
检查 IDEA 日志中是否有任何相关消息或异常。
如果仍然没有进展,请向 JetBrains 跟踪器 提交问题。
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.
2019.1 仍然存在此问题。
我在“~/.IntelliJIdea2019.1/system/log/build-log/build.log”中找到了完全异常的日志
Still having this issue with 2019.1.
I found the log with the full exception in "~/.IntelliJIdea2019.1/system/log/build-log/build.log"