Re: RFR: 8297072: Provide gradle option to test a previously built SDK [v3]

2024-09-26 Thread Lukasz Kostyra
On Wed, 25 Sep 2024 12:48:16 GMT, Ambarish Rapte wrote: >> Requirement: >> We want to be able to test a JavaFX SDK built somewhere else other than on >> current machine or current repo on same machine. Which means we should be >> able to run the unit and system tests with a different JavaF

Re: RFR: 8297072: Provide gradle option to test a previously built SDK [v3]

2024-09-25 Thread Kevin Rushforth
On Wed, 25 Sep 2024 12:48:16 GMT, Ambarish Rapte wrote: >> Requirement: >> We want to be able to test a JavaFX SDK built somewhere else other than on >> current machine or current repo on same machine. Which means we should be >> able to run the unit and system tests with a different JavaF

Re: RFR: 8297072: Provide gradle option to test a previously built SDK [v3]

2024-09-25 Thread Ambarish Rapte
> Requirement: > We want to be able to test a JavaFX SDK built somewhere else other than on > current machine or current repo on same machine. Which means we should be > able to run the unit and system tests with a different JavaFX SDK. > > Change: > # Run tests using a specified J