RFR: 8267418: IntelliJ build and test of JavaFX does not work [v4]

Marius Hanl mhanl at openjdk.java.net
Thu Jun 10 14:47:51 UTC 2021


On Mon, 7 Jun 2021 04:17:06 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

> I tested with IntelliJ IDEA 2021.1.2 (Community Edition) Build #IC-211.7442.40, built on June 1, 2021.
> 
> I see no side effects of this change. However, I also don't see what you see too.
> I tried it with a fresh clone of repository.
> The build from IntelliJ's inbuilt terminal worked without this change too, that terminal picks JDK/gradle/ant that was set in bashrc.
> 
> I also don't see the modules in gradle window. Here is the screenshot that I see when the project(with this PR change) is loaded for first time in the IntelliJ.
> ![image](https://user-images.githubusercontent.com/11330676/120957254-f6751700-c772-11eb-9fb4-51668d6f4e24.png)

This might not work because of the dependency verification error you have in your console. I had this as well and I temporary deleted the **verification-metadata.xml** inside the **gradle** folder. As stated in the mailing list you can also delete the **.gradle** **cache** and **native** folder, but that's the easier way to test it though. Then you can click on the refresh icon in the gradle window and everything should build and then the projects should be visible in the gradle window.

-------------

PR: https://git.openjdk.java.net/jfx/pull/506


More information about the openjfx-dev mailing list