8U40 b16 support for command line arguments for JavaFX Deploy...
Danno Ferrin
danno.ferrin at oracle.com
Mon Dec 8 19:17:14 UTC 2014
Not sure what you mean by deployfx. My google-fu comes up with devops stugg.
We support default command line arguments in 8u40. i.e. if you launch just from the icon launcher we can supply some command line arguments.
For ant it is the <fx:arguments> element underneath the <fx:application> datatype.
for bundler arguments, it is the "arguments" argument which is a List<String>, and if a plain old string is passed in it is whitespace delimited (with no escapes).
On Dec 8, 2014, at 11:06 AM, Tony Anecito <adanecito at yahoo.com> wrote:
> Hi Danno,
>
> Does 8u40 b16 support DeployFX java command line arguments? I brought this up some time ago and you said it would be in 8u40.
> Also, what ant tags would I use for it?
>
> Thanks,
> -Tony
More information about the openjfx-dev
mailing list