Deployment guide: fix example 6-8

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 7u7
    • Affects Version/s: 7u6
    • Component/s: docs
    • None

      This part is incorrect:

              <fx:fileset dir="dist" includes="*.jar"/>
              <fx:fileset dir="dist/lib" includes="*.jar"/>

      Should be either
              <fx:fileset dir="dist" includes="*.jar"/>
              <fx:fileset dir="dist" includes="lib/*.jar"/>
      or
              <fx:fileset dir="dist" includes="**/*.jar"/>

      In case of this specific example first notation (2 lines) is preferable as we also show what to do with "other" jar types.

            Assignee:
            Nancy Hildebrandt (Inactive)
            Reporter:
            Igor Nekrestyanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: