Uploaded image for project: 'appNG'
  1. appNG
  2. APPNG-2300

Missing variable replacements in install.list

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Done
    • Priority: Medium
    • Resolution: Done
    • Affects Version/s: 1.20.0, 1.20.1, 1.20.2
    • Fix Version/s: 1.21.0
    • Component/s: appng-application
    • Labels:
      None

      Description

      These variables should be replaced during build:

      def MANAGER_VERSION=${manager.version}
      def AUTH_VERSION=${authentication.version}
      def SCHEDULER_VERSION=${scheduler.version}
      def TEMPLATE_VERSION=${template.version}

      must be replaced with

      def MANAGER_VERSION=${appNG.manager.version}
      def AUTH_VERSION=${appNG.authentication.version}
      def SCHEDULER_VERSION=${appNG.scheduler.version}
      def TEMPLATE_VERSION=${appNG.template.version}

        Attachments

          Activity

            People

            • Assignee:
              mueller.matthias Matthias Müller
              Reporter:
              mueller.matthias Matthias Müller
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: