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

[Packager] Default arguments are not propagated via Ant on MacOS

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P3 P3
    • 8u40
    • 8u40
    • deploy
    • MacOS 10.9, Ant, pkg

      build.xml

      <?xml version="1.0" encoding="UTF-8" standalone="no"?>
      <project xmlns:fx="javafx:com.sun.javafx.tools.ant" default="fx-deploy">
          <taskdef classpath="/Users/nelson/Projects/appBundlerTests-8u40/lib/ant-javafx.jar" resource="com/sun/javafx/tools/ant/antlib.xml" uri="javafx:com.sun.javafx.tools.ant"/>
          <target name="fx-deploy">
              <fx:deploy nativeBundles="pkg" outdir="/var/folders/vy/g1yq_fwx2fs5vkfc96ndwdm40000gp/T/testBundlerWorkDir5902086073840115630" outfile="test" verbose="true">
                  <fx:resources>
                      <fx:fileset dir="/var/folders/vy/g1yq_fwx2fs5vkfc96ndwdm40000gp/T/testBundlerWorkDir5902086073840115630/jars" includes="testFxAppWithUtil.jar,Util.jar"/>
                  </fx:resources>
                  <fx:platform/>
                  <fx:preferences/>
                  <fx:application name="SQE-DEFAULT-PARAMS-TEST-APP">
                      <fx:argument>this.is.a.test=tru</fx:argument>
                      <fx:argument>one.more.arg=affirmative</fx:argument>
                  </fx:application>
                  <fx:info/>
                  <fx:bundleArgument arg="mainJar" value="testFxAppWithUtil.jar"/>
                  <fx:bundleArgument arg="classpath" value="testFxAppWithUtil.jar:Util.jar"/>
              </fx:deploy>
          </target>
      </project>

            shemnon Danno Ferrin (Inactive)
            dzinkevi Dmitry Zinkevich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: