详细 AspectJ 编译器输出

发布于 2024-11-09 10:27:25 字数 246 浏览 0 评论 0原文

我想知道是否有任何方法可以使 IntelliJ IDEA 中的编译器输出更加详细。 IDEA 自动将编译器从 Maven 依赖项设置为 ajc

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

我认为这可能不是 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.

screenshot of the compiler output in IntelliJ

I assume that it can be not IntelliJ IDEA's problem. May be ajc needs additional arguments ?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

旧伤慢歌 2024-11-16 10:27:25

该消息来自 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.

禾厶谷欠 2024-11-16 10:27:25

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"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文