Re: Javafx deploy ant task question...

2014-04-30 Thread Tony Anecito
Thanks Danno I am surprised also this has slipped notice. I thought I was crazy but I guess not. I will look at the workaround  since I so hate hardcoding which is what I did to get things to work.   Thanks for looking into my issue. -Tony  On Wednesday, April 30, 2014 5:51 PM, Danno Ferrin wro

Re: Javafx deploy ant task question...

2014-04-30 Thread Danno Ferrin
After reading the code I am surprised by the answer I am going to give. You can’t. Not with the current code. The arguments passed into the java main class are the arguments passed into the executable launching it. So if you launch the win app via command line with arguments you get the argum

Javafx deploy ant task question...

2014-04-30 Thread Tony Anecito
Hi All,   Does anyone know how to get command line parameters passed to the "args" of a java program via the javafx deploy ant task? I tried and could not get anything to work. I have a command line argument like serverid=myserver and want to to get passed to my program via "args".   Thanks! -To