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

fx:deploy no longer accepts javafx platform attribute

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 8u40
    • deploy

      Ant tasks packed with 8u40 stopped generating jfx:javafx-runtime element in jnlp file (tested with 8u60_b07 too), this worked in 8u20. Only j2se attribute from fx:platform is accepted now.

      <target name="package-app">
      <fx:deploy outdir="${dist.dir}" outfile="${project.application.outfile}">
      <fx:platform javafx="8.0" j2se="1.8+" />
      <fx:resources>
      <fx:fileset dir="${dist.dir}" includes="*.jar" />
      </fx:resources>
      </fx:deploy>
      </target>

            shemnon Danno Ferrin (Inactive)
            lvitasekjfx Lukas Vitasek (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: