Re: RFR: 8352982: gradle TEST_SDK_PATH param doesn't work with relative paths [v3]

2025-04-05 Thread Kevin Rushforth
On Thu, 3 Apr 2025 08:48:47 GMT, Ambarish Rapte wrote: >> Issue: >> The test execution fails when a relative path is specified a relative path >> for `TEST_SDK_PATH`. >> For example: >> 1. gradle -PTEST_ONLY=true -PTEST_SDK_PATH=**..**/jfx1/build test >> 2. gradle -PTEST_ONLY=true -PTEST_SDK_PA

Re: RFR: 8352982: gradle TEST_SDK_PATH param doesn't work with relative paths [v3]

2025-04-04 Thread Ambarish Rapte
> Issue: > The test execution fails when a relative path is specified a relative path > for `TEST_SDK_PATH`. > For example: > 1. gradle -PTEST_ONLY=true -PTEST_SDK_PATH=**..**/jfx1/build test > 2. gradle -PTEST_ONLY=true -PTEST_SDK_PATH=**~**/jfx1/build test > > Solution: > Convert the relative