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>
<?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>