Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7900990

jtreg caches incorrect classpath when using multiple @library tags

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • jtreg4.1
    • None
    • tools
    • None
    • master

      If multiple @library tags are used, there will be multiple corresponding directories for the classpath.
      The code to compute paths discards entries for non-existent files and directories.

      When the files for the first library are being compiled, the class directory for the second library does not yet exist. This means it gets omitted from the classpath, when is then (incorrectly) cached for subsequent compilations.

            jjg Jonathan Gibbons
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: