Update assemblyIdentity version in javapackager manifest for Verona

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P1
    • 9
    • Affects Version/s: 9
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: