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

Issues with fx signjar task when relative path are used

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • 7u6
    • deploy

      With javafx ant task signjar i.e. <fx:signjar ..... and if destdir and sourcejar are using some relative path e.g. destdir=./tests/javafx/signedJars/html whereas sourcejar="./tests/javafx/signedJars/html/test.jar"
      then instead of the signing the jar against specified sourcejar, it coped the whole jar path into dest_dir and then signs it causing mistmatch with codebase inside the jnlp. For example Instead of signing jar ./tests/javafx/signedJars/html/test.jar, it's creating copies the jars as ./tests/javafx/signedJars/html/tests/javafx/signedJars/html/test.jar and then signs it

            igor Igor Nekrestyanov (Inactive)
            jijising Jitender Singh (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: