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

Update assemblyIdentity version in javapackager manifest for Verona

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 9
    • 9
    • javafx

      The following is wrong and needs to be updated to match the new version string format:

      copy {
          mkdir "$buildDir/native"
          mkdir "$buildDir/native/javapackager"
          from file("src/main/native/javapackager/win/javapackager.manifest")
          into file("$buildDir/native/javapackager")
          // FIXME: the following is wrong and needs to be fixed
          filter { line->
              line = line.replace("FXVERSION", "${RELEASE_VERSION}.${HUDSON_BUILD_NUMBER}");
          }
      }

      It should use the same 4 digit version as the DLL and EXE FileVersion parameter.

            kcr Kevin Rushforth
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: