Uploaded image for project: 'Red Hat Process Automation Manager'
  1. Red Hat Process Automation Manager
  2. RHPAM-2414

Names of `auto.xml` installation steps are not generic and refer to specific server versions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 7.6.0.GA
    • 7.5.0.GA
    • Build and Assembly
    • None
    • 2019 Week 41-43 (from Okt 7)

      `auto.xml` looks like this:

      <com.izforge.izpack.panels.TreePacksPanel id="TreePacksPanel">
              <pack index="0" name="Business Central deployment" selected="true"/>
              <pack index="1" name="Process Server EAP *7.1*" selected="true"/>
              <pack index="2" name="Process Controller JWS *3.1*" selected="false"/>
              <pack index="3" name="Process Server JWS *3.1*" selected="false"/>
          </com.izforge.izpack.panels.TreePacksPanel>
      

      better case would be so it looks like this:

      <com.izforge.izpack.panels.TreePacksPanel id="TreePacksPanel">
              <pack index="0" name="Business Central deployment" selected="true"/>
              <pack index="1" name="Process Server EAP" selected="true"/>
              <pack index="2" name="Process Controller JWS" selected="false"/>
              <pack index="3" name="Process Server JWS" selected="false"/>
          </com.izforge.izpack.panels.TreePacksPanel>
      

      Functionality wise there is no difference, this is just a cosmetic issue, but it suggests something is wrong.

              dhanak@redhat.com Dominik Hanak
              dhanak@redhat.com Dominik Hanak
              Dominik Hanak Dominik Hanak
              Dominik Hanak Dominik Hanak
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: