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

Gradle: error in buildJavaFXPackager task in specifying enabled property

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 8
    • 8
    • deploy
    • None

    Description

              task buildJavaFXPackager(group: "Build") << {
                  enabled = COMPILE_FXPACKAGER
                  copy {
                      from "src/main/native/javafxpackager/shell"
                      into "$buildDir/javafxpackager"
                      fileMode = 0755
                  }
              }

      Because the task is defined as a closure, the "enabled" property will be ignored and treated as something to execute.

      Attachments

        Activity

          People

            mhowe Mark Howe (Inactive)
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: