nlisker
nlisker
@Ciruman I was just explaining the situation because this was a discussion about removing *all* IDE files. :) You also said that the files don't work for you, and they...
@DJViking But these are errors that arise from bad .classpath or configuration. After using your Gradle code, do you get the same .classpath files that currently exist?
What are the Gradle attributes "gradle_scope" and "gradle_used_by_scope"? I don't think `output="bin/shims"` needs to be specified for `path="src/main/java"`. > Only modules graphics and web that have remaining errors in eclipse....
The `add-exports` you got for graphics and controls are correct. They apply to the other modules that this module depends on. Graphics indeed relies on `javafx.base/com.sun.javafx.property`. So, somehow the correct...
@Ciruman Eclipse is not able to create its files from Gradle yet. @DJViking worked on an attempt, but it's incomplete. Once we have a working solution I will remove the...
@DJViking Have you had a chance to figure out the JRE container `add-exports` issue?
I see that the RC is out. Maybe it's worth testing it already. @DJViking Can you give it a go?
@kevinrushforth Is this a docs issue or a behavioral issue?
Preliminary analysis shows that the `D3DVramPool` cannot allocate enough VRAM for a texture of this size (line 298 in `D3DResourceFactory`: `pool.prepareForAllocation(size)`. There are a couple of comments in the code...
I don't have permissions. Best I could do is create the JBS-linked issue, which is needed anyway: https://bugs.openjdk.java.net/browse/JDK-8222238