Re: RFR: 8327179: Update the 3D lighting application [v6]

2024-03-27 Thread Kevin Rushforth
On Wed, 27 Mar 2024 21:22:47 GMT, Nir Lisker  wrote:

>> Update for the 3D lighting test tool as described in the JBS issue.
>
> Nir Lisker has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Whitespace?

build.gradle line 4049:

> 4047: project(":3DLighting") {
> 4048: 
> 4049: apply plugin: "application"

I hadn't meant to suggest adding it to the main build.gradle. I think this is 
not the best place for it. I was thinking of something along the lines of a 
build.gradle or build.xml in the`tests/performance/3DLighting` dir which is 
what the other manual tests do -- at least those that are more complicated than 
just a collection of files in a single directory.

tests/system/src/test/.classpath line 43:

> 41:   
> 42:   
> 43:path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">

The changes in this file seem unrelated to your PR.

-

PR Review Comment: https://git.openjdk.org/jfx/pull/1387#discussion_r1542126594
PR Review Comment: https://git.openjdk.org/jfx/pull/1387#discussion_r1542127007


Re: RFR: 8327179: Update the 3D lighting application [v6]

2024-03-27 Thread Nir Lisker
> Update for the 3D lighting test tool as described in the JBS issue.

Nir Lisker has updated the pull request incrementally with one additional 
commit since the last revision:

  Whitespace?

-

Changes:
  - all: https://git.openjdk.org/jfx/pull/1387/files
  - new: https://git.openjdk.org/jfx/pull/1387/files/f063d088..ae471f2e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jfx=1387=05
 - incr: https://webrevs.openjdk.org/?repo=jfx=1387=04-05

  Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
  Patch: https://git.openjdk.org/jfx/pull/1387.diff
  Fetch: git fetch https://git.openjdk.org/jfx.git pull/1387/head:pull/1387

PR: https://git.openjdk.org/jfx/pull/1387