Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-4263

PropertySetter isn't able to recognize JDK without version number in path

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 10.6.1.0
    • 10.6.1.0
    • Build tools
    • None
    • Patch Available

    Description

      With empty ant.properties and JDK 6 installed in /tmp/jdk as the only JDK on the system, PropertySetter complains that it's not able to set java16compile.classpath:

      ,----

      [setJdkProperties]
      [setJdkProperties] PropertySetter environment =
      [setJdkProperties]
      [setJdkProperties] java.vendor = Sun Microsystems Inc.
      [setJdkProperties] java.home = /tmp/jdk/jre
      [setJdkProperties] java.version = 1.6.0_13
      [setJdkProperties] os.name = SunOS
      [setJdkProperties] j14lib = null
      [setJdkProperties] j15lib = null
      [setJdkProperties] j16lib = null
      [setJdkProperties]
      BUILD FAILED
      /code/derby/trunk0/build.xml:203: Don't know how to set java15compile.classpath, java16compile.classpath using this environment:
      java.vendor = Sun Microsystems Inc.
      java.home = /tmp/jdk/jre
      java.version = 1.6.0_13
      os.name = SunOS
      j14lib = null
      j15lib = null
      j16lib = null
      `----

      Since it is able to detect both that the version of the default JDK is 1.6.0_13 and where it is installed, setting java16compile.classpath should be trivial.

      If the name of the JDK directory is changed from /tmp/jdk to /tmp/jdk1.6.0, Derby is built successfully.

      Attachments

        1. derby-4263-1b-jdk_detection_by_jars.diff
          20 kB
          Kristian Waagan
        2. derby-4263-1a-jdk_detection_by_jars.diff
          16 kB
          Kristian Waagan

        Activity

          People

            kristwaa Kristian Waagan
            knutanders Knut Anders Hatlen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: