RFR: 8256184: Openjfx build broken (Eclipse)
Nir Lisker
nlisker at openjdk.java.net
Tue Nov 17 09:28:59 UTC 2020
On Mon, 16 Nov 2020 11:59:59 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:
>> I think that it should be fixed as part of this patch since it addresses exactly the same issue from the same cause.
>
>>
>>
>> I think that it should be fixed as part of this patch since it addresses exactly the same issue from the same cause.
>
> perfectly valid (and what I would say as well ;) - but then I'm out - no intention to further fiddle with tooling that I'm not entirely confident with.
Change the following in `\tests.classpath`:
<classpathentry combineaccessrules="false" kind="src" path="/base">
<attributes>
<attribute name="module" value="true"/>
<attribute name="add-exports" value="javafx.base/com.sun.javafx=ALL-UNNAMED:javafx.base/test.util.memory=ALL-UNNAMED"/>
^ add here
</attributes>
</classpathentry>
See if these errors are resolved.
-------------
PR: https://git.openjdk.java.net/jfx/pull/352
More information about the openjfx-dev
mailing list