Issues with fx signjar task when relative path are used

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • None
    • Affects Version/s: 7u6
    • Component/s: 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

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

              Created:
              Updated:
              Resolved:
              Imported: