Defs.gmk:347:TESTNG_LICENSE := $(call FullPath,$(JUNIT_LICENSE))

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • None
    • Affects Version/s: None
    • Component/s: tools

      jtreg's Makefile is trying to FullPath-ify TESTNG_LICENSE but it is using the wrong variable; copy paste error from

      Defs.gmk:316:JUNIT_LICENSE := $(call FullPath,$(JUNIT_LICENSE))

      which probably results in using the wrong license file.

      There should probably also be a check for when neither TESTNG_HOME nor TESTNG_LICENSE are defined; then fail early.

            Assignee:
            Christian Stein
            Reporter:
            Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: