Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8125492

Deployment guide: fix example 6-8

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 7u7
    • 7u6
    • 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.

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

              Created:
              Updated:
              Resolved:
              Imported: