-
Bug
-
Resolution: Fixed
-
P4
-
jfx24
-
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