Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8352982

gradle TEST_SDK_DIR param doesn't work with relative paths

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • jfx25
    • jfx24
    • javafx

      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_DIR=../jfx1/build test

      This will fail to find the test sdk dir.

      WORKAROUND: Use an absolute path

            arapte Ambarish Rapte
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: