-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: jfx24
-
Component/s: javafx
-
b11
To reproduce, use two repos in sibling directories, e.g., jfx1, jfx2, then:
cd $PARENTDIR/jfx1
gradle sdk shims
cd ../jfx2
gradle -PTEST_ONLY=true -PTEST_SDK_PATH=../jfx1/build test
This will fail to find the test sdk dir.
WORKAROUND: Use an absolute path
cd $PARENTDIR/jfx1
gradle sdk shims
cd ../jfx2
gradle -PTEST_ONLY=true -PTEST_SDK_PATH=../jfx1/build test
This will fail to find the test sdk dir.
WORKAROUND: Use an absolute path
- links to
-
Commit(master)
openjdk/jfx/c0db2dcd
-
Review(master)
openjdk/jfx/1751