eclipse-jdt/eclipse.jdt.core

Support module options via javax.tools.JavaCompiler interface

Open

#2,779 建立於 2024年7月31日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Java (183 fork)auto 404
help wanted

倉庫指標

Star
 (233 star)
PR 合併指標
 (PR 指標待抓取)

描述

I was alerted by https://mail.openjdk.org/pipermail/compiler-dev/2024-July/027394.html

In particular this statement is of relevance for ecj:

This work removes completely the Plexus compiler API and uses directly the javax.tools.JavaCompiler interface instead.

So, if maven 4 should support compiling with ecj, it should all go through that interface.

Does ecj give access to all relevant options via the javax.tools.JavaCompiler interface?

貢獻者指南