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

Installation exe bundle is crashing if VERSION_NUMBER contains double build number

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • 7-pool
    • 7
    • install
    • x86_64
    • windows

      Steps to reproduce:
      1. define for a build machine eviroment:
      USER_RELEASE_SUFFIX=any_string-b03
      BUILD_NUMBER=b03
      2. run the build
      The build script (jdk/make/common/shared/Defs.gmk) defines
      FULL_VERSION = $(RELEASE)-$(USER_RELEASE_SUFFIX)-$(BUILD_NUMBER)
      so
      FULL_VERSION will be defined as
      1.7.0_131-any_string-b03-b03
      3. run any exe from bundles dierctory.

      Expoected: exe shoud install Java
      Actual: exe crashes

            miroslawzn Miroslaw Niemiec (Inactive)
            miroslawzn Miroslaw Niemiec (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: