RFR: 8075: Improve Eclipse development experience [v2]
Christoph Langer
clanger at openjdk.org
Tue May 30 08:49:23 UTC 2023
On Mon, 29 May 2023 13:41:53 GMT, Alex Macdonald <aptmac at openjdk.org> wrote:
>> Christoph Langer has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix typo
>
> docs/devguide/README.md line 77:
>
>> 75:
>> 76: The projects will likely have build errors because the `org.openjdk.jmc.browser.attach` project requires JDK internal module exports and this is not compatible with the `--release` Java compiler option (which only tracks public symbols).
>> 77: There is an [open issue at Ecliple M2E](https://github.com/eclipse-m2e/m2e-core/issues/1375) currently but until this is solved, you have to manually fix this. To do so, right click on the `org.openjdk.jmc.browser.attach` project, select _Properties_, then go to _Java Compiler_, and untick `Use '--release' option`.
>
> s/Ecliple/Eclipse
Fixed, thanks for spotting.
-------------
PR Review Comment: https://git.openjdk.org/jmc/pull/489#discussion_r1209939539
More information about the jmc-dev
mailing list